Fixes #21150: Correct Dynamic Configuration menu path in documentation #507

Closed
opened 2026-04-05 16:37:59 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @adionit7 on 1/21/2026

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
*Originally created by @adionit7 on 1/21/2026* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#507