2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-31 09:01:35 +00:00

Improve devdocs (#4813)

* move devcontainer docs

* rename bare metal pages

* fix backlinks

* Add getting started for devs

* add mermaid

* include contrib in docs

* use another plugin

* include everything

* update doc checks

* fix install command

* remove mermaid

* remove inclusion tag

* remove empty list item

* readd include-markdown

* use non-conflicting syntax for include

* fix table rendering in mkdocs

* make controbuting embedable

* re-add mermaid

* remove empty section

* resturcture

* remove mermaid again
This commit is contained in:
Matthias Mair
2023-06-09 02:16:30 +02:00
committed by GitHub
parent 280f6241dd
commit 005c8341bf
13 changed files with 56 additions and 20 deletions

View File

@@ -75,6 +75,10 @@ nav:
- Credits: credits.md
- Privacy: privacy.md
- Terminology: terminology.md
- Development:
- Getting started: develop/starting.md
- Contributing: develop/contributing.md
- Devcontainer: develop/devcontainer.md
- Install:
- Introduction: start/intro.md
- Configuration: start/config.md
@@ -85,10 +89,8 @@ nav:
- Bare Metal:
- Introduction: start/install.md
- Installer: start/installer.md
- Production: start/production.md
- Development: start/development.md
- Development:
- Devcontainer: start/devcontainer.md
- Production: start/bare_prod.md
- Development: start/bare_dev.md
- Serving Files: start/serving_files.md
- Data Backup: start/backup.md
- Migrating Data: start/migrate.md
@@ -207,6 +209,9 @@ nav:
# Plugins
plugins:
- include-markdown:
opening_tag: "{!"
closing_tag: "!}"
- search
- git-revision-date-localized
- mkdocs-simple-hooks: