forked from HumeAI/hume-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (44 loc) · 1.22 KB
/
mkdocs.yml
File metadata and controls
51 lines (44 loc) · 1.22 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
site_name: Hume Python SDK
site_url: https://humeai.github.io/hume-python-sdk
repo_name: HumeAI/hume-python-sdk
repo_url: https://github.com/HumeAI/hume-python-sdk
theme:
name: material
font:
text: Poppins
logo: assets/favicon-hume.ico
favicon: assets/favicon-hume.ico
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
social:
- icon: fontawesome/solid/house
link: https://hume.ai/
- icon: fontawesome/brands/twitter
link: https://twitter.com/hume__ai
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/hume-ai/
- icon: fontawesome/brands/github
link: https://github.com/humeAI
plugins:
- search
- mkdocstrings
- mike
nav:
- "Home": index.md
- "Batch Reference":
- "HumeBatchClient": batch/hume-batch-client.md
- "BatchJob": batch/batch-job.md
- "BatchJobStatus": batch/batch-job-status.md
- "BatchJobResult": batch/batch-job-result.md
- "Streaming Reference":
- "HumeStreamClient": stream/hume-stream-client.md
- "StreamSocket": stream/stream-socket.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences