Files
netbox-librenms-plugin/docs/development/README.md
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

748 B

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.

Contents

  • Project Structure: Overview of the main folders and files in the plugin.
  • Views & Inheritance: How views are organized, inheritance patterns, and extension tips.
  • Mixins: Reusable logic for views, including API access and caching.
  • Templates: Template structure, conventions, and customization tips.