mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
26 lines
655 B
YAML
26 lines
655 B
YAML
site_name: RowBoat docs
|
|
site_url: https://docs.rowboatlabs.com
|
|
theme:
|
|
name: material
|
|
favicon: img/favicon.ico
|
|
nav:
|
|
- Overview:
|
|
- Introduction: index.md
|
|
- Open Source License: license.md
|
|
|
|
- Getting Started:
|
|
- Option 1 - Open Source: oss_installation.md
|
|
- Option 2 - Hosted App: hosted_setup.md
|
|
- Testing Your Setup: testing.md
|
|
|
|
- Building With RowBoat:
|
|
- Building in Studio: building_in_studio.md
|
|
- Using the API: using_the_api.md
|
|
- Using the SDK: using_the_sdk.md
|
|
|
|
- Concepts:
|
|
- Agents: agents.md
|
|
- Graph: graph.md
|
|
- Tools: tools.md
|
|
- Prompts: prompts.md
|
|
- Data Sources: data_sources.md
|