瀏覽代碼

Docs fixes

Jeremy Stretch 7 年之前
父節點
當前提交
d6ce4fc9f3
共有 3 個文件被更改,包括 9 次插入9 次删除
  1. 2 2
      docs/configuration/index.md
  2. 6 6
      docs/installation/index.md
  3. 1 1
      mkdocs.yml

+ 2 - 2
docs/configuration/index.md

@@ -4,8 +4,8 @@ NetBox's local configuration is stored in `netbox/netbox/configuration.py`. An e
 
 
 While NetBox has many configuration settings, only a few of them must be defined at the time of installation.
 While NetBox has many configuration settings, only a few of them must be defined at the time of installation.
 
 
-* [Required settings](configuration/required-settings.md)
-* [Optional settings](configuration/optional-settings.md)
+* [Required settings](required-settings.md)
+* [Optional settings](optional-settings.md)
 
 
 ## Changing the Configuration
 ## Changing the Configuration
 
 

+ 6 - 6
docs/installation/index.md

@@ -2,13 +2,13 @@
 
 
 The following sections detail how to set up a new instance of NetBox:
 The following sections detail how to set up a new instance of NetBox:
 
 
-1. [PostgreSQL database](installation/1-postgresql.md)
-2. [NetBox components](installation/2-netbox.md)
-3. [HTTP dameon](installation/3-http-daemon.md)
-4. [LDAP authentication](installation/4-ldap.md) (optional)
+1. [PostgreSQL database](1-postgresql.md)
+2. [NetBox components](2-netbox.md)
+3. [HTTP dameon](3-http-daemon.md)
+4. [LDAP authentication](4-ldap.md) (optional)
 
 
 # Upgrading
 # Upgrading
 
 
-If you are upgrading from an existing installation, please consult the [upgrading guide](installation/upgrading.md).
+If you are upgrading from an existing installation, please consult the [upgrading guide](upgrading.md).
 
 
-NetBox v2.5 and later requires Python 3. Please see the instruction for [migrating to Python 3](installation/migrating-to-python3.md) if you are still using Python 2.
+NetBox v2.5 and later requires Python 3. Please see the instruction for [migrating to Python 3](migrating-to-python3.md) if you are still using Python 2.

+ 1 - 1
mkdocs.yml

@@ -7,7 +7,7 @@ pages:
         - Installing NetBox: 'installation/index.md'
         - Installing NetBox: 'installation/index.md'
         - 1. PostgreSQL: 'installation/1-postgresql.md'
         - 1. PostgreSQL: 'installation/1-postgresql.md'
         - 2. NetBox: 'installation/2-netbox.md'
         - 2. NetBox: 'installation/2-netbox.md'
-        - 3. Web Server: 'installation/3-web-server.md'
+        - 3. HTTP Daemon: 'installation/3-http-daemon.md'
         - 4. LDAP (Optional): 'installation/4-ldap.md'
         - 4. LDAP (Optional): 'installation/4-ldap.md'
         - Upgrading NetBox: 'installation/upgrading.md'
         - Upgrading NetBox: 'installation/upgrading.md'
         - Migrating to Python3: 'installation/migrating-to-python3.md'
         - Migrating to Python3: 'installation/migrating-to-python3.md'