-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (42 loc) · 1 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
site_name: ViyaDB
site_description: In-Memory Analytical Database
site_url: 'https://viyadb.com'
repo_name: 'viyadb/viyadb'
repo_url: 'https://github.com/viyadb/viyadb'
edit_uri: ''
google_analytics:
- 'UA-23508932-8'
- 'auto'
pages:
- Overview: index.md
- Core Usage: usage.md
- Setting Up a Cluster: clustering.md
- Real-time Analytics: realtime.md
- Examples: samples.md
extra:
social:
- type: 'github'
link: 'https://github.com/viyadb'
- type: 'twitter'
link: 'https://twitter.com/viyadb'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/18228559'
- type: 'google'
link: 'https://groups.google.com/forum/#!forum/viyadb'
- type: 'envelope'
link: 'mailto:[email protected]'
theme:
name: 'material'
logo: 'img/logo.svg'
favicon: 'img/favicon.png'
palette:
primary: 'blue grey'
accent: 'cyan'
markdown_extensions:
- codehilite
- toc(permalink=true)
- admonition
extra_css:
- 'css/extra.css'
extra_javascript:
- 'js/extra.js'