-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
56 lines (56 loc) · 1.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
site_name: Siddhi Store HBase
site_description: Siddhi Store HBase Extension
site_author: WSO2
site_url: https://wso2-extensions.github.io/siddhi-store-hbase/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
repo_name: Siddhi-Store-HBase
repo_url: https://github.com/wso2-extensions/siddhi-store-hbase
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:
- 5.0.0: api/5.0.0.md
- 4.1.1: api/4.1.1.md
- 4.1.0: api/4.1.0.md
- 4.0.14: api/4.0.14.md
- 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
- 4.0.2: api/4.0.2.md
- 4.0.1: api/4.0.1.md
- 4.0.0-M15: api/4.0.0-M15.md
- 4.0.0-M14: api/4.0.0-M14.md
- 4.0.0: api/4.0.0.md
- latest: api/latest.md
- License: license.md