forked from Netflix/hollow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 1.07 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
site_name: Hollow (Netflix OSS)
repo_url: 'https://github.com/Netflix/hollow'
theme: material
theme_dir: mkdocs-material/material
pages:
- Introduction: 'index.md'
- Quick Start: 'quick-start.md'
- Getting Started: 'getting-started.md'
- Indexing/Querying: 'indexing-querying.md'
- Infrastructure Hooks: 'infrastructure.md'
- Producers and Consumers: 'producer-consumer-apis.md'
- Tooling: 'tooling.md'
- Data Modeling: 'data-modeling.md'
- Diving Deeper: 'diving-deeper.md'
- Interacting with a Hollow Dataset: 'interacting-with-a-dataset.md'
- Data Ingestion: 'data-ingestion.md'
- Validation: 'validation.md'
- Advanced Topics: 'advanced-topics.md'
- Testing: 'testing.md'
- Glossary: 'glossary.md'
- Community: 'community.md'
- Acknowledgements: 'acknowledgements.md'
- License: 'license.md'
markdown_extensions:
- admonition
- codehilite
extra:
palette:
primary: 'red'
accent: 'brown'
social:
- type: 'github'
link: 'https://github.com/Netflix/hollow'
- type: 'gitter'
link: 'https://gitter.im/Netflix/hollow'