2
0
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:
Oliver 2020-09-23 09:01:02 +10:00 committed by GitHub
commit b1feda6c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 38 deletions

View File

@ -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 }}

View File

@ -67,8 +67,6 @@ nav:
- Python Interface: extend/python.md
- Plugins: extend/plugins.md
- Third-Party: extend/integrate.md
- Debug:
- Debug: debug.md
# Plugins
plugins: