forked from siddhi-io/siddhi-io-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
62 lines (62 loc) · 1.48 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
site_name: Siddhi IO Email
site_description: Siddhi IO Email Extension
site_author: WSO2
site_url: https://wso2-extensions.github.io/siddhi-io-email/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
repo_name: Siddhi-IO-Email
repo_url: https://github.com/wso2-extensions/siddhi-io-email
copyright: Copyright © 2011 - 2018 WSO2
theme:
name: material
logo: images/siddhi-logo-w.svg
favicon: images/favicon.ico
palette:
primary: teal
accent: teal
google_analytics:
- UA-103065-28
- auto
extra:
social:
- type: github
link: https://github.com/wso2/siddhi
- type: linkedin
link: https://www.linkedin.com/groups/13553064
markdown_extensions:
- admonition
- toc(permalink=true)
- codehilite(guess_lang=false)
pages:
- Welcome: index.md
- API Docs:
- 1.0.22: api/1.0.22.md
- 1.0.21: api/1.0.21.md
- 1.0.20: api/1.0.20.md
- 1.0.19: api/1.0.19.md
- 1.0.18: api/1.0.18.md
- 1.0.17: api/1.0.17.md
- 1.0.16: api/1.0.16.md
- 1.0.15: api/1.0.15.md
- 1.0.14: api/1.0.14.md
- 1.0.13: api/1.0.13.md
- 1.0.12: api/1.0.12.md
- 1.0.11: api/1.0.11.md
- 1.0.10: api/1.0.10.md
- 1.0.9: api/1.0.9.md
- 1.0.8: api/1.0.8.md
- 1.0.7: api/1.0.7.md
- 1.0.6: api/1.0.6.md
- 1.0.5: api/1.0.5.md
- 1.0.4: api/1.0.4.md
- 1.0.3: api/1.0.3.md
- 1.0.2: api/1.0.2.md
- 1.0.1: api/1.0.1.md
- 1.0.0-M8: api/1.0.0-M8.md
- 1.0.0-M7: api/1.0.0-M7.md
- 1.0.0-M6: api/1.0.0-M6.md
- 1.0.0: api/1.0.0.md
- latest: api/latest.md
- License: license.md