rowboat/apps/docs/mkdocs.yml

27 lines
620 B
YAML
Raw Normal View History

2025-01-28 16:01:51 +05:30
site_name: RowBoat docs
site_url: https://docs.rowboatlabs.com
theme:
name: material
2025-01-29 21:13:37 +05:30
favicon: img/favicon.ico
nav:
- Getting Started: setup.md
2025-01-29 21:13:37 +05:30
- Overview:
- Introduction: index.md
- Open Source License: license.md
2025-02-05 15:04:32 +05:30
2025-04-09 20:55:26 +05:30
- Building in Studio:
2025-02-05 16:14:41 +05:30
- Create agents: create_agents.md
- Test chats in the playground: playground.md
- Add tools: add_tools.md
- Update agents: update_agents.md
2025-04-30 23:36:49 +05:30
- Using RAG: using_rag.md
2025-02-05 16:14:41 +05:30
- API & SDK:
2025-02-03 13:53:47 +05:30
- Using the API: using_the_api.md
2025-02-05 15:04:32 +05:30
- Using the SDK: using_the_sdk.md
2025-04-09 20:55:26 +05:30
2025-02-05 15:04:32 +05:30
- Concepts:
- Agents: agents.md
- Tools: tools.md
- Prompts: prompts.md