mkdocs.yml 766 B

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