-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (38 loc) · 1.08 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
site_name: LightningDB Docs
site_author: LightningDB Team
site_description: LightningDB is a DRAM / SSD optimized real-time in-memory DBMS.
site_url: https://mnms.github.io/docs
copyright: All right reserved, <a href='https://lightningdb.io'>LightningDB Team</a>.
google_analytics: ['UA-152587413-1', 'mnms.github.io/docs']
repo_name: source repository
repo_url: https://github.com/mnms/docs
nav:
- Introduction:
- Overview: index.md
- Release Notes: release-note.md
- Getting Started:
- Prerequisite: prerequisite.md
- Installation: install-fbctl.md
- Tutorial:
- Try out with Zeppelin: try-with-zeppelin.md
- Interface:
- Command Line: command-line-interface.md
- Data Ingestion and querying: data-ingestion-and-querying.md
- Operation:
- Version update: version-update.md
- Additional Resources:
- Manual Installation: get-started-with-scratch.md
plugins:
- search
markdown_extensions:
- meta
- toc:
permalink: true
baselevel: 1
- admonition
- footnotes
theme:
name: readthedocs
highlightjs: true
extra:
version: 0.1