Files
gh-christianlouis-docuelevate/mkdocs.yml
T
Christian Krakau-Louis 4b46c4baf8 feat(storage): add Evernote destination (#862)
* feat(storage): add Evernote destination

* style: apply ruff auto-fix

- Auto-formatted code with ruff format
- Applied ruff linting fixes with --fix

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Christian Krakau-Louis <christian@Christians-Mac-mini-7.local>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-22 12:13:46 +02:00

69 lines
2.0 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
- navigation.sections
- navigation.top
- toc.integrate
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Getting Started:
- Setup Wizard: SetupWizard
- User Guide: UserGuide
- Browser Extension: BrowserExtension
- How-To Guides:
- Overview: HowToGuides.md
- HP Enterprise Printer: howto/HPPrinterSetup.md
- Fujitsu ScanSnap: howto/SnapScanSetup.md
- Watched Folder: howto/WatchedFolderSetup.md
- Email Ingestion: howto/EmailIngestion.md
- Mobile Scanning: howto/MobileScanning.md
- API: API
- CLI: CLIGuide
- 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
- Evernote: EvernoteSetup
- Authentication: AuthenticationSetup
- Notifications: NotificationsSetup
- Security:
- Credential Rotation: CredentialRotationGuide
- Troubleshooting:
- General: Troubleshooting
- Configuration: ConfigurationTroubleshooting
- Compliance:
- Licensing: LicensingCompliance
- Privacy & GDPR: PrivacyCompliance