forked from hstreamdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (33 loc) · 847 Bytes
/
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
site_name: HStreamDB Docs
theme:
name: "material"
font: false
favicon: images/favicon.png
features:
- instant
- navigation.expand
palette:
primary: deep purple
plugins:
- search
- redirects:
redirect_maps:
'index.md': 'start/quickstart-with-docker.md'
nav:
- Getting started:
- Quickstart with Docker: start/quickstart-with-docker.md
- Reference:
- SQL overview: reference/sql-overview.md
- SQL quick reference: reference/sql-quick-reference.md
- Development:
- Haskell style: development/haskell-style.md
- Building from source: development/build-from-source.md
repo_url: https://github.com/hstreamdb/hstream
repo_name: hstreamdb/hstream
edit_uri: ""
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences