feat: add initial Read the Docs configuration and update README with hero image

This commit is contained in:
Christian Krakau-Louis
2025-04-04 00:11:17 +02:00
parent bd3d9ca775
commit 8e22ef0f61
4 changed files with 52 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
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
repo_type: github
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: index.md
- User Guide: user-guide.md
- API: api.md
- Deployment: deployment.md
- Configuration:
- Overview: configuration.md
- Dropbox: integrations/dropbox.md
- Google Drive: integrations/google-drive.md
- OneDrive: integrations/onedrive.md
- Troubleshooting: troubleshooting.md