mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			879 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			879 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
site_name: NetBox
 | 
						|
 | 
						|
pages:
 | 
						|
    - 'Introduction': 'index.md'
 | 
						|
    - 'Installation':
 | 
						|
        - 'PostgreSQL': 'installation/postgresql.md'
 | 
						|
        - 'NetBox': 'installation/netbox.md'
 | 
						|
        - 'Web Server': 'installation/web-server.md'
 | 
						|
        - 'LDAP (Optional)': 'installation/ldap.md'
 | 
						|
        - 'Upgrading': 'installation/upgrading.md'
 | 
						|
        - 'Alternate Install: Docker': 'installation/docker.md'
 | 
						|
    - 'Configuration':
 | 
						|
        - 'Mandatory Settings': 'configuration/mandatory-settings.md'
 | 
						|
        - 'Optional Settings': 'configuration/optional-settings.md'
 | 
						|
    - 'Data Model':
 | 
						|
        - 'Circuits': 'data-model/circuits.md'
 | 
						|
        - 'DCIM': 'data-model/dcim.md'
 | 
						|
        - 'IPAM': 'data-model/ipam.md'
 | 
						|
        - 'Secrets': 'data-model/secrets.md'
 | 
						|
        - 'Extras': 'data-model/extras.md'
 | 
						|
    - 'API Integration': 'api-integration.md'
 | 
						|
 | 
						|
markdown_extensions:
 | 
						|
    - admonition:
 |