netbox/mkdocs.yml

122 lines
5.1 KiB
YAML
Raw Normal View History

2020-02-26 17:40:31 +01:00
site_name: NetBox Documentation
site_dir: netbox/project-static/docs
2020-02-26 17:40:31 +01:00
site_url: https://netbox.readthedocs.io/
2021-07-28 21:07:46 +02:00
repo_name: netbox-community/netbox
repo_url: https://github.com/netbox-community/netbox
2020-03-05 16:47:12 +01:00
python:
install:
- requirements: docs/requirements.txt
2020-02-26 17:40:31 +01:00
theme:
2021-02-25 03:21:17 +01:00
name: material
2021-07-28 22:26:04 +02:00
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to Dark Mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to Light Mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/netbox-community/netbox
- icon: fontawesome/brands/slack
link: https://slack.netbox.dev
extra_css:
- extra.css
2020-02-26 17:40:31 +01:00
markdown_extensions:
2021-02-25 03:21:17 +01:00
- admonition
2021-07-28 21:12:17 +02:00
- attr_list
2020-03-05 16:47:12 +01:00
- markdown_include.include:
headingOffset: 1
2021-04-02 22:29:01 +02:00
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
2021-02-25 03:21:17 +01:00
- pymdownx.superfences
- pymdownx.tabbed
2020-02-26 17:40:31 +01:00
nav:
2018-07-17 23:23:10 +02:00
- Introduction: 'index.md'
- Installation:
- Installing NetBox: 'installation/index.md'
- 1. PostgreSQL: 'installation/1-postgresql.md'
2020-02-26 17:40:31 +01:00
- 2. Redis: 'installation/2-redis.md'
- 3. NetBox: 'installation/3-netbox.md'
2020-07-20 22:53:04 +02:00
- 4. Gunicorn: 'installation/4-gunicorn.md'
- 5. HTTP Server: 'installation/5-http-server.md'
- 6. LDAP (Optional): 'installation/6-ldap.md'
2018-07-17 23:23:10 +02:00
- Upgrading NetBox: 'installation/upgrading.md'
- Migrating to systemd: 'installation/migrating-to-systemd.md'
2018-07-17 23:23:10 +02:00
- 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'
- VLAN Management: 'core-functionality/vlans.md'
2018-07-17 23:23:10 +02:00
- Sites and Racks: 'core-functionality/sites-and-racks.md'
- Devices and Cabling: 'core-functionality/devices.md'
2020-03-05 22:26:23 +01:00
- Device Types: 'core-functionality/device-types.md'
- Virtualization: 'core-functionality/virtualization.md'
- Service Mapping: 'core-functionality/services.md'
2018-07-17 23:23:10 +02:00
- Circuits: 'core-functionality/circuits.md'
- Power Tracking: 'core-functionality/power.md'
2020-07-30 19:02:53 +02:00
- Tenancy: 'core-functionality/tenancy.md'
2021-06-24 14:37:06 +02:00
- Customization:
- Custom Fields: 'customization/custom-fields.md'
- Custom Validation: 'customization/custom-validation.md'
- Custom Links: 'customization/custom-links.md'
- Export Templates: 'customization/export-templates.md'
- Custom Scripts: 'customization/custom-scripts.md'
- Reports: 'customization/reports.md'
2018-07-17 23:23:10 +02:00
- Additional Features:
- Change Logging: 'additional-features/change-logging.md'
2020-07-30 17:36:46 +02:00
- Context Data: 'models/extras/configcontext.md'
- Journaling: 'additional-features/journaling.md'
2020-01-08 16:54:09 +01:00
- NAPALM: 'additional-features/napalm.md'
- Prometheus Metrics: 'additional-features/prometheus-metrics.md'
2020-07-30 17:36:46 +02:00
- Tags: 'models/extras/tag.md'
2018-07-17 23:23:10 +02:00
- Webhooks: 'additional-features/webhooks.md'
- Plugins:
- Using Plugins: 'plugins/index.md'
- Developing Plugins: 'plugins/development.md'
- Administration:
- Permissions: 'administration/permissions.md'
- Housekeeping: 'administration/housekeeping.md'
- Replicating NetBox: 'administration/replicating-netbox.md'
- NetBox Shell: 'administration/netbox-shell.md'
- REST API:
- Overview: 'rest-api/overview.md'
- Filtering: 'rest-api/filtering.md'
- Authentication: 'rest-api/authentication.md'
2021-06-30 15:35:50 +02:00
- GraphQL API:
- Overview: 'graphql-api/overview.md'
2018-07-17 23:23:10 +02:00
- Development:
2018-07-27 19:42:18 +02:00
- Introduction: 'development/index.md'
- Getting Started: 'development/getting-started.md'
2018-11-12 20:36:09 +01:00
- Style Guide: 'development/style-guide.md'
2021-04-02 22:29:01 +02:00
- Models: 'development/models.md'
- Adding Models: 'development/adding-models.md'
- Extending Models: 'development/extending-models.md'
2021-06-09 17:39:44 +02:00
- Signals: 'development/signals.md'
- Application Registry: 'development/application-registry.md'
2020-04-24 15:23:58 +02:00
- User Preferences: 'development/user-preferences.md'
- Web UI: 'development/web-ui.md'
- Release Checklist: 'development/release-checklist.md'
2019-10-10 18:02:53 +02:00
- Release Notes:
2021-06-09 19:20:46 +02:00
- Version 3.0: 'release-notes/version-3.0.md'
2021-03-31 20:24:43 +02:00
- Version 2.11: 'release-notes/version-2.11.md'
2020-11-17 20:11:47 +01:00
- Version 2.10: 'release-notes/version-2.10.md'
2020-09-04 22:09:05 +02:00
- Version 2.9: 'release-notes/version-2.9.md'
2020-03-04 20:33:55 +01:00
- Version 2.8: 'release-notes/version-2.8.md'
2020-01-16 18:57:24 +01:00
- Version 2.7: 'release-notes/version-2.7.md'
2019-10-10 18:02:53 +02:00
- 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'