/docs-landing-page

Landing page for docs.nautobot.com

Primary LanguageHTMLApache License 2.0Apache-2.0

Nautobot Docs Landing Page


This repository hosts the files for the Nautobot Documentation Landing page at https://docs.nautobot.com.

Contributing

The landing page is static HTML and, if you want to preview any changes, you may either open it in your browser locally or serve it using any local web server. For example, in Python you can run:

> python -m http.server -d html/
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

Any PRs with fixes are very welcome! For any changes/improvements, please first open an issue and discuss your ideas with the maintainers before starting to work on a pull request.

Questions

For any questions or comments, you can swing by the Network to Code Slack (channel #nautobot), sign up here.