mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-12-19 10:33:17 +00:00
API docs (#379)
* Move API documentation into separate directory * Rearrange main docs bar * Split python examples into separate page * Fix broken links * Adds page for browseable API * Fix image links * Add entrypoint page for barcodes * Update barcode docs * Add (empty) pages for internal and external barcods * Add documentation on "internal" barcode format * Documentation for external barcode functionality * Skeleton page for custom barcode information * Extend docs for custom barcodesplugins * Add stubs for new API docs * Add documentation for downloading data via the AP * API metadata information * docs for pythonic metadata access * docs for bulk delete
This commit is contained in:
38
mkdocs.yml
38
mkdocs.yml
@@ -133,6 +133,31 @@ nav:
|
||||
- Email: settings/email.md
|
||||
- Background Tasks: settings/tasks.md
|
||||
- Extend:
|
||||
- InvenTree API:
|
||||
- Overview: api/api.md
|
||||
- Model Metadata: api/metadata.md
|
||||
- Download Data: api/download.md
|
||||
- Bulk Delete: api/bulk_delete.md
|
||||
- Interactive API: api/browse.md
|
||||
- Python Interface:
|
||||
- Overview: api/python/python.md
|
||||
- Examples: api/python/examples.md
|
||||
- Barcodes:
|
||||
- Overview: barcodes/barcodes.md
|
||||
- Internal Barcodes: barcodes/internal.md
|
||||
- External Barcodes: barcodes/external.md
|
||||
- Custom Barcodes: barcodes/custom.md
|
||||
- App:
|
||||
- InvenTree App: app/app.md
|
||||
- Connect: app/connect.md
|
||||
- Barcodes: app/barcode.md
|
||||
- Parts: app/part.md
|
||||
- Stock: app/stock.md
|
||||
- Purchase Orders: app/po.md
|
||||
- Settings: app/settings.md
|
||||
- Privacy: app/privacy.md
|
||||
- Translation: app/translation.md
|
||||
- Suggestions: app/issues.md
|
||||
- Plugins:
|
||||
- Overview: extend/plugins.md
|
||||
- Installation: extend/plugins/install.md
|
||||
@@ -151,21 +176,8 @@ nav:
|
||||
- Settings Mixin: extend/plugins/settings.md
|
||||
- URL Mixin: extend/plugins/urls.md
|
||||
- Validation Mixin: extend/plugins/validation.md
|
||||
- API: extend/api.md
|
||||
- Python Interface: extend/python.md
|
||||
- Themes: extend/themes.md
|
||||
- Third-Party: extend/integrate.md
|
||||
- App:
|
||||
- InvenTree App: app/app.md
|
||||
- Connect: app/connect.md
|
||||
- Barcodes: app/barcode.md
|
||||
- Parts: app/part.md
|
||||
- Stock: app/stock.md
|
||||
- Purchase Orders: app/po.md
|
||||
- Settings: app/settings.md
|
||||
- Privacy: app/privacy.md
|
||||
- Translation: app/translation.md
|
||||
- Suggestions: app/issues.md
|
||||
|
||||
# Plugins
|
||||
plugins:
|
||||
|
||||
Reference in New Issue
Block a user