rowboat/apps/docs/mkdocs.yml

14 lines
380 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:
- Overview:
- Introduction: index.md
- Open Source License: license.md
- Getting started:
- Installation: installation.md
2025-02-03 13:53:47 +05:30
- Building in Studio: building_in_studio.md
- Using the API: using_the_api.md
- Using the SDK: using_the_sdk.md