diff --git a/content/1.introduction/1.getting-started.md b/content/1.introduction/1.getting-started.md index 31dd91e..1429f18 100644 --- a/content/1.introduction/1.getting-started.md +++ b/content/1.introduction/1.getting-started.md @@ -1,2 +1,5 @@ +--- +title: 'Getting started' +--- # Getting Started diff --git a/content/2.self-hosting/1.hosting-intro.md b/content/2.self-hosting/1.hosting-intro.md index 97be2e8..8dddc2e 100644 --- a/content/2.self-hosting/1.hosting-intro.md +++ b/content/2.self-hosting/1.hosting-intro.md @@ -1,3 +1,6 @@ +--- +title: 'Start self-hosting' +--- # How to self host ::alert{type="info"} diff --git a/content/2.self-hosting/2.proxy.md b/content/2.self-hosting/2.proxy.md index c727f54..815d222 100644 --- a/content/2.self-hosting/2.proxy.md +++ b/content/2.self-hosting/2.proxy.md @@ -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. diff --git a/content/2.self-hosting/3.client.md b/content/2.self-hosting/3.client.md index 45e3ef7..7402a0b 100644 --- a/content/2.self-hosting/3.client.md +++ b/content/2.self-hosting/3.client.md @@ -1,3 +1,6 @@ +--- +title: 'The client' +--- # Setting up the client ## Method 1 - Vercel - Recommended diff --git a/content/2.self-hosting/4.backend.md b/content/2.self-hosting/4.backend.md index c56673f..b210c6a 100644 --- a/content/2.self-hosting/4.backend.md +++ b/content/2.self-hosting/4.backend.md @@ -1,3 +1,6 @@ +--- +title: 'The backend' +--- # Setting up the backend // EXPLAIN HOW TO HOST THE BACKEND diff --git a/content/2.self-hosting/5.use-backend.md b/content/2.self-hosting/5.use-backend.md index 4319ec1..f15ba1e 100644 --- a/content/2.self-hosting/5.use-backend.md +++ b/content/2.self-hosting/5.use-backend.md @@ -1,3 +1,6 @@ +--- +title: 'Configure backend' +--- # Configure your client with the backend // EXPLAIN HOW TO SET BACKEND URL ON OFFICIAL INSTANCE diff --git a/content/2.self-hosting/6.about-pwa.md b/content/2.self-hosting/6.about-pwa.md index 395a977..290e163 100644 --- a/content/2.self-hosting/6.about-pwa.md +++ b/content/2.self-hosting/6.about-pwa.md @@ -1,3 +1,6 @@ +--- +title: 'PWA vs no-PWA' +--- # About selfhosting PWA // EXPLAIN WHY ITS A BAD IDEA, BUT ALSO HOW TO DO IT diff --git a/content/2.self-hosting/7.troubleshooting.md b/content/2.self-hosting/7.troubleshooting.md index d6ff19f..22608af 100644 --- a/content/2.self-hosting/7.troubleshooting.md +++ b/content/2.self-hosting/7.troubleshooting.md @@ -1,3 +1,6 @@ +--- +title: 'Troubleshooting' +--- # Troubleshooting // EXPLAIN HOW TO TROUBLESHOOT diff --git a/content/3.proxy/0.introduction.md b/content/3.proxy/0.introduction.md index 8aeafd7..2a92c39 100644 --- a/content/3.proxy/0.introduction.md +++ b/content/3.proxy/0.introduction.md @@ -1,3 +1,6 @@ +--- +title: 'Introduction' +--- # Introduction to the proxy // EXPLAIN WHAT A PROXY IS diff --git a/content/3.proxy/1.deploy.md b/content/3.proxy/1.deploy.md index d862505..fa546f3 100644 --- a/content/3.proxy/1.deploy.md +++ b/content/3.proxy/1.deploy.md @@ -1,3 +1,6 @@ +--- +title: 'Deploy' +--- # Deploying the proxy // FILL PAGE diff --git a/content/4.client/0.introduction.md b/content/4.client/0.introduction.md index d087629..f93a948 100644 --- a/content/4.client/0.introduction.md +++ b/content/4.client/0.introduction.md @@ -1,3 +1,6 @@ +--- +title: 'Introduction' +--- # Introduction to the client // EXPLAIN WHAT THE CLIENT DOES \ No newline at end of file diff --git a/content/4.client/1.deploy.md b/content/4.client/1.deploy.md index 463af87..7e34c66 100644 --- a/content/4.client/1.deploy.md +++ b/content/4.client/1.deploy.md @@ -1,3 +1,6 @@ +--- +title: 'Deploy' +--- # Deploying the client // FILL PAGE diff --git a/content/4.client/2.configuration.md b/content/4.client/2.configuration.md index 7d388b4..2a4803f 100644 --- a/content/4.client/2.configuration.md +++ b/content/4.client/2.configuration.md @@ -1,3 +1,6 @@ +--- +title: 'Configuration' +--- # Client Config Reference The config for the movie-web can be provided in 2 different ways, depending on how you are hosting movie-web: diff --git a/content/4.client/3.changelog.md b/content/4.client/3.changelog.md index 5d28c92..1039af2 100644 --- a/content/4.client/3.changelog.md +++ b/content/4.client/3.changelog.md @@ -1,3 +1,6 @@ +--- +title: 'Changelog' +--- # Version 4.0.0 Changelog goes here diff --git a/content/4.client/4.upgrade.md b/content/4.client/4.upgrade.md index 0dd6b15..d64f539 100644 --- a/content/4.client/4.upgrade.md +++ b/content/4.client/4.upgrade.md @@ -1,3 +1,6 @@ +--- +title: 'Upgrade guide' +--- ## From `3.*` to `4.0.0` Upgrade guide goes here diff --git a/content/5.backend/0.introduction.md b/content/5.backend/0.introduction.md index ce96031..317769e 100644 --- a/content/5.backend/0.introduction.md +++ b/content/5.backend/0.introduction.md @@ -1,3 +1,6 @@ +--- +title: 'Introduction' +--- # Introduction to the backend // EXPLAIN WHAT THE BACKEND DOES \ No newline at end of file diff --git a/content/5.backend/1.deploy.md b/content/5.backend/1.deploy.md index 6312c9c..1685a1a 100644 --- a/content/5.backend/1.deploy.md +++ b/content/5.backend/1.deploy.md @@ -1,3 +1,6 @@ +--- +title: 'Deploy' +--- # Deploying the backend // FILL PAGE diff --git a/content/5.backend/2.configuration.md b/content/5.backend/2.configuration.md index 8b817d4..3040200 100644 --- a/content/5.backend/2.configuration.md +++ b/content/5.backend/2.configuration.md @@ -1,3 +1,6 @@ +--- +title: 'Configuration' +--- # Backend Config Reference // ADD CONFIGURATION REFERENCE diff --git a/content/5.backend/3.changelog.md b/content/5.backend/3.changelog.md index 49f636b..da748f7 100644 --- a/content/5.backend/3.changelog.md +++ b/content/5.backend/3.changelog.md @@ -1,3 +1,6 @@ +--- +title: 'Changelog' +--- # Version 1.0.0 Changelog goes here diff --git a/content/5.backend/4.upgrade.md b/content/5.backend/4.upgrade.md index 536b368..980e6cd 100644 --- a/content/5.backend/4.upgrade.md +++ b/content/5.backend/4.upgrade.md @@ -1 +1,4 @@ +--- +title: 'Upgrade guide' +--- No upgrades to be done yet