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

@@ -0,0 +1,6 @@
---
title: 'Introduction'
---
# Introduction to the backend
// EXPLAIN WHAT THE BACKEND DOES

View File

@@ -0,0 +1,10 @@
---
title: 'Deploy'
---
# Deploying the backend
// FILL PAGE
## Method 1 - docker
// EXPLAIN HOW TO DEPLOY WITH DOCKER

View File

@@ -0,0 +1,6 @@
---
title: 'Configuration'
---
# Backend Config Reference
// ADD CONFIGURATION REFERENCE

View File

@@ -0,0 +1,6 @@
---
title: 'Changelog'
---
# Version 1.0.0
Changelog goes here

View File

@@ -0,0 +1,4 @@
---
title: 'Upgrade guide'
---
No upgrades to be done yet

View File

@@ -0,0 +1,3 @@
title: 'Backend'
icon: mdi:server-network
navigation.redirect: /backend/introduction