mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Documentation Improvements (#4894)
* 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
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}
|
||||
{% block footer %}
|
||||
{% include "partials/version_banner.html" %}
|
||||
{% include "partials/header.html" %}
|
||||
{% endblock header %}
|
||||
{% include "partials/footer.html" %}
|
||||
{% endblock footer %}
|
||||
|
Reference in New Issue
Block a user