6e78e9e7cf
- 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>
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
site_name: DocuElevate
|
|
site_description: Intelligent Document Processing & Management
|
|
site_url: https://docuelevate.readthedocs.io/
|
|
repo_url: https://github.com/christianlouis/DocuElevate
|
|
repo_name: DocuElevate
|
|
theme:
|
|
name: material
|
|
logo: logo.png
|
|
favicon: favicon.ico
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.instant
|
|
- search.suggest
|
|
- content.code.copy
|
|
nav:
|
|
- Getting Started:
|
|
- Setup Wizard: SetupWizard
|
|
- User Guide: UserGuide
|
|
- Browser Extension: BrowserExtension
|
|
- API: API
|
|
- Deployment:
|
|
- Overview: DeploymentGuide
|
|
- Kubernetes / Helm: KubernetesDeployment
|
|
- Production Readiness: ProductionReadiness
|
|
- Configuration:
|
|
- Overview: ConfigurationMaster
|
|
- Configuration Guide: ConfigurationGuide
|
|
- Settings Management: SettingsManagement
|
|
- Database: DatabaseConfiguration
|
|
- Dropbox: DropboxSetup
|
|
- Google Drive: GoogleDriveSetup
|
|
- OneDrive: OneDriveSetup
|
|
- Amazon S3: AmazonS3Setup
|
|
- Authentication: AuthenticationSetup
|
|
- Notifications: NotificationsSetup
|
|
- Security:
|
|
- Credential Rotation: CredentialRotationGuide
|
|
- Troubleshooting:
|
|
- General: Troubleshooting
|
|
- Configuration: ConfigurationTroubleshooting
|
|
- Compliance:
|
|
- Licensing: LicensingCompliance
|