mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
433ea4d0de
* Improvements for version banner - Display at the bottom of the page - Simplify text * Use mkdocs version provider * use 'navigation.instant' * Support modern mkdocs features - Much better navigation and improved features * Content changes * Add code to find previous versions * Remove modern python syntax * display output codes * Hide version banner * Extra debug message * update terminology.md
18 lines
184 B
Plaintext
18 lines
184 B
Plaintext
# Ignore python environment files
|
|
env-inv-doc/
|
|
env/
|
|
|
|
# Compiled python files
|
|
*.pyd
|
|
*.pyc
|
|
|
|
# Documentation build files
|
|
_build/
|
|
site/
|
|
|
|
# Temp files
|
|
releases.json
|
|
versions.json
|
|
|
|
.vscode/
|