-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
47 lines (47 loc) · 1.16 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
site_name: Siddhi IO Prometheus
site_description: Siddhi IO Prometheus Extension
repo_name: Siddhi IO Prometheus
repo_url: https://github.com/siddhi-io/siddhi-io-prometheus/
edit_uri: https://github.com/siddhi-io/siddhi-io-prometheus/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
- 2.1.3: api/2.1.3.md
- 2.1.2: api/2.1.2.md
- 2.1.1: api/2.1.1.md
- 2.1.0: api/2.1.0.md
- 2.0.1: api/2.0.1.md
- 2.0.0: api/2.0.0.md
- 1.0.3: api/1.0.3.md
- 1.0.2: api/1.0.2.md
- 1.0.1: api/1.0.1.md
- 1.0.0: api/1.0.0.md
- License: license.md