Browse Source

Reorganized the docs

Jeremy Stretch 7 years ago
parent
commit
109fff0fa6
3 changed files with 3 additions and 3 deletions
  1. 2 1
      docs/index.md
  2. 0 0
      docs/miscellaneous/shell.md
  3. 1 2
      mkdocs.yml

+ 2 - 1
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
 

docs/shell/intro.md → docs/miscellaneous/shell.md


+ 1 - 2
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'