forked from nautobot/nautobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
124 lines (124 loc) · 5.87 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
dev_addr: '127.0.0.1:8001'
edit_uri: edit/main/nautobot/docs
site_dir: nautobot/project-static/docs
site_name: Nautobot Documentation
site_url: https://nautobot.readthedocs.io/
repo_url: https://github.com/nautobot/nautobot
theme:
name: readthedocs
navigation_depth: 4
hljs_languages:
- django
- yaml
extra_css:
- extra.css
markdown_extensions:
- admonition:
- toc:
permalink: true
plugins:
- search
- include-markdown
nav:
- Introduction: 'index.md'
- Installation:
- Installing Prerequisites: 'installation/index.md'
- Installing Nautobot: 'installation/nautobot.md'
- Deploying Nautobot Services: 'installation/services.md'
- Configuring an HTTP Server: 'installation/http-server.md'
- External Authentication (Optional): 'installation/external-authentication.md'
- Docker:
- Overview: 'docker/index.md'
- Migration:
- Migrating from NetBox: 'installation/migrating-from-netbox.md'
- Upgrading Nautobot: 'installation/upgrading.md'
- Migrating from PostgreSQL to MySQL: 'installation/migrating-from-postgresql.md'
- Configuration:
- Configuring Nautobot: 'configuration/index.md'
- Required Settings: 'configuration/required-settings.md'
- Optional Settings: 'configuration/optional-settings.md'
- External Authentication:
- LDAP: 'configuration/authentication/ldap.md'
- SSO: 'configuration/authentication/sso.md'
- Remote Header: 'configuration/authentication/remote.md'
- User Guides:
- Git as a Data Source: 'user-guides/git-data-source.md'
- GraphQL: 'user-guides/graphql.md'
- Getting Started In the Web UI:
- 'user-guides/getting-started/index.md'
- Creating Devices: 'user-guides/getting-started/creating-devices.md'
- Regions: 'user-guides/getting-started/regions.md'
- Platforms: 'user-guides/getting-started/platforms.md'
- Tenants: 'user-guides/getting-started/tenants.md'
- Interfaces: 'user-guides/getting-started/interfaces.md'
- VLANS and VLAN Groups: 'user-guides/getting-started/vlans-and-vlan-groups.md'
- IP Address Management: 'user-guides/getting-started/ipam.md'
- The Search Bar: 'user-guides/getting-started/search-bar.md'
- Core Functionality:
- Circuits: 'core-functionality/circuits.md'
- Devices and Cabling: 'core-functionality/devices.md'
- Device Types: 'core-functionality/device-types.md'
- IP Address Management: 'core-functionality/ipam.md'
- Power Tracking: 'core-functionality/power.md'
- Secrets: 'core-functionality/secrets.md'
- Service Mapping: 'core-functionality/services.md'
- Sites, Locations, and Racks: 'core-functionality/sites-and-racks.md'
- Tenancy: 'core-functionality/tenancy.md'
- Virtualization: 'core-functionality/virtualization.md'
- VLAN Management: 'core-functionality/vlans.md'
- Additional Features:
- Caching: 'additional-features/caching.md'
- Change Logging: 'additional-features/change-logging.md'
- Computed Fields: 'models/extras/computedfield.md'
- Context Data: 'additional-features/config-contexts.md'
- Custom Fields: 'models/extras/customfield.md'
- Custom Links: 'models/extras/customlink.md'
- Dynamic Groups: 'models/extras/dynamicgroup.md'
- Export Templates: 'models/extras/exporttemplate.md'
- Git Repositories: 'models/extras/gitrepository.md'
- Health Check: 'additional-features/healthcheck.md'
- Jobs: 'additional-features/jobs.md'
- Job Hooks: 'models/extras/jobhook.md'
- Job Scheduling and Approvals: 'additional-features/job-scheduling-and-approvals.md'
- NAPALM: 'additional-features/napalm.md'
- Notes: 'models/extras/note.md'
- Prometheus Metrics: 'additional-features/prometheus-metrics.md'
- Relationships: 'models/extras/relationship.md'
- Statuses: 'models/extras/status.md'
- Tags: 'models/extras/tag.md'
- Template Filters: 'additional-features/template-filters.md'
- Webhooks: 'models/extras/webhook.md'
- Plugins:
- Using Plugins: 'plugins/index.md'
- Developing Plugins: 'plugins/development.md'
- Porting NetBox Plugins to Nautobot: 'plugins/porting-from-netbox.md'
- Administration:
- Nautobot Server: 'administration/nautobot-server.md'
- Nautobot Shell: 'administration/nautobot-shell.md'
- Permissions: 'administration/permissions.md'
- Replicating Nautobot: 'administration/replicating-nautobot.md'
- REST API:
- Overview: 'rest-api/overview.md'
- Filtering: 'rest-api/filtering.md'
- Authentication: 'rest-api/authentication.md'
- GraphQL API:
- Overview: 'additional-features/graphql.md'
- Development:
- Introduction: 'development/index.md'
- Getting Started: 'development/getting-started.md'
- Advanced Docker Compose Usage: 'development/docker-compose-advanced-use-cases.md'
- Best Practices: 'development/best-practices.md'
- Style Guide: 'development/style-guide.md'
- Extending Models: 'development/extending-models.md'
- Application Registry: 'development/application-registry.md'
- Page Templates: 'development/templates.md'
- Navigation Menu: 'development/navigation-menu.md'
- Home Page Panels: 'development/homepage.md'
- User Preferences: 'development/user-preferences.md'
- Release Checklist: 'development/release-checklist.md'
- Release Notes:
- Version 1.0: 'release-notes/version-1.0.md'
- Version 1.1: 'release-notes/version-1.1.md'
- Version 1.2: 'release-notes/version-1.2.md'
- Version 1.3: 'release-notes/version-1.3.md'
- Version 1.4: 'release-notes/version-1.4.md'