-
Notifications
You must be signed in to change notification settings - Fork 54
/
mkdocs.yml
70 lines (70 loc) · 1.69 KB
/
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
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
67
68
69
70
site_name: Slack Machine
repo_url: https://github.com/DonDebonair/slack-machine
repo_name: DonDebonair/slack-machine
theme:
name: material
icon:
repo: fontawesome/brands/github
font:
text: Quicksand
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: deep purple
accent: purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: purple
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.expand
- navigation.instant
- navigation.tracking
- navigation.indexes
nav:
- 'index.md'
- 'user/intro.md'
- 'user/install.md'
- 'user/usage.md'
- 'Plugins':
- 'plugins/basics.md'
- 'plugins/listening.md'
- 'plugins/slash-commands.md'
- 'plugins/interacting.md'
- 'plugins/block-kit-actions.md'
- 'plugins/settings.md'
- 'plugins/storage.md'
- 'plugins/misc.md'
- 'api.md'
- 'migrating.md'
- 'changelog.md'
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.snippets
- def_list
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
show_root_heading: yes
show_signature_annotations: yes
members_order: source
import:
- https://docs.python.org/dev/objects.inv
- https://slack.dev/python-slack-sdk/objects.inv