mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change documentation root url to 'docs'
This commit is contained in:
parent
3a43a8ba72
commit
b0487b33dc
@ -68,7 +68,7 @@ autoapi_ignore = [
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
autoapi_template_dir = 'templates'
|
||||
autoapi_root = 'api'
|
||||
autoapi_root = 'docs'
|
||||
autoapi_add_toctree_entry = False
|
||||
|
||||
templates_path = ['templates']
|
||||
|
@ -11,8 +11,8 @@ Django Apps
|
||||
|
||||
The InvenTree Django ecosystem provides the following 'apps' for core functionality:
|
||||
|
||||
* `InvenTree </api/InvenTree/index.html>`_ - High level management functions
|
||||
* `Build </api/build/index.html>`_ - Part build projects
|
||||
* `Company </api/company/index.html>`_ - Company management (suppliers / customers)
|
||||
* `Part </api/part/index.html>`_ - Part management
|
||||
* `Stock </api/stock/index.html>`_ - Stock management
|
||||
* `InvenTree </docs/InvenTree/index.html>`_ - High level management functions
|
||||
* `Build </docs/build/index.html>`_ - Part build projects
|
||||
* `Company </docs/company/index.html>`_ - Company management (suppliers / customers)
|
||||
* `Part </docs/part/index.html>`_ - Part management
|
||||
* `Stock </docs/stock/index.html>`_ - Stock management
|
Loading…
Reference in New Issue
Block a user