-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
49 lines (39 loc) · 901 Bytes
/
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
46
47
site_name: Pioupiou
docs_dir: mkdocs
site_dir: docs
nav:
- Overview: index.md
- Examples:
- Height: height.md
- Gaussians: gaussians.md
- Volatility: volatility.md
- Distributions: distributions.md
- Calculus: calculus.md
- The Universe: universe.md
- Tests: tests.md
theme:
name: material
features:
- navigation.expand
icon:
logo: material/bird
favicon: images/bird.svg
plugins:
- git-revision-date
- search
markdown_extensions:
- admonition
- toc:
permalink: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
repo_name: "pioupiou"
repo_url: "https://github.com/boisgera/pioupiou"
edit_uri: edit/master/mkdocs/