2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 03:51:34 +00:00

[wip] Plugin dev docs (#10090)

* Plugin index page

* backend vs frontend

* Plugin creator docs

* Feature list

* More docs

* More images

* Additional docs

* Cleanup unit test docs

* Cleanup

* Update frontend docs

* Update

* Improve examples

* Update file list
This commit is contained in:
Oliver
2025-07-28 19:38:28 +10:00
committed by GitHub
parent 2d7775852e
commit 47ccbfe972
17 changed files with 495 additions and 36 deletions

View File

@@ -211,7 +211,9 @@ nav:
- Overview: plugins/index.md
- Installation: plugins/install.md
- Developing a Plugin: plugins/how_to.md
- Plugin Development Walkthrough: plugins/walkthrough.md
- Frontend Integration: plugins/frontend.md
- Plugin Creator: plugins/creator.md
- Plugin Walkthrough: plugins/walkthrough.md
- Model Metadata: plugins/metadata.md
- Tags: plugins/tags.md
- Unit Test: plugins/test.md