-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (42 loc) · 980 Bytes
/
mkdocs.yml
File metadata and controls
47 lines (42 loc) · 980 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
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: Roborregos@Home Docs
theme:
name: material
highlightjs: true
logo: "assets/logo.png"
favicon: "assets/favicon.png"
features:
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- search.share
palette:
scheme: default
primary: blue
accent: blue
font:
text: Inter, Roboto, sans-serif
code: Roboto Mono, monospace
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- attr_list
validation:
links:
absolute_links: relative_to_docs
plugins:
- search
- awesome-pages
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- assets/javascripts/scroll-unlock.js