forked from materialsproject/maggma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (40 loc) · 1.29 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
44
site_name: Maggma Documentation
site_description: Documentation for Maggma, a files-to-API data pipeline for scientific applications
copyright: Built by The Materials Project
theme:
name: 'material'
nav:
- Home: index.md
- Core Concepts: concepts.md
- Getting Started:
- Using Stores: getting_started/stores.md
- Writing a Builder: getting_started/simple_builder.md
- Advanced Builders: getting_started/advanced_builder.md
- Running a Builder Pipeline: getting_started/running_builders.md
- Working with MapBuilder: getting_started/map_builder.md
- Working with GroupBuilder: getting_started/group_builder.md
- Writing a Drone: getting_started/simple_drone.md
- Reference:
Core:
Store: reference/core_store.md
Builder: reference/core_builder.md
Validator: reference/core_validator.md
Drone: reference/core_drone.md
Stores: reference/stores.md
Builders: reference/builders.md
- Changelog: CHANGELOG.md
site_url: https://materialsproject.github.io/maggma/
repo_url: /~https://github.com/materialsproject/maggma/
markdown_extensions:
- admonition
- codehilite
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- toc:
permalink: true
plugins:
- search
- minify
- mkdocstrings