Skip to content

nautobot/docs-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.