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