forked from widgetbot-io/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
97 lines (90 loc) · 2.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: WidgetBot.io
# Repository
repo_name: 'widgetbot-io/widgetbot'
repo_url: 'https://github.com/widgetbot-io/widgetbot'
edit_uri: 'https://github.com/widgetbot-io/documentation/edit/master/docs/'
# Meta
site_description: 'Discord chat widgets for your website.'
site_author: 'WidgetBot'
copyright: 'Copyright © 2019 Sam Denty'
# Configuration
theme:
name: 'material'
logo: 'assets/images/logo.svg'
favicon: 'assets/images/favicon.ico'
palette:
primary: 'deep purple'
accent: 'deep purple'
feature:
tabs: true
# Pages
pages:
- Welcome: index.md
- Tutorial:
- Getting Started with WidgetBot: tutorial/index.md
- iframe Tutorial: tutorial/iframes.md
- Embed:
- Getting started: embed/index.md
- crate:
- Intro: embed/crate/index.md
- Tutorial: embed/crate/tutorial.md
- Options: embed/crate/options/index.md
- API: embed/crate/api.md
- Examples: embed/crate/examples/index.md
- html-embed:
- Intro: embed/html-embed/index.md
- Tutorial: embed/html-embed/tutorial.md
- Attributes: embed/html-embed/attributes.md
- API: embed/html-embed/api.md
- react-embed:
- Intro: embed/react-embed/index.md
- Props: embed/react-embed/props.md
- Self-hosted:
- Getting started: self-hosted/index.md
- Configuration: self-hosted/config.md
- Guides:
- WidgetBot Guides: guides/index.md
- Move to a cluster: guides/move-to-cluster.md
# Extensions
markdown_extensions:
- toc:
permalink: true
- markdown_include.include:
base_path: docs
- meta
- footnotes
- codehilite
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Resources
extra_javascript:
- 'assets/js/crate.js'
extra_css:
- 'assets/css/main.css'
- 'assets/css/dark.css'
# Analytics
# google_analytics:
# - 'UA-85426772-6'
# - 'auto'
# Footer links
extra:
social:
- type: 'github'
link: 'https://github.com/widgetbot-io'
- type: 'twitter'
link: 'https://twitter.com/widgetbot'