mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			77 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
site_name: NetBox
 | 
						|
theme: readthedocs
 | 
						|
repo_url: https://github.com/netbox-community/netbox
 | 
						|
 | 
						|
pages:
 | 
						|
    - Introduction: 'index.md'
 | 
						|
    - Installation:
 | 
						|
        - Installing NetBox: 'installation/index.md'
 | 
						|
        - 1. PostgreSQL: 'installation/1-postgresql.md'
 | 
						|
        - 2. NetBox: 'installation/2-netbox.md'
 | 
						|
        - 3. HTTP Daemon: 'installation/3-http-daemon.md'
 | 
						|
        - 4. LDAP (Optional): 'installation/4-ldap.md'
 | 
						|
        - Upgrading NetBox: 'installation/upgrading.md'
 | 
						|
        - Migrating to Python3: 'installation/migrating-to-python3.md'
 | 
						|
    - Configuration:
 | 
						|
        - Configuring NetBox: 'configuration/index.md'
 | 
						|
        - Required Settings: 'configuration/required-settings.md'
 | 
						|
        - Optional Settings: 'configuration/optional-settings.md'
 | 
						|
    - Core Functionality:
 | 
						|
        - IP Address Management: 'core-functionality/ipam.md'
 | 
						|
        - VLANs: 'core-functionality/vlans.md'
 | 
						|
        - Sites and Racks: 'core-functionality/sites-and-racks.md'
 | 
						|
        - Devices: 'core-functionality/devices.md'
 | 
						|
        - Virtual Machines: 'core-functionality/virtual-machines.md'
 | 
						|
        - Services: 'core-functionality/services.md'
 | 
						|
        - Circuits: 'core-functionality/circuits.md'
 | 
						|
        - Secrets: 'core-functionality/secrets.md'
 | 
						|
        - Tenancy: 'core-functionality/tenancy.md'
 | 
						|
    - Additional Features:
 | 
						|
        - Caching: 'additional-features/caching.md'
 | 
						|
        - Change Logging: 'additional-features/change-logging.md'
 | 
						|
        - Context Data: 'additional-features/context-data.md'
 | 
						|
        - Custom Fields: 'additional-features/custom-fields.md'
 | 
						|
        - Custom Scripts: 'additional-features/custom-scripts.md'
 | 
						|
        - Export Templates: 'additional-features/export-templates.md'
 | 
						|
        - Graphs: 'additional-features/graphs.md'
 | 
						|
        - Prometheus Metrics: 'additional-features/prometheus-metrics.md'
 | 
						|
        - Reports: 'additional-features/reports.md'
 | 
						|
        - Tags: 'additional-features/tags.md'
 | 
						|
        - Topology Maps: 'additional-features/topology-maps.md'
 | 
						|
        - Webhooks: 'additional-features/webhooks.md'
 | 
						|
    - Administration:
 | 
						|
        - Replicating NetBox: 'administration/replicating-netbox.md'
 | 
						|
        - NetBox Shell: 'administration/netbox-shell.md'
 | 
						|
    - API:
 | 
						|
        - Overview: 'api/overview.md'
 | 
						|
        - Authentication: 'api/authentication.md'
 | 
						|
        - Working with Secrets: 'api/working-with-secrets.md'
 | 
						|
        - Examples: 'api/examples.md'
 | 
						|
    - Development:
 | 
						|
        - Introduction: 'development/index.md'
 | 
						|
        - Style Guide: 'development/style-guide.md'
 | 
						|
        - Utility Views: 'development/utility-views.md'
 | 
						|
        - Extending Models: 'development/extending-models.md'
 | 
						|
        - Release Checklist: 'development/release-checklist.md'
 | 
						|
    - Release Notes:
 | 
						|
        - Version 2.6: 'release-notes/version-2.6.md'
 | 
						|
        - Version 2.5: 'release-notes/version-2.5.md'
 | 
						|
        - Version 2.4: 'release-notes/version-2.4.md'
 | 
						|
        - Version 2.3: 'release-notes/version-2.3.md'
 | 
						|
        - Version 2.2: 'release-notes/version-2.2.md'
 | 
						|
        - Version 2.1: 'release-notes/version-2.1.md'
 | 
						|
        - Version 2.0: 'release-notes/version-2.0.md'
 | 
						|
        - Version 1.9: 'release-notes/version-1.9.md'
 | 
						|
        - Version 1.8: 'release-notes/version-1.8.md'
 | 
						|
        - Version 1.7: 'release-notes/version-1.7.md'
 | 
						|
        - Version 1.6: 'release-notes/version-1.6.md'
 | 
						|
        - Version 1.5: 'release-notes/version-1.5.md'
 | 
						|
        - Version 1.4: 'release-notes/version-1.4.md'
 | 
						|
        - Version 1.3: 'release-notes/version-1.3.md'
 | 
						|
        - Version 1.2: 'release-notes/version-1.2.md'
 | 
						|
        - Version 1.1: 'release-notes/version-1.1.md'
 | 
						|
        - Version 1.0: 'release-notes/version-1.0.md'
 | 
						|
 | 
						|
markdown_extensions:
 | 
						|
    - admonition:
 |