forked from siddhi-io/siddhi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·54 lines (54 loc) · 1.4 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
site_name: WSO2 Siddhi
site_description: Stream Processing and Complex Event Processing Engine
site_author: WSO2
site_url: https://wso2.github.io/siddhi
extra_css:
- stylesheets/extra.css
repo_name: WSO2 Siddhi
repo_url: https://github.com/wso2/siddhi
copyright: Copyright © 2011 - 2017 WSO2
extra:
logo: images/siddhi-logo-w.svg
palette:
primary: teal
accent: teal
social:
- type: github
link: https://github.com/wso2/siddhi
- type: linkedin
link: https://www.linkedin.com/groups/13553064
site_favicon: images/favicon.ico
google_analytics:
- UA-103065-28
- auto
markdown_extensions:
- admonition
- toc(permalink=true)
- codehilite(guess_lang=false)
pages:
- Welcome to WSO2 Siddhi: index.md
- Features: features.md
- Quick Start Guide: documentation/siddhi-quckstart-4.0.md
- Documentation:
- User Guide: documentation/user-guide.md
- Siddhi Query Guide: documentation/siddhi-4.0.md
- Siddhi Architecture: documentation/siddhi-architecture.md
- Extensions: extensions.md
- API Docs:
- 4.1.20: api/4.1.20.md
- 4.1.19: api/4.1.19.md
- 4.1.18: api/4.1.18.md
- 4.1.17: api/4.1.17.md
- 4.1.16: api/4.1.16.md
- 4.1.15: api/4.1.15.md
- 4.1.14: api/4.1.14.md
- 4.1.13: api/4.1.13.md
- 4.1.7: api/4.1.7.md
- 4.1.6: api/4.1.6.md
- 4.1.5: api/4.1.5.md
- 4.1.0: api/4.1.0.md
- 4.0.9: api/4.0.9.md
- 4.0.0: api/4.0.0.md
- latest: api/latest.md
- License: license.md
theme: material