From c4d1622922ec963575b60ca366fae19af5cd18d5 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 12 Dec 2023 20:12:52 +0100 Subject: [PATCH] Rename numbers --- content/0.index.md | 2 +- content/1.introduction/1.getting-started.md | 5 ----- content/1.introduction/_dir.yml | 2 -- .../{2.self-hosting => 1.self-hosting}/1.hosting-intro.md | 2 +- content/{2.self-hosting => 1.self-hosting}/2.proxy.md | 0 content/{2.self-hosting => 1.self-hosting}/3.client.md | 0 content/{2.self-hosting => 1.self-hosting}/4.backend.md | 0 content/{2.self-hosting => 1.self-hosting}/5.use-backend.md | 0 content/{2.self-hosting => 1.self-hosting}/6.about-pwa.md | 0 .../{2.self-hosting => 1.self-hosting}/7.troubleshooting.md | 0 content/{2.self-hosting => 1.self-hosting}/_dir.yml | 0 content/{3.proxy => 2.proxy}/0.introduction.md | 0 content/{3.proxy => 2.proxy}/1.deploy.md | 0 content/{3.proxy => 2.proxy}/_dir.yml | 0 content/{4.client => 3.client}/0.introduction.md | 0 content/{4.client => 3.client}/1.deploy.md | 0 content/{4.client => 3.client}/2.configuration.md | 0 content/{4.client => 3.client}/3.changelog.md | 0 content/{4.client => 3.client}/4.upgrade.md | 0 content/{4.client => 3.client}/_dir.yml | 0 content/{5.backend => 4.backend}/0.introduction.md | 0 content/{5.backend => 4.backend}/1.deploy.md | 0 content/{5.backend => 4.backend}/2.configuration.md | 0 content/{5.backend => 4.backend}/3.changelog.md | 0 content/{5.backend => 4.backend}/4.upgrade.md | 0 content/{5.backend => 4.backend}/_dir.yml | 0 26 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 content/1.introduction/1.getting-started.md delete mode 100644 content/1.introduction/_dir.yml rename content/{2.self-hosting => 1.self-hosting}/1.hosting-intro.md (96%) rename content/{2.self-hosting => 1.self-hosting}/2.proxy.md (100%) rename content/{2.self-hosting => 1.self-hosting}/3.client.md (100%) rename content/{2.self-hosting => 1.self-hosting}/4.backend.md (100%) rename content/{2.self-hosting => 1.self-hosting}/5.use-backend.md (100%) rename content/{2.self-hosting => 1.self-hosting}/6.about-pwa.md (100%) rename content/{2.self-hosting => 1.self-hosting}/7.troubleshooting.md (100%) rename content/{2.self-hosting => 1.self-hosting}/_dir.yml (100%) rename content/{3.proxy => 2.proxy}/0.introduction.md (100%) rename content/{3.proxy => 2.proxy}/1.deploy.md (100%) rename content/{3.proxy => 2.proxy}/_dir.yml (100%) rename content/{4.client => 3.client}/0.introduction.md (100%) rename content/{4.client => 3.client}/1.deploy.md (100%) rename content/{4.client => 3.client}/2.configuration.md (100%) rename content/{4.client => 3.client}/3.changelog.md (100%) rename content/{4.client => 3.client}/4.upgrade.md (100%) rename content/{4.client => 3.client}/_dir.yml (100%) rename content/{5.backend => 4.backend}/0.introduction.md (100%) rename content/{5.backend => 4.backend}/1.deploy.md (100%) rename content/{5.backend => 4.backend}/2.configuration.md (100%) rename content/{5.backend => 4.backend}/3.changelog.md (100%) rename content/{5.backend => 4.backend}/4.upgrade.md (100%) rename content/{5.backend => 4.backend}/_dir.yml (100%) diff --git a/content/0.index.md b/content/0.index.md index e9f8168..25b1dc8 100644 --- a/content/0.index.md +++ b/content/0.index.md @@ -8,7 +8,7 @@ layout: page --- cta: - Get Started - - /introduction/getting-started + - /self-hosting/hosting-intro secondary: - Open on GitHub → - https://github.com/movie-web/movie-web diff --git a/content/1.introduction/1.getting-started.md b/content/1.introduction/1.getting-started.md deleted file mode 100644 index 1429f18..0000000 --- a/content/1.introduction/1.getting-started.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: 'Getting started' ---- -# Getting Started - diff --git a/content/1.introduction/_dir.yml b/content/1.introduction/_dir.yml deleted file mode 100644 index ff0894d..0000000 --- a/content/1.introduction/_dir.yml +++ /dev/null @@ -1,2 +0,0 @@ -icon: ph:star-duotone -navigation.redirect: /introduction/getting-started diff --git a/content/2.self-hosting/1.hosting-intro.md b/content/1.self-hosting/1.hosting-intro.md similarity index 96% rename from content/2.self-hosting/1.hosting-intro.md rename to content/1.self-hosting/1.hosting-intro.md index 8dddc2e..74f91af 100644 --- a/content/2.self-hosting/1.hosting-intro.md +++ b/content/1.self-hosting/1.hosting-intro.md @@ -22,7 +22,7 @@ If you want to own your own data, it's possible to selfhost just the account ser This method is only recommended if you have experience hosting databases or other similar stateful applications. 1. [Setup the Backend!](4.backend.md) -2. [Configure the Client!](3.client.md) +2. [Configure the Client!](5.use-backend.md) ## Method 3 - host everything If you want an instance that's completely isolated from official movie-web. You can selfhost all parts. diff --git a/content/2.self-hosting/2.proxy.md b/content/1.self-hosting/2.proxy.md similarity index 100% rename from content/2.self-hosting/2.proxy.md rename to content/1.self-hosting/2.proxy.md diff --git a/content/2.self-hosting/3.client.md b/content/1.self-hosting/3.client.md similarity index 100% rename from content/2.self-hosting/3.client.md rename to content/1.self-hosting/3.client.md diff --git a/content/2.self-hosting/4.backend.md b/content/1.self-hosting/4.backend.md similarity index 100% rename from content/2.self-hosting/4.backend.md rename to content/1.self-hosting/4.backend.md diff --git a/content/2.self-hosting/5.use-backend.md b/content/1.self-hosting/5.use-backend.md similarity index 100% rename from content/2.self-hosting/5.use-backend.md rename to content/1.self-hosting/5.use-backend.md diff --git a/content/2.self-hosting/6.about-pwa.md b/content/1.self-hosting/6.about-pwa.md similarity index 100% rename from content/2.self-hosting/6.about-pwa.md rename to content/1.self-hosting/6.about-pwa.md diff --git a/content/2.self-hosting/7.troubleshooting.md b/content/1.self-hosting/7.troubleshooting.md similarity index 100% rename from content/2.self-hosting/7.troubleshooting.md rename to content/1.self-hosting/7.troubleshooting.md diff --git a/content/2.self-hosting/_dir.yml b/content/1.self-hosting/_dir.yml similarity index 100% rename from content/2.self-hosting/_dir.yml rename to content/1.self-hosting/_dir.yml diff --git a/content/3.proxy/0.introduction.md b/content/2.proxy/0.introduction.md similarity index 100% rename from content/3.proxy/0.introduction.md rename to content/2.proxy/0.introduction.md diff --git a/content/3.proxy/1.deploy.md b/content/2.proxy/1.deploy.md similarity index 100% rename from content/3.proxy/1.deploy.md rename to content/2.proxy/1.deploy.md diff --git a/content/3.proxy/_dir.yml b/content/2.proxy/_dir.yml similarity index 100% rename from content/3.proxy/_dir.yml rename to content/2.proxy/_dir.yml diff --git a/content/4.client/0.introduction.md b/content/3.client/0.introduction.md similarity index 100% rename from content/4.client/0.introduction.md rename to content/3.client/0.introduction.md diff --git a/content/4.client/1.deploy.md b/content/3.client/1.deploy.md similarity index 100% rename from content/4.client/1.deploy.md rename to content/3.client/1.deploy.md diff --git a/content/4.client/2.configuration.md b/content/3.client/2.configuration.md similarity index 100% rename from content/4.client/2.configuration.md rename to content/3.client/2.configuration.md diff --git a/content/4.client/3.changelog.md b/content/3.client/3.changelog.md similarity index 100% rename from content/4.client/3.changelog.md rename to content/3.client/3.changelog.md diff --git a/content/4.client/4.upgrade.md b/content/3.client/4.upgrade.md similarity index 100% rename from content/4.client/4.upgrade.md rename to content/3.client/4.upgrade.md diff --git a/content/4.client/_dir.yml b/content/3.client/_dir.yml similarity index 100% rename from content/4.client/_dir.yml rename to content/3.client/_dir.yml diff --git a/content/5.backend/0.introduction.md b/content/4.backend/0.introduction.md similarity index 100% rename from content/5.backend/0.introduction.md rename to content/4.backend/0.introduction.md diff --git a/content/5.backend/1.deploy.md b/content/4.backend/1.deploy.md similarity index 100% rename from content/5.backend/1.deploy.md rename to content/4.backend/1.deploy.md diff --git a/content/5.backend/2.configuration.md b/content/4.backend/2.configuration.md similarity index 100% rename from content/5.backend/2.configuration.md rename to content/4.backend/2.configuration.md diff --git a/content/5.backend/3.changelog.md b/content/4.backend/3.changelog.md similarity index 100% rename from content/5.backend/3.changelog.md rename to content/4.backend/3.changelog.md diff --git a/content/5.backend/4.upgrade.md b/content/4.backend/4.upgrade.md similarity index 100% rename from content/5.backend/4.upgrade.md rename to content/4.backend/4.upgrade.md diff --git a/content/5.backend/_dir.yml b/content/4.backend/_dir.yml similarity index 100% rename from content/5.backend/_dir.yml rename to content/4.backend/_dir.yml