mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Merge pull request #9 from SchrodingersGat/remove-debug
Remove debug page
This commit is contained in:
commit
b1feda6c2d
@ -1,36 +0,0 @@
|
|||||||
---
|
|
||||||
title: Debug
|
|
||||||
layout: page
|
|
||||||
---
|
|
||||||
|
|
||||||
## Debug
|
|
||||||
|
|
||||||
### Readthedocs
|
|
||||||
|
|
||||||
*[Reference](https://docs.readthedocs.io/en/stable/development/design/theme-context.html#context-injected)*
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>READTHEDOCS - {{ READTHEDOCS }}</li>
|
|
||||||
<li>meta - {{ meta | pretty }}</li>
|
|
||||||
<li>meta2 - {{ context(meta) | pretty }}</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<b>config.docs_dir:</b> {{ config.docs_dir }}
|
|
||||||
|
|
||||||
### Mkdocs
|
|
||||||
|
|
||||||
#### Base URL
|
|
||||||
|
|
||||||
base_url: `{{ base_url }}`
|
|
||||||
|
|
||||||
#### Environment
|
|
||||||
|
|
||||||
{{ context(environment) | pretty }}
|
|
||||||
|
|
||||||
#### Global Variables
|
|
||||||
|
|
||||||
{{ context(extra) | pretty }}
|
|
||||||
|
|
||||||
#### Config
|
|
||||||
|
|
||||||
{{ context(config) | pretty }}
|
|
@ -67,8 +67,6 @@ nav:
|
|||||||
- Python Interface: extend/python.md
|
- Python Interface: extend/python.md
|
||||||
- Plugins: extend/plugins.md
|
- Plugins: extend/plugins.md
|
||||||
- Third-Party: extend/integrate.md
|
- Third-Party: extend/integrate.md
|
||||||
- Debug:
|
|
||||||
- Debug: debug.md
|
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user