mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Updated Plugins (markdown)
parent
8db084082c
commit
0e3d4e948b
@ -1,6 +1,6 @@
|
||||
## About Plugins
|
||||
|
||||
[Plugins](https://netbox.readthedocs.io/en/stable/plugins/#plugins) are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models, views, and other resources, but cannot interfere with core components. A NetBox user may opt to install plugins provided by the community or build his or her own.
|
||||
[Plugins](https://docs.netbox.dev/en/stable/plugins/#plugins) are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models, views, and other resources, but cannot interfere with core components. A NetBox user may opt to install plugins provided by the community or build his or her own.
|
||||
|
||||
Plugins are supported on NetBox v2.8 and later.
|
||||
|
||||
@ -9,7 +9,7 @@ Plugins are supported on NetBox v2.8 and later.
|
||||
Anyone is free and welcome to develop a plugin for NetBox. This can be a project that you use internally within your organization, an open source project, or even a commercial product. To get started with a plugin, we suggest first completing the official development tutorial. This will walk you through the process of creating a plugin from scratch. From there, the plugins framework documentation should have everything you need.
|
||||
|
||||
* [Plugin Development Tutorial](https://github.com/netbox-community/netbox-plugin-tutorial) (requires NetBox v3.2+)
|
||||
* [Plugins Documentation](https://netbox.readthedocs.io/en/stable/plugins/#plugins)
|
||||
* [Plugins Documentation](https://docs.netbox.dev/en/stable/plugins/#plugins)
|
||||
|
||||
### Plugin Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user