Add navigation page titles

This commit is contained in:
mrjvs
2023-12-12 19:36:07 +01:00
parent 6d14cd42c2
commit 31690529eb
20 changed files with 60 additions and 0 deletions

View File

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

View File

@@ -1,3 +1,6 @@
---
title: 'Deploy'
---
# Deploying the backend
// FILL PAGE

View File

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

View File

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

View File

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