Skip to content

Conversation

@adionit7
Copy link
Contributor

Fixes #21150

Summary

This PR corrects an inaccurate menu path reference in the Dynamic Configuration Parameters documentation section. The documentation incorrectly stated that configuration parameters are controlled via "Admin > Extras > Configuration Revisions", when the actual location is "Admin > System > Configuration History".

Changes Made

  • Updated menu path in docs/configuration/index.md from "Admin > Extras > Configuration Revisions" to "Admin > System > Configuration History"

Problem

The documentation referenced a non-existent menu path, which could confuse users trying to locate the Configuration History interface in NetBox's admin interface.

Solution

Corrected the menu path to match the actual location in the NetBox admin interface, which is under Admin > System > Configuration History (as defined in netbox/navigation/menu.py).

Impact

  • Users can now correctly navigate to the Configuration History interface
  • Documentation accurately reflects the current NetBox UI structure

… in documentation

- Updated menu path from 'Admin > Extras > Configuration Revisions'
  to 'Admin > System > Configuration History'
- Reflects actual location in NetBox admin interface
@pheus pheus requested review from a team and bctiemann and removed request for a team January 21, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dynamic Configuration manual refers to non-existent menu items

1 participant