2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Add mermaid to docs (#5405)

* 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

* Update mkdocs.yml

* Update mkdocs.yml

* Update starting.md

* Update starting.md

* Update starting.md

* extend requirements

* Update mkdocs.yml

* clean diff

* clean diff + check if it works

* fix CI check for custom tags

* clean md
This commit is contained in:
Matthias Mair
2024-02-05 10:40:38 +00:00
committed by GitHub
parent fc86064bd1
commit 4869d0dab8
4 changed files with 9 additions and 4 deletions

View File

@ -11,6 +11,6 @@ tld = os.path.abspath(os.path.join(here, '..'))
config_file = os.path.join(tld, 'mkdocs.yml')
with open(config_file, 'r') as f:
data = yaml.safe_load(f)
data = yaml.load(f, yaml.BaseLoader)
assert data['strict'] is True
assert data['strict'] == 'true'