forked from materialsproject/workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (41 loc) · 1.16 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
45
site_name: The Materials Project Workshop
site_description: Lessons for the Materials Project Workshop
copyright: Built by The Materials Project
site_url: https://workshop.materialsproject.org
repo_url: https://github.com/materialsproject/workshop
docs_dir: workshop
extra_css: [workshop.css]
theme:
name: 'material'
icon:
logo: material/book-open-page-variant
font:
text: Roboto
code: Roboto Mono
nav:
- Home: index.md
- Logistics: logistics/logistics.md
- People: people/people.md
- Code of Conduct: code_of_conduct.md
- Primer:
- Intro: primer/01_basic_python/0 - Introduction and Jupyter Use.ipynb
- Basic Python: primer/01_basic_python/1 - Python Primer.ipynb
- Advanced Python: primer/02_building_logic/2 - Python Primer - Part II.ipynb
- Intro to MongoDB: primer/03_MongoDB_part1/lessons.ipynb
- Advanced MongoDB: primer/04_MongoDB_part2/lesson.ipynb
markdown_extensions:
- admonition
- codehilite
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.arithmatex
- toc:
permalink: true
plugins:
- search
- mknotebooks
- minify:
minify_html: true