2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 19:25:37 +00:00

Completed BOM documentation, removed meta-tag 'layout' from all markdown pages, removed title and edit button from each page (more space for content)

This commit is contained in:
eeintech
2020-09-24 16:36:31 -05:00
parent 4c9d267416
commit fb41a844de
42 changed files with 116 additions and 1121 deletions

View File

@ -20,6 +20,7 @@ theme:
repo: fontawesome/brands/github
features:
- tabs
edit_uri: "" # Disable "Edit" button
extra_css:
- stylesheets/extra.css
extra_javascript:
@ -40,7 +41,7 @@ nav:
- Parts: part/part.md
- Part Views: part/views.md
- Parameters: part/parameter.md
- Template Parts: part/template.md
- Templates: part/template.md
- Tests: part/test.md
- Stock:
- Stock Items: stock/stock.md
@ -49,7 +50,7 @@ nav:
- Test Results: stock/test.md
- Build:
- Build Parts: build/build.md
- BOM: build/bom.md
- Bill of Materials (BOM): build/bom.md
- Buy:
- Suppliers: buy/supplier.md
- Purchase Orders: buy/po.md
@ -79,6 +80,7 @@ plugins:
markdown_extensions:
- admonition
- attr_list
- meta
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences