-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (54 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
59 lines (54 loc) · 1.31 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
50
51
52
53
54
55
56
57
58
59
site_name: DOCUMENTATION
theme:
name: material
custom_dir: docs/overrides
language: fr
favicon: https://www.codepuzzle.io/img/favicon.png
logo: https://www.codepuzzle.io/img/favicon.png
palette:
primary: white
accent: light blue
icon:
repo: fontawesome/brands/git-alt
font:
text: Roboto
features:
- navigation.tabs
- content.tabs.link
- toc.integrate
- navigation.top
- navigation.instant
- navigation.tracking
extra:
version:
provider: mike
repo_url: https://github.com/codepuzzle-io/documentation
edit_uri: ""
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- attr_list
- md_in_html
- abbr
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/extra.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js