Files
gh-christianlouis-docuelevate/mkdocs.yml
Christian Krakau-Louis 4c50c0aae6 Add Google Drive authorization processing and error handling templates
- Implemented `google_drive_callback.html` for processing Google Drive authorization, including UI for success and error states.
- Added JavaScript functionality for exchanging authorization codes, saving settings, and handling folder selection.
- Created `google_drive_callback_error.html` to display error messages during the authorization process.
2025-04-11 00:13:57 +02:00

29 lines
800 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:
- 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