mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 18:13:27 +00:00
Add navigation page titles
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: 'Start self-hosting'
|
||||
---
|
||||
# How to self host
|
||||
|
||||
::alert{type="info"}
|
||||
|
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: 'The proxy'
|
||||
---
|
||||
# Setting up the proxy
|
||||
|
||||
Our proxy is used to bypass CORS-protected URLs on the client side, allowing users to make requests to protected endpoints without a backend server.
|
||||
|
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: 'The client'
|
||||
---
|
||||
# Setting up the client
|
||||
|
||||
## Method 1 - Vercel - Recommended
|
||||
|
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: 'The backend'
|
||||
---
|
||||
# Setting up the backend
|
||||
|
||||
// EXPLAIN HOW TO HOST THE BACKEND
|
||||
|
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: 'Configure backend'
|
||||
---
|
||||
# Configure your client with the backend
|
||||
|
||||
// EXPLAIN HOW TO SET BACKEND URL ON OFFICIAL INSTANCE
|
||||
|
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: 'PWA vs no-PWA'
|
||||
---
|
||||
# About selfhosting PWA
|
||||
|
||||
// EXPLAIN WHY ITS A BAD IDEA, BUT ALSO HOW TO DO IT
|
||||
|
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: 'Troubleshooting'
|
||||
---
|
||||
# Troubleshooting
|
||||
|
||||
// EXPLAIN HOW TO TROUBLESHOOT
|
||||
|
Reference in New Issue
Block a user