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