[PR #20460] [MERGED] Closes #20449: Add user preferences documentation #15931

Closed
opened 2025-12-30 00:24:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20460
Author: @pheus
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @jnovinger

Base: mainHead: 20449-document-user-preference-feature


📝 Commits (1)

  • 3a368c0 docs(features): Add user preferences documentation

📊 Changes

6 files changed (+76 additions, -7 deletions)

View changed files

📝 docs/configuration/default-values.md (+3 -1)
📝 docs/development/user-preferences.md (+2 -0)
📝 docs/features/customization.md (+3 -5)
docs/features/user-preferences.md (+63 -0)
📝 docs/models/extras/tableconfig.md (+4 -1)
📝 mkdocs.yml (+1 -0)

📄 Description

Fixes: #20449

Adds a new Features → User Preferences page and integrates a short, actionable guide for clearing table preferences. Also adds cross‑links to help users find the steps from related pages.

Changes

  • New page: docs/netbox/features/user-preferences.md
  • Nav: add entry in mkdocs.yml
  • Features → Customization: point Bookmarks to the new page
  • Configuration → DEFAULT_USER_PREFERENCES: link to “Clearing table preferences”
  • Development → User Preferences: link to the user‑facing guide
  • Data Model → Extras → Table Configs: note distinction and link to clearing steps

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/20460 **Author:** [@pheus](https://github.com/pheus) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `main` ← **Head:** `20449-document-user-preference-feature` --- ### 📝 Commits (1) - [`3a368c0`](https://github.com/netbox-community/netbox/commit/3a368c0de90a8933db2c7a4e996a180446d0d77f) docs(features): Add user preferences documentation ### 📊 Changes **6 files changed** (+76 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/default-values.md` (+3 -1) 📝 `docs/development/user-preferences.md` (+2 -0) 📝 `docs/features/customization.md` (+3 -5) ➕ `docs/features/user-preferences.md` (+63 -0) 📝 `docs/models/extras/tableconfig.md` (+4 -1) 📝 `mkdocs.yml` (+1 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #20449 <!-- Please include a summary of the proposed changes below. --> Adds a new **Features → User Preferences** page and integrates a short, actionable guide for **clearing table preferences**. Also adds cross‑links to help users find the steps from related pages. **Changes** - New page: `docs/netbox/features/user-preferences.md` - Nav: add entry in `mkdocs.yml` - Features → Customization: point Bookmarks to the new page - Configuration → `DEFAULT_USER_PREFERENCES`: link to “Clearing table preferences” - Development → User Preferences: link to the user‑facing guide - Data Model → Extras → Table Configs: note distinction and link to clearing steps --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:24:52 +01:00
adam closed this issue 2025-12-30 00:24:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15931