-
Notifications
You must be signed in to change notification settings - Fork 42
/
mkdocs.yml
80 lines (80 loc) · 1.96 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: Siddhi Map JSON
site_description: Siddhi Map JSON Extension
repo_name: Siddhi Map JSON
repo_url: https://github.com/siddhi-io/siddhi-map-json/
edit_uri: https://github.com/siddhi-io/siddhi-map-json/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.2.4: api/5.2.4.md
- 5.2.3: api/5.2.3.md
- 5.2.2: api/5.2.2.md
- 5.2.1: api/5.2.1.md
- 5.2.0: api/5.2.0.md
- 5.1.1: api/5.1.1.md
- 5.1.0: api/5.1.0.md
- 5.0.7: api/5.0.7.md
- 5.0.6: api/5.0.6.md
- 5.0.5: api/5.0.5.md
- 5.0.4: api/5.0.4.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.1.1: api/4.1.1.md
- 4.1.0: api/4.1.0.md
- 4.0.42: api/4.0.42.md
- 4.0.41: api/4.0.41.md
- 4.0.40: api/4.0.40.md
- 4.0.39: api/4.0.39.md
- 4.0.38: api/4.0.38.md
- 4.0.37: api/4.0.37.md
- 4.0.36: api/4.0.36.md
- 4.0.35: api/4.0.35.md
- 4.0.34: api/4.0.34.md
- 4.0.33: api/4.0.33.md
- 4.0.32: api/4.0.32.md
- 4.0.31: api/4.0.31.md
- 4.0.30: api/4.0.30.md
- 4.0.29: api/4.0.29.md
- 4.0.28: api/4.0.28.md
- 4.0.27: api/4.0.27.md
- 4.0.26: api/4.0.26.md
- 4.0.25: api/4.0.25.md
- 4.0.24: api/4.0.24.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.19: api/4.0.19.md
- 4.0.18: api/4.0.18.md
- 4.0.17: api/4.0.17.md
- License: license.md