mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-13 10:45:32 +00:00
Added temporary debug page to better understand context when hosted on ReadTheDocs
This commit is contained in:
30
docs/debug.md
Normal file
30
docs/debug.md
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
title: Debug
|
||||
layout: page
|
||||
---
|
||||
|
||||
## Debug
|
||||
|
||||
### Readthedocs
|
||||
|
||||
*[Reference](https://docs.readthedocs.io/en/stable/development/design/theme-context.html#context-injected)*
|
||||
|
||||
{{ readthedocs }}
|
||||
|
||||
### Mkdocs
|
||||
|
||||
#### Base URL
|
||||
|
||||
base_url: `{{ base_url }}`
|
||||
|
||||
#### Environment
|
||||
|
||||
{{ context(environment) | pretty }}
|
||||
|
||||
#### Global Variables
|
||||
|
||||
{{ context(extra) | pretty }}
|
||||
|
||||
#### Config
|
||||
|
||||
{{ context(config) | pretty }}
|
Reference in New Issue
Block a user