-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (44 loc) · 1022 Bytes
/
mkdocs.yml
File metadata and controls
46 lines (44 loc) · 1022 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
site_name: Kilonova Documentation
site_url: https://docs.kilonova.ro
repo_url: https://github.com/KiloProjects/Kilonova
repo_name: Kilonova
edit_uri: edit/main/docs/
site_dir: docs_site
theme:
name: material
logo: logo.png
favicon: favicon.png
icon:
repo: fontawesome/brands/github
features:
- content.action.edit
- navigation.instant
- navigation.instant.progress
- navigation.top
- toc.follow
- content.code.copy
- content.code.select
palette:
scheme: slate
primary: teal
accent: teal
plugins:
- privacy
- search
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css