-
Notifications
You must be signed in to change notification settings - Fork 27
/
mkdocs.yml
51 lines (51 loc) · 1.28 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
site_name: Siddhi Execution Reorder
site_description: Siddhi Execution Reorder Extension
repo_name: Siddhi Execution Reorder
repo_url: https://github.com/siddhi-io/siddhi-execution-reorder/
edit_uri: https://github.com/siddhi-io/siddhi-execution-reorder/blob/master/
copyright: Siddhi - Documentation
theme:
name: material
logo: images/siddhi-logo.svg
favicon: images/favicon.ico
palette:
primary: teal
accent: teal
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/extra.js
extra:
social:
- type: github
link: https://github.com/siddhi-io/siddhi
- type: medium
link: https://medium.com/siddhi-io
- type: twitter
link: https://twitter.com/siddhi_io
- type: linkedin
link: https://www.linkedin.com/groups/13553064
google_analytics:
- UA-103065-28
- auto
markdown_extensions:
- markdown.extensions.admonition
pages:
- Information: index.md
- API Docs:
- latest: api/latest.md
- 5.0.3: api/5.0.3.md
- 5.0.2: api/5.0.2.md
- 5.0.1: api/5.0.1.md
- 5.0.0: api/5.0.0.md
- 4.2.2: api/4.2.2.md
- 4.2.1: api/4.2.1.md
- 4.2.0: api/4.2.0.md
- 4.1.1: api/4.1.1.md
- 4.1.0: api/4.1.0.md
- 4.0.23: api/4.0.23.md
- 4.0.22: api/4.0.22.md
- 4.0.21: api/4.0.21.md
- 4.0.20: api/4.0.20.md
- 4.0.6: api/4.0.6.md
- License: license.md