Clean up plugins documentation

This commit is contained in:
jeremystretch
2022-11-15 16:55:18 -05:00
parent 23077821f6
commit 0c0c848597
5 changed files with 20 additions and 15 deletions

View File

@@ -1,5 +1,8 @@
# Search
!!! note
This feature was introduced in NetBox v3.4.
Plugins can define and register their own models to extend NetBox's core search functionality. Typically, a plugin will include a file named `search.py`, which holds all search indexes for its models (see the example below).
```python