mkdocs.yml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. site_name: NetBox Documentation
  2. site_dir: netbox/project-static/docs
  3. site_url: https://docs.netbox.dev/
  4. repo_name: netbox-community/netbox
  5. repo_url: https://github.com/netbox-community/netbox
  6. theme:
  7. name: material
  8. icon:
  9. repo: fontawesome/brands/github
  10. palette:
  11. - media: "(prefers-color-scheme: light)"
  12. scheme: default
  13. toggle:
  14. icon: material/lightbulb-outline
  15. name: Switch to Dark Mode
  16. - media: "(prefers-color-scheme: dark)"
  17. scheme: slate
  18. toggle:
  19. icon: material/lightbulb
  20. name: Switch to Light Mode
  21. plugins:
  22. - search
  23. - mkdocstrings:
  24. handlers:
  25. python:
  26. setup_commands:
  27. - import os
  28. - import django
  29. - os.chdir('netbox/')
  30. - os.environ.setdefault("DJANGO_SETTINGS_MODULE", "netbox.settings")
  31. - django.setup()
  32. rendering:
  33. heading_level: 3
  34. members_order: source
  35. show_root_heading: true
  36. show_root_full_path: false
  37. show_root_toc_entry: false
  38. show_source: false
  39. extra:
  40. social:
  41. - icon: fontawesome/brands/github
  42. link: https://github.com/netbox-community/netbox
  43. - icon: fontawesome/brands/slack
  44. link: https://netdev.chat/
  45. extra_css:
  46. - extra.css
  47. markdown_extensions:
  48. - admonition
  49. - attr_list
  50. - markdown_include.include:
  51. base_path: 'docs/'
  52. headingOffset: 1
  53. - pymdownx.emoji:
  54. emoji_index: !!python/name:materialx.emoji.twemoji
  55. emoji_generator: !!python/name:materialx.emoji.to_svg
  56. - pymdownx.superfences
  57. - pymdownx.tabbed:
  58. alternate_style: true
  59. nav:
  60. - Introduction: 'index.md'
  61. - Installation:
  62. - Installing NetBox: 'installation/index.md'
  63. - 1. PostgreSQL: 'installation/1-postgresql.md'
  64. - 2. Redis: 'installation/2-redis.md'
  65. - 3. NetBox: 'installation/3-netbox.md'
  66. - 4. Gunicorn: 'installation/4-gunicorn.md'
  67. - 5. HTTP Server: 'installation/5-http-server.md'
  68. - 6. LDAP (Optional): 'installation/6-ldap.md'
  69. - Upgrading NetBox: 'installation/upgrading.md'
  70. - Migrating to systemd: 'installation/migrating-to-systemd.md'
  71. - Configuration:
  72. - Configuring NetBox: 'configuration/index.md'
  73. - Required Settings: 'configuration/required-settings.md'
  74. - Optional Settings: 'configuration/optional-settings.md'
  75. - Dynamic Settings: 'configuration/dynamic-settings.md'
  76. - Error Reporting: 'configuration/error-reporting.md'
  77. - Remote Authentication: 'configuration/remote-authentication.md'
  78. - Core Functionality:
  79. - IP Address Management: 'core-functionality/ipam.md'
  80. - VLAN Management: 'core-functionality/vlans.md'
  81. - Sites and Racks: 'core-functionality/sites-and-racks.md'
  82. - Devices and Cabling: 'core-functionality/devices.md'
  83. - Device Types: 'core-functionality/device-types.md'
  84. - Modules: 'core-functionality/modules.md'
  85. - Virtualization: 'core-functionality/virtualization.md'
  86. - Service Mapping: 'core-functionality/services.md'
  87. - Circuits: 'core-functionality/circuits.md'
  88. - Wireless: 'core-functionality/wireless.md'
  89. - Power Tracking: 'core-functionality/power.md'
  90. - Tenancy: 'core-functionality/tenancy.md'
  91. - Contacts: 'core-functionality/contacts.md'
  92. - Customization:
  93. - Custom Fields: 'customization/custom-fields.md'
  94. - Custom Validation: 'customization/custom-validation.md'
  95. - Custom Links: 'models/extras/customlink.md'
  96. - Export Templates: 'customization/export-templates.md'
  97. - Custom Scripts: 'customization/custom-scripts.md'
  98. - Reports: 'customization/reports.md'
  99. - Additional Features:
  100. - Change Logging: 'additional-features/change-logging.md'
  101. - Context Data: 'models/extras/configcontext.md'
  102. - Journaling: 'additional-features/journaling.md'
  103. - NAPALM: 'additional-features/napalm.md'
  104. - Prometheus Metrics: 'additional-features/prometheus-metrics.md'
  105. - Tags: 'models/extras/tag.md'
  106. - Webhooks: 'additional-features/webhooks.md'
  107. - Plugins:
  108. - Using Plugins: 'plugins/index.md'
  109. - Developing Plugins:
  110. - Getting Started: 'plugins/development/index.md'
  111. - Models: 'plugins/development/models.md'
  112. - Views: 'plugins/development/views.md'
  113. - Navigation: 'plugins/development/navigation.md'
  114. - Templates: 'plugins/development/templates.md'
  115. - Tables: 'plugins/development/tables.md'
  116. - Forms: 'plugins/development/forms.md'
  117. - Filters & Filter Sets: 'plugins/development/filtersets.md'
  118. - REST API: 'plugins/development/rest-api.md'
  119. - GraphQL API: 'plugins/development/graphql-api.md'
  120. - Background Tasks: 'plugins/development/background-tasks.md'
  121. - Administration:
  122. - Authentication:
  123. - Overview: 'administration/authentication/overview.md'
  124. - Microsoft Azure AD: 'administration/authentication/microsoft-azure-ad.md'
  125. - Okta: 'administration/authentication/okta.md'
  126. - Permissions: 'administration/permissions.md'
  127. - Error Reporting: 'administration/error-reporting.md'
  128. - Housekeeping: 'administration/housekeeping.md'
  129. - Replicating NetBox: 'administration/replicating-netbox.md'
  130. - NetBox Shell: 'administration/netbox-shell.md'
  131. - REST API:
  132. - Overview: 'rest-api/overview.md'
  133. - Filtering: 'rest-api/filtering.md'
  134. - Authentication: 'rest-api/authentication.md'
  135. - GraphQL API:
  136. - Overview: 'graphql-api/overview.md'
  137. - Reference:
  138. - Conditions: 'reference/conditions.md'
  139. - Development:
  140. - Introduction: 'development/index.md'
  141. - Getting Started: 'development/getting-started.md'
  142. - Style Guide: 'development/style-guide.md'
  143. - Models: 'development/models.md'
  144. - Adding Models: 'development/adding-models.md'
  145. - Extending Models: 'development/extending-models.md'
  146. - Signals: 'development/signals.md'
  147. - Application Registry: 'development/application-registry.md'
  148. - User Preferences: 'development/user-preferences.md'
  149. - Web UI: 'development/web-ui.md'
  150. - Release Checklist: 'development/release-checklist.md'
  151. - Release Notes:
  152. - Summary: 'release-notes/index.md'
  153. - Version 3.2: 'release-notes/version-3.2.md'
  154. - Version 3.1: 'release-notes/version-3.1.md'
  155. - Version 3.0: 'release-notes/version-3.0.md'
  156. - Version 2.11: 'release-notes/version-2.11.md'
  157. - Version 2.10: 'release-notes/version-2.10.md'
  158. - Version 2.9: 'release-notes/version-2.9.md'
  159. - Version 2.8: 'release-notes/version-2.8.md'
  160. - Version 2.7: 'release-notes/version-2.7.md'
  161. - Version 2.6: 'release-notes/version-2.6.md'
  162. - Version 2.5: 'release-notes/version-2.5.md'
  163. - Version 2.4: 'release-notes/version-2.4.md'
  164. - Version 2.3: 'release-notes/version-2.3.md'
  165. - Version 2.2: 'release-notes/version-2.2.md'
  166. - Version 2.1: 'release-notes/version-2.1.md'
  167. - Version 2.0: 'release-notes/version-2.0.md'