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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user