mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Enable support for Markdown inclusions
This commit is contained in:
parent
aefed0df89
commit
70397461eb
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mkdocs
|
||||||
|
git+https://github.com/cmacmackin/markdown-include.git
|
@ -1,11 +1,16 @@
|
|||||||
site_name: NetBox Documentation
|
site_name: NetBox Documentation
|
||||||
site_url: https://netbox.readthedocs.io/
|
site_url: https://netbox.readthedocs.io/
|
||||||
repo_url: https://github.com/netbox-community/netbox
|
repo_url: https://github.com/netbox-community/netbox
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: docs/requirements.txt
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: readthedocs
|
||||||
navigation_depth: 3
|
navigation_depth: 3
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition:
|
- admonition:
|
||||||
|
- markdown_include.include:
|
||||||
|
headingOffset: 1
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Introduction: 'index.md'
|
- Introduction: 'index.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user