Files
Vlastislav Svatek 673e67106e
Some checks failed
ci / deploy (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
first commit
2026-06-05 10:39:05 +02:00

11 lines
748 B
Markdown

# Development Guide: Navigating the Codebase
This guide is intended for developers and contributors working on the NetBox LibreNMS Plugin. It provides a broad overview of the codebase structure and key elements. For detailed NetBox plugin development documentation, see the [official NetBox documentation](https://docs.netbox.dev/en/stable/plugins/development/).
## Contents
- [Project Structure](./structure.md): Overview of the main folders and files in the plugin.
- [Views & Inheritance](./views.md): How views are organized, inheritance patterns, and extension tips.
- [Mixins](./mixins.md): Reusable logic for views, including API access and caching.
- [Templates](./templates.md): Template structure, conventions, and customization tips.