Files
gh-christianlouis-docuelevate/mkdocs.yml
T

30 lines
862 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: frontend/static/logo_writing.svg
favicon: frontend/static/logo_writing.svg
features:
- navigation.tabs
- navigation.instant
- search.suggest
- content.code.copy
nav:
- Home: README
- 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