Rename numbers

This commit is contained in:
mrjvs
2023-12-12 20:12:52 +01:00
parent 31690529eb
commit c4d1622922
26 changed files with 2 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ layout: page
--- ---
cta: cta:
- Get Started - Get Started
- /introduction/getting-started - /self-hosting/hosting-intro
secondary: secondary:
- Open on GitHub → - Open on GitHub →
- https://github.com/movie-web/movie-web - https://github.com/movie-web/movie-web

View File

@@ -1,5 +0,0 @@
---
title: 'Getting started'
---
# Getting Started

View File

@@ -1,2 +0,0 @@
icon: ph:star-duotone
navigation.redirect: /introduction/getting-started

View File

@@ -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. This method is only recommended if you have experience hosting databases or other similar stateful applications.
1. [Setup the Backend!](4.backend.md) 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 ## Method 3 - host everything
If you want an instance that's completely isolated from official movie-web. You can selfhost all parts. If you want an instance that's completely isolated from official movie-web. You can selfhost all parts.