mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 10:43:26 +00:00
Setup navigation structure
This commit is contained in:
3
content/5.backend/0.introduction.md
Normal file
3
content/5.backend/0.introduction.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Introduction to the backend
|
||||
|
||||
// EXPLAIN WHAT THE BACKEND DOES
|
7
content/5.backend/1.deploy.md
Normal file
7
content/5.backend/1.deploy.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Deploying the backend
|
||||
|
||||
// FILL PAGE
|
||||
|
||||
## Method 1 - docker
|
||||
|
||||
// EXPLAIN HOW TO DEPLOY WITH DOCKER
|
3
content/5.backend/2.configuration.md
Normal file
3
content/5.backend/2.configuration.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Backend Config Reference
|
||||
|
||||
// ADD CONFIGURATION REFERENCE
|
3
content/5.backend/3.changelog.md
Normal file
3
content/5.backend/3.changelog.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Version 1.0.0
|
||||
|
||||
Changelog goes here
|
1
content/5.backend/4.upgrade.md
Normal file
1
content/5.backend/4.upgrade.md
Normal file
@@ -0,0 +1 @@
|
||||
No upgrades to be done yet
|
3
content/5.backend/_dir.yml
Normal file
3
content/5.backend/_dir.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
title: 'Backend'
|
||||
icon: mdi:server-network
|
||||
navigation.redirect: /backend/introduction
|
Reference in New Issue
Block a user