mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 06:43:26 +00:00
Add navigation page titles
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: 'Getting started'
|
||||||
|
---
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Start self-hosting'
|
||||||
|
---
|
||||||
# How to self host
|
# How to self host
|
||||||
|
|
||||||
::alert{type="info"}
|
::alert{type="info"}
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'The proxy'
|
||||||
|
---
|
||||||
# Setting up 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.
|
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
|
# Setting up the client
|
||||||
|
|
||||||
## Method 1 - Vercel - Recommended
|
## Method 1 - Vercel - Recommended
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'The backend'
|
||||||
|
---
|
||||||
# Setting up the backend
|
# Setting up the backend
|
||||||
|
|
||||||
// EXPLAIN HOW TO HOST THE BACKEND
|
// EXPLAIN HOW TO HOST THE BACKEND
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Configure backend'
|
||||||
|
---
|
||||||
# Configure your client with the backend
|
# Configure your client with the backend
|
||||||
|
|
||||||
// EXPLAIN HOW TO SET BACKEND URL ON OFFICIAL INSTANCE
|
// EXPLAIN HOW TO SET BACKEND URL ON OFFICIAL INSTANCE
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'PWA vs no-PWA'
|
||||||
|
---
|
||||||
# About selfhosting PWA
|
# About selfhosting PWA
|
||||||
|
|
||||||
// EXPLAIN WHY ITS A BAD IDEA, BUT ALSO HOW TO DO IT
|
// EXPLAIN WHY ITS A BAD IDEA, BUT ALSO HOW TO DO IT
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Troubleshooting'
|
||||||
|
---
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
// EXPLAIN HOW TO TROUBLESHOOT
|
// EXPLAIN HOW TO TROUBLESHOOT
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Introduction'
|
||||||
|
---
|
||||||
# Introduction to the proxy
|
# Introduction to the proxy
|
||||||
|
|
||||||
// EXPLAIN WHAT A PROXY IS
|
// EXPLAIN WHAT A PROXY IS
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Deploy'
|
||||||
|
---
|
||||||
# Deploying the proxy
|
# Deploying the proxy
|
||||||
|
|
||||||
// FILL PAGE
|
// FILL PAGE
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Introduction'
|
||||||
|
---
|
||||||
# Introduction to the client
|
# Introduction to the client
|
||||||
|
|
||||||
// EXPLAIN WHAT THE CLIENT DOES
|
// EXPLAIN WHAT THE CLIENT DOES
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Deploy'
|
||||||
|
---
|
||||||
# Deploying the client
|
# Deploying the client
|
||||||
|
|
||||||
// FILL PAGE
|
// FILL PAGE
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Configuration'
|
||||||
|
---
|
||||||
# Client Config Reference
|
# Client Config Reference
|
||||||
|
|
||||||
The config for the movie-web can be provided in 2 different ways, depending on how you are hosting movie-web:
|
The config for the movie-web can be provided in 2 different ways, depending on how you are hosting movie-web:
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Changelog'
|
||||||
|
---
|
||||||
# Version 4.0.0
|
# Version 4.0.0
|
||||||
|
|
||||||
Changelog goes here
|
Changelog goes here
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Upgrade guide'
|
||||||
|
---
|
||||||
## From `3.*` to `4.0.0`
|
## From `3.*` to `4.0.0`
|
||||||
|
|
||||||
Upgrade guide goes here
|
Upgrade guide goes here
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Introduction'
|
||||||
|
---
|
||||||
# Introduction to the backend
|
# Introduction to the backend
|
||||||
|
|
||||||
// EXPLAIN WHAT THE BACKEND DOES
|
// EXPLAIN WHAT THE BACKEND DOES
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Deploy'
|
||||||
|
---
|
||||||
# Deploying the backend
|
# Deploying the backend
|
||||||
|
|
||||||
// FILL PAGE
|
// FILL PAGE
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Configuration'
|
||||||
|
---
|
||||||
# Backend Config Reference
|
# Backend Config Reference
|
||||||
|
|
||||||
// ADD CONFIGURATION REFERENCE
|
// ADD CONFIGURATION REFERENCE
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Changelog'
|
||||||
|
---
|
||||||
# Version 1.0.0
|
# Version 1.0.0
|
||||||
|
|
||||||
Changelog goes here
|
Changelog goes here
|
||||||
|
@@ -1 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: 'Upgrade guide'
|
||||||
|
---
|
||||||
No upgrades to be done yet
|
No upgrades to be done yet
|
||||||
|
Reference in New Issue
Block a user