This directory is the single source of truth for Wren AI Core docs published at docs.getwren.ai.
Changes merged to main are automatically synced to the doc website via GitHub Actions (.github/workflows/sync-docs.yml). The sync is additive overlay — files are copied and overwritten, but nothing is deleted automatically; stale files left behind by source-side renames or deletions must be cleaned up manually in the docs site repo.
- Introduction — what Wren AI Core is, problem it solves, core ideas
- Installation — agent-driven or manual CLI install
- Quickstart — try the bundled
jaffle_shopdemo - Connect Your Database
.sync.yml— declares which files/folders this directory contributes to the docs site.github/workflows/sync-docs.yml— the GitHub Actions workflow that performs the sync
README.md— this file.sync.yml— sync configuration