forked from materialsproject/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (45 loc) · 1.88 KB
/
mkdocs.yml
File metadata and controls
49 lines (45 loc) · 1.88 KB
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
45
46
47
48
49
site_name: 'Materials Project Documentation'
# Repository
repo_name: 'materialsproject/docs'
repo_url: 'https://github.com/materialsproject/docs'
nav:
- Home: 'index.md'
- Foundation: 'foundation.md'
- Methodology:
- 'Total energies': 'methodology/total-energies.md'
- 'Electronic structure': 'methodology/electronic-structure.md'
- 'Pseudopotentials': 'methodology/pseudopotentials.md'
- 'GGA+U': 'methodology/gga-plus-u.md'
- 'Elasticity': 'methodology/elasticity.md'
- 'Elasticity prediction': 'methodology/elasticity-prediction.md'
- 'Piezoelectricity': 'methodology/piezoelectricity.md'
- 'Dielectricity': 'methodology/dielectricity.md'
- 'Equations of State': 'methodology/equations-of-state.md'
- 'Phonons': 'methodology/phonons.md'
- User Reference:
- 'Crystal Toolkit': 'user-guide/crystal-toolkit.md'
- 'Materials Explorer': 'user-guide/materials-explorer.md'
- 'Batteries Explorer': 'user-guide/batteries-explorer.md'
- 'Molecules Explorer': 'user-guide/molecules-explorer.md'
- 'Structure Predictor': 'user-guide/structure-predictor.md'
- 'Phase Diagram': 'user-guide/phase-diagram.md'
- 'XAS Matcher': 'user-guide/xas-matcher.md'
- 'Reaction Calculator': 'user-guide/reaction-calculator.md'
- 'Battery Explorer': 'user-guide/batteries-explorer.md'
- 'Glossary': 'user-guide/glossary-of-terms.md'
- 'Materials API (MAPI)': 'open-apis/the-materials-api.md'
- 'Nanoporous Explorer': 'user-guide/nanoporous-explorer.md'
- Database Updates: 'database-updates.md'
- Contribution:
- 'Newsfeed': 'contrib/spec/newsfeed.md'
theme:
name: 'material'
custom_dir: docs/custom_dir
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes