-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
executable file
·52 lines (52 loc) · 1.23 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 IO SQS
site_description: Siddhi IO SQS Extension
repo_name: Siddhi-IO-SQS
repo_url: https://github.com/siddhi.io/siddhi-io-sqs
edit_uri: https://github.com/siddhi.io/siddhi-io-sqs/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
- 3.0.1: api/3.0.1.md
- 3.0.0: api/3.0.0.md
- 2.0.0: api/2.0.0.md
- 1.1.0: api/1.1.0.md
- 1.0.8: api/1.0.8.md
- 1.0.7: api/1.0.7.md
- 1.0.6: api/1.0.6.md
- 1.0.5: api/1.0.5.md
- 1.0.4: api/1.0.4.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
- ? ''
: api/.md
- License: about/license.md