mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
ignore: python sdk (#2779)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
parent
fc8db6cdf9
commit
0e60f66604
229 changed files with 22322 additions and 8 deletions
29
packages/sdk/python/mkdocs.yml
Normal file
29
packages/sdk/python/mkdocs.yml
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue