fix README links and stale MkDocs reference
This commit is contained in:
parent
0b36c65b58
commit
b7f542b148
2 changed files with 2 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -29,5 +29,5 @@ DEVNOTES.md
|
|||
.mcpregistry_github_token
|
||||
.mcpregistry_registry_token
|
||||
|
||||
# MkDocs site directory when doing local docs builds
|
||||
# zensical site directory when doing local docs builds
|
||||
site/
|
||||
|
|
|
|||
|
|
@ -133,12 +133,11 @@ See the [examples directory](examples/) for working examples:
|
|||
Full documentation at: https://ggozad.github.io/haiku.rag/
|
||||
|
||||
- [Installation](https://ggozad.github.io/haiku.rag/installation/) - Provider setup
|
||||
- [Architecture](https://ggozad.github.io/haiku.rag/architecture/) - System overview
|
||||
- [Configuration](https://ggozad.github.io/haiku.rag/configuration/) - YAML configuration
|
||||
- [CLI](https://ggozad.github.io/haiku.rag/cli/) - Command reference
|
||||
- [Python API](https://ggozad.github.io/haiku.rag/python/) - Complete API docs
|
||||
- [Skills](https://ggozad.github.io/haiku.rag/skills/) - The RAG and analysis skills the client wraps
|
||||
- [Analysis](https://ggozad.github.io/haiku.rag/agents/analysis/) - Complex analytical tasks via code execution
|
||||
- [Analysis skill](https://ggozad.github.io/haiku.rag/skills/analysis/) - Complex analytical tasks via code execution
|
||||
- [Applications](https://ggozad.github.io/haiku.rag/apps/) - Chat TUI, web app, and inspector
|
||||
- [Server](https://ggozad.github.io/haiku.rag/server/) - File monitoring and MCP
|
||||
- [MCP](https://ggozad.github.io/haiku.rag/mcp/) - Model Context Protocol integration
|
||||
|
|
|
|||
Loading…
Reference in a new issue