mkdocs.yml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. site_name: NetBox Documentation
  2. site_dir: netbox/project-static/docs
  3. site_url: https://netbox.readthedocs.io/
  4. repo_name: netbox-community/netbox
  5. repo_url: https://github.com/netbox-community/netbox
  6. python:
  7. install:
  8. - requirements: docs/requirements.txt
  9. theme:
  10. name: material
  11. icon:
  12. repo: fontawesome/brands/github
  13. palette:
  14. - scheme: default
  15. toggle:
  16. icon: material/lightbulb-outline
  17. name: Switch to Dark Mode
  18. - scheme: slate
  19. toggle:
  20. icon: material/lightbulb
  21. name: Switch to Light Mode
  22. extra:
  23. social:
  24. - icon: fontawesome/brands/github
  25. link: https://github.com/netbox-community/netbox
  26. - icon: fontawesome/brands/slack
  27. link: https://slack.netbox.dev
  28. extra_css:
  29. - extra.css
  30. markdown_extensions:
  31. - admonition
  32. - attr_list
  33. - markdown_include.include:
  34. headingOffset: 1
  35. - pymdownx.emoji:
  36. emoji_index: !!python/name:materialx.emoji.twemoji
  37. emoji_generator: !!python/name:materialx.emoji.to_svg
  38. - pymdownx.superfences
  39. - pymdownx.tabbed
  40. nav:
  41. - Introduction: 'index.md'
  42. - Installation:
  43. - Installing NetBox: 'installation/index.md'
  44. - 1. PostgreSQL: 'installation/1-postgresql.md'
  45. - 2. Redis: 'installation/2-redis.md'
  46. - 3. NetBox: 'installation/3-netbox.md'
  47. - 4. Gunicorn: 'installation/4-gunicorn.md'
  48. - 5. HTTP Server: 'installation/5-http-server.md'
  49. - 6. LDAP (Optional): 'installation/6-ldap.md'
  50. - Upgrading NetBox: 'installation/upgrading.md'
  51. - Migrating to systemd: 'installation/migrating-to-systemd.md'
  52. - Configuration:
  53. - Configuring NetBox: 'configuration/index.md'
  54. - Required Settings: 'configuration/required-settings.md'
  55. - Optional Settings: 'configuration/optional-settings.md'
  56. - Core Functionality:
  57. - IP Address Management: 'core-functionality/ipam.md'
  58. - VLAN Management: 'core-functionality/vlans.md'
  59. - Sites and Racks: 'core-functionality/sites-and-racks.md'
  60. - Devices and Cabling: 'core-functionality/devices.md'
  61. - Device Types: 'core-functionality/device-types.md'
  62. - Virtualization: 'core-functionality/virtualization.md'
  63. - Service Mapping: 'core-functionality/services.md'
  64. - Circuits: 'core-functionality/circuits.md'
  65. - Power Tracking: 'core-functionality/power.md'
  66. - Tenancy: 'core-functionality/tenancy.md'
  67. - Customization:
  68. - Custom Fields: 'customization/custom-fields.md'
  69. - Custom Validation: 'customization/custom-validation.md'
  70. - Custom Links: 'customization/custom-links.md'
  71. - Export Templates: 'customization/export-templates.md'
  72. - Custom Scripts: 'customization/custom-scripts.md'
  73. - Reports: 'customization/reports.md'
  74. - Additional Features:
  75. - Change Logging: 'additional-features/change-logging.md'
  76. - Context Data: 'models/extras/configcontext.md'
  77. - Journaling: 'additional-features/journaling.md'
  78. - NAPALM: 'additional-features/napalm.md'
  79. - Prometheus Metrics: 'additional-features/prometheus-metrics.md'
  80. - Tags: 'models/extras/tag.md'
  81. - Webhooks: 'additional-features/webhooks.md'
  82. - Plugins:
  83. - Using Plugins: 'plugins/index.md'
  84. - Developing Plugins: 'plugins/development.md'
  85. - Administration:
  86. - Permissions: 'administration/permissions.md'
  87. - Housekeeping: 'administration/housekeeping.md'
  88. - Replicating NetBox: 'administration/replicating-netbox.md'
  89. - NetBox Shell: 'administration/netbox-shell.md'
  90. - REST API:
  91. - Overview: 'rest-api/overview.md'
  92. - Filtering: 'rest-api/filtering.md'
  93. - Authentication: 'rest-api/authentication.md'
  94. - GraphQL API:
  95. - Overview: 'graphql-api/overview.md'
  96. - Development:
  97. - Introduction: 'development/index.md'
  98. - Getting Started: 'development/getting-started.md'
  99. - Style Guide: 'development/style-guide.md'
  100. - Models: 'development/models.md'
  101. - Adding Models: 'development/adding-models.md'
  102. - Extending Models: 'development/extending-models.md'
  103. - Signals: 'development/signals.md'
  104. - Application Registry: 'development/application-registry.md'
  105. - User Preferences: 'development/user-preferences.md'
  106. - Web UI: 'development/web-ui.md'
  107. - Release Checklist: 'development/release-checklist.md'
  108. - Release Notes:
  109. - Version 3.0: 'release-notes/version-3.0.md'
  110. - Version 2.11: 'release-notes/version-2.11.md'
  111. - Version 2.10: 'release-notes/version-2.10.md'
  112. - Version 2.9: 'release-notes/version-2.9.md'
  113. - Version 2.8: 'release-notes/version-2.8.md'
  114. - Version 2.7: 'release-notes/version-2.7.md'
  115. - Version 2.6: 'release-notes/version-2.6.md'
  116. - Version 2.5: 'release-notes/version-2.5.md'
  117. - Version 2.4: 'release-notes/version-2.4.md'
  118. - Version 2.3: 'release-notes/version-2.3.md'
  119. - Version 2.2: 'release-notes/version-2.2.md'
  120. - Version 2.1: 'release-notes/version-2.1.md'
  121. - Version 2.0: 'release-notes/version-2.0.md'