This directory contains documentation for using the Kefer Astrology sidecar module.
docs/site/content/readme.md- Project overview and quickstartdocs/site/content/installation.md- Environment setup and venv strategydocs/site/content/architecture.md- System architecture (includes storage responsibilities)docs/site/content/cli_reference.md- Complete CLI command referencedocs/site/content/fastapi_tauri.md- Recommended integration for React + FastAPI + Tauri
auto/- Module documentation generated from docstringsauto/cli.md- CLI moduleauto/storage.md- Storage moduleauto/services.md- Services moduleauto/workspace.md- Workspace module- etc.
docs/site/content/enums.md- Enumeration referencedocs/site/content/models.mmd- Mermaid class diagramdocs/site/content/testing_guide.md- How to write and run testsdocs/site/content/performance_bottleneck_analysis.md- Performance investigation notesdocs/site/content/performance_fix_summary.md- Performance remediation summarydocs/site/content/industry_standards_audit.md- Code quality audit statusdocs/site/content/industry_standards_issues.md- Condensed outstanding issues
make docsThis generates:
docs/site/content/auto/*.md- Module API documentation from docstringsdocs/site/content/models.mmd- Class diagramdocs/site/content/enums.md- Enum reference
hugo server --source docs/site --config hugo.toml --baseURL http://localhost:1313/ --appendPort=falseHugo sources live under docs/site/ and the built site is written to docs/ via --destination docs.
Full setup steps are in installation.md under "Generating Documentation".
User guides and integration docs are maintained manually under
docs/site/content/ so the Hugo site is the main documentation source of
truth.
When linking images from content pages, prefer ../example.png so links resolve at the site root during local and hosted builds.
- For Project Overview: See
docs/site/content/readme.md - For Installation: See
docs/site/content/installation.md - For CLI Usage: See
docs/site/content/cli_reference.md - For React/FastAPI/Tauri Integration: See
docs/site/content/fastapi_tauri.md - For Storage: See
docs/site/content/architecture.md - For API Reference: See
docs/site/content/auto/