Files
instructor/mkdocs.yml
T
Jason Liu 0c6b2e6783 Docs! Help wanted, adding examples. (#44)
* add docs

* bump
2023-07-08 21:33:07 +08:00

35 lines
755 B
YAML

site_name: OpenAI Function call
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
plugins:
- mkdocstrings:
handlers:
python:
options:
members_order: alphabetical
repo_url: https://github.com/jxnl/openai_function_call
markdown_extensions:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
nav:
- Home: 'index.md'
- Module:
- 'Schemas': 'openai_schema.md'
- Examples:
- 'Missing': 'help.md'