-
Notifications
You must be signed in to change notification settings - Fork 577
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (29 loc) · 798 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (29 loc) · 798 Bytes
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
# Project info
site_name: Arctic
site_url: https://github.com/man-group/arctic
site_description: High performance datastore for numeric data
# Repository info
repo_name: 'arctic'
repo_url: 'https://github.com/man-group/arctic'
edit_uri: edit/master/docs/
markdown_extensions:
- admonition
theme:
name: 'readthedocs'
plugins:
- search
# Pages
nav:
- 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'