Files
gh-christianlouis-docuelevate/mkdocs.yml
T
2025-04-04 00:38:12 +02:00

30 lines
812 B
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:
- Home: /
- User Guide: UserGuide
- API: API
- Deployment: DeploymentGuide
- Configuration:
- Overview: ConfigurationMaster
- Configuration Guide: ConfigurationGuide
- Dropbox: DropboxSetup
- Google Drive: GoogleDriveSetup
- OneDrive: OneDriveSetup
- Amazon S3: AmazonS3Setup
- Troubleshooting:
- General: Troubleshooting
- Configuration: ConfigurationTroubleshooting