Skip to content

Commit 1ba3a4f

Browse files
authored
Merge pull request #3 from netboxlabs/chore/improve-readme
chore: improve README (2)
2 parents 600902e + 8659f5e commit 1ba3a4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ pipelines.
1010
More information about Diode can be found
1111
at [https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in-netbox/](https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in-netbox/).
1212

13+
## Compatibility
14+
15+
| NetBox Version | Plugin Version |
16+
|----------------|----------------|
17+
| >= 3.7.2 | 0.1.0 |
18+
1319
## Installation
1420

1521
```bash
@@ -24,6 +30,10 @@ PLUGINS = [
2430
]
2531
```
2632

33+
See [NetBox Documentation](https://netboxlabs.com/docs/netbox/en/stable/plugins/#installing-plugins) for details.
34+
35+
## Configuration
36+
2737
Set following environment variables for your NetBox:
2838

2939
* `DIODE_TO_NETBOX_API_KEY=<API_KEY_1>` - API key for the Diode service to interact with NetBox

0 commit comments

Comments
 (0)