-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (62 loc) · 1.77 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (62 loc) · 1.77 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: Codesphere Python SDK
site_description: The official Python client for the Codesphere API.
site_url: https://datata1.github.io/codesphere-python/
repo_url: https://github.com/Datata1/codesphere-python
repo_name: Datata1/codesphere-python
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_style: google
show_source: false
members_order: source
separate_signature: true
show_signature_annotations: true
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- tables
nav:
- Home: index.md
- Quickstart: quickstart.md
- Guides:
- Configuration: guides/configuration.md
- Retries & timeouts: guides/retries.md
- Feature flags: guides/feature-flags.md
- Streaming logs: guides/streaming-logs.md
- Sync vs Async: guides/sync-vs-async.md
- API Reference:
- Client: reference/client.md
- Sync client: reference/sync.md
- Teams & domains: reference/teams.md
- Workspaces: reference/workspaces.md
- Metadata: reference/metadata.md
- Feature flags: reference/flags.md
- Configuration & errors: reference/config.md
- Changelog: changelog.md