rowboat/apps/docs/mkdocs.yml
2025-02-03 13:53:47 +05:30

14 lines
No EOL
380 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:
- Installation: installation.md
- Building in Studio: building_in_studio.md
- Using the API: using_the_api.md
- Using the SDK: using_the_sdk.md