Replies: 2 comments 8 replies
-
That's not true - the documentation is in the docs subdirectory (of both a git checkout and a release tarball), albeit in its raw markdown form. Personally I don't support either including HTML-rendered documentation, or the tools to render markdown, within the main Netbox source and/or releases. Having a separate download for the rendered HTML (or PDF) documentation for offline reading is IMO a more reasonable request. |
Beta Was this translation helpful? Give feedback.
-
The documentation is compiled using mkdocs with the material theme. You wouldn't want to run the preview server, so you'd need a rendering step to convert it to HTML (either way involve installing mkdocs and all its dependencies). If you're going to do that, you might as well just download the HTML from somewhere. Re network diagrams, there's been discussion about this before. Now that netbox supports plugins then it would be up to third parties to implement this: integrated drawing has been rejected (e.g. #1827), and the simple graphviz topology rendering which Netbox originally had was removed in v2.7. Another drawing backend which you might want to look into is drawthe.net. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe it will be better for situation where netbox is deployed in a closed air gap management environment that the documentation is included in the deployment.
When installing netbox we are getting only the source code for the application, while the documentation is available online in https://netbox.readthedocs.io/en/stable/
What I propose is to allow netbox deployment to provide also a link to the documentation that would be provided alongside the netbox source code
This would facilitate its understanding in environments where internet access is not provided
Regards
Jose
Beta Was this translation helpful? Give feedback.
All reactions