Skip to content

Commit 8bc1cfa

Browse files
committed
Tidy documentation
1 parent 43d17ca commit 8bc1cfa

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

docs/README_Subpages/README_Configuration.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -659,35 +659,4 @@ PLUGINS_CONFIG = {
659659

660660
![Cable QR Code](/docs/img/Configuration_Label_Example_10.png)
661661

662-
663-
# Other plugin support
664-
665-
The following plugins are currently supported.
666-
667-
### netbox-inventory
668-
669-
A Netbox plugin for hardware inventory. (https://github.com/ArnesSI/netbox-inventory)
670-
671-
* `netbox_inventory.asset`:
672-
673-
```Python
674-
PLUGINS_CONFIG = {
675-
'netbox_qrcode': {
676-
'netbox_inventory.asset': {
677-
'title': 'My Litle Label 1',
678-
},
679-
}
680-
}
681-
```
682-
683-
```Python
684-
PLUGINS_CONFIG = {
685-
'netbox_qrcode': {
686-
'netbox_inventory.asset_2': {
687-
'title': 'My Litle Label 2',
688-
},
689-
}
690-
}
691-
```
692-
693662
[<< Back to README start](/README.md)

0 commit comments

Comments
 (0)