Add MkDocs documentation #5

Merged
daniel merged 4 commits from docs/mkdocs into main 2026-04-09 20:57:50 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 39c0d787fc - Show all commits

3
.gitignore vendored
View File

@@ -8,3 +8,6 @@ wheels/
# Virtual environments # Virtual environments
.venv .venv
venv/
docs/.venv/
docs/venv/

View File

@@ -2,6 +2,12 @@ site_name: email-classifier
site_description: FastAPI service that classifies email using a configurable LLM backend site_description: FastAPI service that classifies email using a configurable LLM backend
site_url: https://git.danhenry.dev/daniel/email-classifier site_url: https://git.danhenry.dev/daniel/email-classifier
docs_dir: docs
exclude_docs: |
venv/
.venv/
__pycache__/
repo_name: daniel/email-classifier repo_name: daniel/email-classifier
repo_url: https://git.danhenry.dev/daniel/email-classifier repo_url: https://git.danhenry.dev/daniel/email-classifier