-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (28 loc) · 841 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (28 loc) · 841 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
theme:
name: material
plugins:
- search
- mkdocs-jupyter: # required to convert Jupyter notebooks
include_source: true
execute: false
ignore_h1_titles: true
markdown_extensions:
admonition: {}
pymdownx.details: {}
pymdownx.superfences: {}
pymdownx.arithmatex: # required for equation display
generic: true
pymdownx.snippets: {}
extra_javascript: [
# requirements for pymdownx.arithmetex:
"javascripts/mathjax.js",
"https://polyfill.io/v3/polyfill.min.js?features=es6",
"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
]
site_name: Contributor Onboarding
repo_url: 'https://github.com/musslick/contributor-onboarding'
nav:
- Home: 'index.md'
- Resources:
- 'resources/github-basics.md'