-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
59 lines (59 loc) · 1.34 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
site_name: Bot Builder Community
nav:
- Home: 'index.md'
- Repositories:
- '.NET repo': 'repo-dotnet.md'
- 'JS repo': 'repo-js.md'
- 'Python repo': 'repo-python.md'
- 'Java repo': 'repo-java.md'
- 'Tools': 'repo-tools.md'
- Samples: 'samples.md'
- Packages: 'packages.md'
theme:
name: 'material'
palette:
primary: 'blue'
logo: 'images/logo.png'
features:
- content.code.annotate
- content.tabs.link
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.integrate
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.snippets
- def_list
extra_css:
- 'css/styles.css'
repo_url: https://github.com/BotBuilderCommunity/BotBuilderCommunity.github.io
edit_uri: blob/master/docs
docs_dir: docs/