docs: add missing docs to mkdocs nav and README index

- Add BrowserExtension to Getting Started section in mkdocs.yml nav
- Add SettingsManagement to Configuration section in mkdocs.yml nav
- Add new Security section with CredentialRotationGuide in mkdocs.yml nav
- Mirror all nav additions in docs/README.md index

Closes the documentation gaps identified in the health check audit:
all user-relevant guides (browser extension, settings management,
credential rotation) are now discoverable via ReadTheDocs/mkdocs.

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-25 14:37:50 +00:00
parent b5075a9090
commit 6e78e9e7cf
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -16,6 +16,7 @@ nav:
- Getting Started:
- Setup Wizard: SetupWizard
- User Guide: UserGuide
- Browser Extension: BrowserExtension
- API: API
- Deployment:
- Overview: DeploymentGuide
@@ -24,6 +25,7 @@ nav:
- Configuration:
- Overview: ConfigurationMaster
- Configuration Guide: ConfigurationGuide
- Settings Management: SettingsManagement
- Database: DatabaseConfiguration
- Dropbox: DropboxSetup
- Google Drive: GoogleDriveSetup
@@ -31,6 +33,8 @@ nav:
- Amazon S3: AmazonS3Setup
- Authentication: AuthenticationSetup
- Notifications: NotificationsSetup
- Security:
- Credential Rotation: CredentialRotationGuide
- Troubleshooting:
- General: Troubleshooting
- Configuration: ConfigurationTroubleshooting