forked from man-group/arctic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
31 lines (27 loc) · 757 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
# Project info
site_name: Arctic
site_url: https://github.com/manahl/arctic
site_description: High performance datastore for numeric data
# Repository info
repo_name: 'arctic'
repo_url: 'https://github.com/manahl/arctic'
edit_uri: edit/master/docs/
theme:
name: 'readthedocs'
plugins:
- search
# Pages
pages:
- Introduction: 'index.md'
- Quickstart: 'quickstart.md'
- Configuration: 'configuration.md'
- Storage Engines:
- VersionStore: 'versionstore.md'
- TickStore: 'tickstore.md'
- ChunkStore: 'chunkstore.md'
- ChunkStore API Reference: 'chunkstore_api.md'
- Contributing to Arctic: 'contributing.md'
- Releasing: 'releasing.md'
- Users: 'users.md'
- FAQ: 'faq.md'
- Python3 Migration Guide: 'migration_py3.md'