forked from wso2-attic/siddhi-execution-priority
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (47 loc) · 1.15 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
site_name: Siddhi Execution Priority
site_description: Siddhi Execution Priority Extension
site_author: WSO2
site_url: https://wso2-extensions.github.io/siddhi-execution-priority/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
repo_name: Siddhi-Execution-Priority
repo_url: https://github.com/wso2-extensions/siddhi-execution-priority
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:
- 4.0.13: api/4.0.13.md
- 4.0.12: api/4.0.12.md
- 4.0.11: api/4.0.11.md
- 4.0.10: api/4.0.10.md
- 4.0.9: api/4.0.9.md
- 4.0.8: api/4.0.8.md
- 4.0.7: api/4.0.7.md
- 4.0.6: api/4.0.6.md
- 4.0.5: api/4.0.5.md
- 4.0.4: api/4.0.4.md
- 4.0.3: api/4.0.3.md
- latest: api/latest.md
- License: license.md