forked from PaddlePaddle/ERNIE-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (39 loc) · 960 Bytes
/
mkdocs.yml
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
30
31
32
33
34
35
36
37
38
39
site_name: 文心一言 ERNIE Bot SDK
theme:
name: material
custom_dir: ./.overrides
features:
- content.code.copy
logo: assets/images/favicon.png
repo_url: https://github.com/PaddlePaddle/ERNIE-Bot-sdk
features:
- navigation.sections
- navigation.tabs
- toc.integrate
language: zh
palette:
primary: white
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- 使用文档:
- 快速开始:
- "README.md"
- "installation.md"
- "authentication.md"
- "configuration.md"
- 使用指南:
- "guides/chat_completion.md"
- "guides/embedding.md"
- "guides/image.md"
- "guides/function_calling.md"
- API文档:
- "api_reference/chat_completion.md"
- "api_reference/embedding.md"
- "api_reference/image.md"