forked from Qihoo360/Quicksql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (62 loc) · 1.78 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
site_name: 'Quick SQL'
repo_url: 'https://github.com/qihoo360/Quicksql/'
copyright: '© 2019-2020 Qihoo360 Quick SQL'
nav:
- Home: 'index.md'
- Deployment:
- 'Deployment': 'deployment/deployment.md'
- 'Docker': 'deployment/docker.md'
- Reference:
- 'Getting Started': 'reference/getting-started.md'
- 'SQL Language': 'reference/sql-language.md'
- 'Develop QuickSQL': 'reference/develop.md'
- Use Cases:
- 'Case1': 'use-case/case1.md'
- 'Case2': 'use-case/case2.md'
- 'Case3': 'use-case/case3.md'
- Blog:
- '2020年': 'blog/2020.md'
- '2019年': 'blog/2019.md'
- Community:
- Channel: 'community/channel.md'
- Contribution:
- Source Code: 'community/contribution-code.md'
- Documentation: 'community/contribution-docs.md'
- Contributors: 'community/contributors.md'
- About:
- 'FAQ': 'about/faq.md'
- 'License': 'about/license.md'
- 'Release Notes': 'about/release-notes.md'
theme:
name: material
favicon: 'images/favicon.ico'
palette:
primary: 'blue'
accent: 'red'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo: 'images/logo.jpg'
language: 'en'
feature:
tabs: true
plugins:
- search
- git-revision-date-localized
extra:
search:
language: 'en,zh'
social:
- type: 'slack'
link: 'https://join.slack.com/t/quicksql/shared_invite/enQtODkwMzM0Njc3NTExLWQxNjRlY2M5YTlkMTk4OTM2YzhjMjUxYTUyN2VlNzJlNzQwM2E4YjkxNzA4MDllODg5NWUxNDY4MTMyMzczMWI'
- type: 'github'
link: 'https://github.com/qihoo360/Quicksql'
- type: 'qq'
link: 'https://jq.qq.com/?_wv=1027&k=5782R6F'
manifest: 'manifest.webmanifest'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true