From 109fff0fa6c12c8ed3732664616b536a6c7d5e16 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 12 Oct 2017 10:59:39 -0400 Subject: [PATCH] Reorganized the docs --- docs/index.md | 3 ++- docs/{shell/intro.md => miscellaneous/shell.md} | 0 mkdocs.yml | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{shell/intro.md => miscellaneous/shell.md} (100%) diff --git a/docs/index.md b/docs/index.md index a661b5e0e..2e8c8b3dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,7 @@ NetBox is an open source web application designed to help manage and document co * **Equipment racks** - Organized by group and site * **Devices** - Types of devices and where they are installed * **Connections** - Network, console, and power connections among devices +* **Virtualization** - Virtual machines and clusters * **Data circuits** - Long-haul communications circuits and providers * **Secrets** - Encrypted storage of sensitive credentials @@ -46,7 +47,7 @@ NetBox is built on the [Django](https://djangoproject.com/) Python framework and | HTTP Service | nginx or Apache | | WSGI Service | gunicorn or uWSGI | | Application | Django/Python | -| Database | PostgreSQL | +| Database | PostgreSQL 9.4+ | # Getting Started diff --git a/docs/shell/intro.md b/docs/miscellaneous/shell.md similarity index 100% rename from docs/shell/intro.md rename to docs/miscellaneous/shell.md diff --git a/mkdocs.yml b/mkdocs.yml index e3ac9f50b..430a05ac7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,10 +25,9 @@ pages: - 'Authentication': 'api/authentication.md' - 'Working with Secrets': 'api/working-with-secrets.md' - 'Examples': 'api/examples.md' - - 'Shell': - - 'Introduction': 'shell/intro.md' - 'Miscellaneous': - 'Reports': 'miscellaneous/reports.md' + - 'Shell': 'miscellaneous/shell.md' - 'Development': - 'Utility Views': 'development/utility-views.md'