1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

37 lines
1.3 KiB
YAML
Raw Normal View History

2016-07-08 12:55:57 -04:00
site_name: NetBox
2016-07-08 16:00:53 -04:00
2016-07-08 12:55:57 -04:00
pages:
- 'Introduction': 'index.md'
2016-07-08 16:00:53 -04:00
- 'Installation':
- 'PostgreSQL': 'installation/postgresql.md'
- 'NetBox': 'installation/netbox.md'
- 'Web Server': 'installation/web-server.md'
- 'LDAP (Optional)': 'installation/ldap.md'
2016-07-08 16:00:53 -04:00
- 'Upgrading': 'installation/upgrading.md'
- 'Migrating to Python3': 'installation/migrating-to-python3.md'
- 'Configuration':
- 'Mandatory Settings': 'configuration/mandatory-settings.md'
- 'Optional Settings': 'configuration/optional-settings.md'
2016-07-08 12:55:57 -04:00
- 'Data Model':
- 'Circuits': 'data-model/circuits.md'
- 'DCIM': 'data-model/dcim.md'
- 'IPAM': 'data-model/ipam.md'
- 'Secrets': 'data-model/secrets.md'
2016-07-28 09:47:16 -04:00
- 'Tenancy': 'data-model/tenancy.md'
- 'Virtualization': 'data-model/virtualization.md'
2016-07-08 12:55:57 -04:00
- 'Extras': 'data-model/extras.md'
2017-02-01 14:04:45 -05:00
- 'API':
2017-03-20 12:18:18 -04:00
- 'Overview': 'api/overview.md'
- 'Authentication': 'api/authentication.md'
2017-03-21 16:00:02 -04:00
- 'Working with Secrets': 'api/working-with-secrets.md'
2017-03-20 12:18:18 -04:00
- 'Examples': 'api/examples.md'
2017-07-24 13:26:31 -04:00
- 'Shell':
- 'Introduction': 'shell/intro.md'
2017-09-28 16:25:42 -04:00
- 'Miscellaneous':
- 'Reports': 'miscellaneous/reports.md'
2017-09-12 13:53:15 -04:00
- 'Development':
- 'Utility Views': 'development/utility-views.md'
2016-07-08 16:00:53 -04:00
markdown_extensions:
- admonition: