summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/python/mkdocs.yml
blob: 565eb7701f35b367d9f479ffe2dd60dbe926d8d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: Opencode Python SDK
site_description: Official Python SDK for the Opencode API
site_url: https://opencode.ai
repo_url: https://github.com/sst/opencode
repo_name: sst/opencode
edit_uri: ""
theme:
  name: material
  features:
    - navigation.tabs
    - navigation.sections
    - content.code.copy
markdown_extensions:
  - admonition
  - codehilite
  - toc:
      permalink: true
nav:
  - Overview: index.md
  - Installation: installation.md
  - Quickstart: quickstart.md
  - Usage:
      - Configuration: usage/configuration.md
      - Sessions: usage/sessions.md
      - Files & Projects: usage/files_projects.md
      - Streaming (SSE): usage/streaming.md
  - Generation: generation.md
  - Testing: testing.md
  - Publishing (maintainers): publishing.md