forked from siddhi-io/siddhi-map-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (52 loc) · 1.24 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
site_name: Siddhi Map Json
site_description: Siddhi Map Json Extension
site_author: WSO2
site_url: https://wso2-extensions.github.io/siddhi-map-json/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
repo_name: Siddhi-Map-Json
repo_url: https://github.com/wso2-extensions/siddhi-map-json
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.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
- latest: api/latest.md
- License: about/license.md