Merge pull request #20209 from netbox-community/20092-mkdocs-cleanup

Closes #20092: Clean up `mkdocs` warnings
This commit is contained in:
bctiemann
2025-08-29 17:23:50 -04:00
committed by GitHub
4 changed files with 10 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ Every model includes by default a numeric primary key. This value is generated a
## Enabling NetBox Features
Plugin models can leverage certain [model features](../development/models.md#features-matrix) (such as tags, custom fields, event rules, etc.) by inheriting from NetBox's `NetBoxModel` class. This class performs two crucial functions:
Plugin models can leverage certain [model features](../../development/models.md#features-matrix) (such as tags, custom fields, event rules, etc.) by inheriting from NetBox's `NetBoxModel` class. This class performs two crucial functions:
1. Apply any fields, methods, and/or attributes necessary to the operation of these features
2. Register the model with NetBox as utilizing these features