forked from idec2021/CPU_CHINA_2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (38 loc) · 1.38 KB
/
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
48
49
50
site_name: iDEC 2021 | CPU_CHINA 2021
theme:
name: material
logo: img/idec-wiki-logo-white-bg.png
favicon: img/idec-wiki-logo.png
palette:
primary: light blue
accent: blue
features:
- navigation.sections
markdown_extensions:
- footnotes
# For MathJax
- pymdownx.arithmatex:
generic: true
# For buttons and image control
- attr_list
extra_javascript:
# For MathJax: https://squidfunk.github.io/mkdocs-material/reference/mathjax/
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# For sortable data tables: https://squidfunk.github.io/mkdocs-material/reference/data-tables/
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
edit_uri: blob/main/docs/
repo_url: https://github.com/idec2021/CPU_CHINA_2021
copyright: Copyright © 2021 iDEC. CC-BY-4.0 | The International Directed Evolution Competition (iDEC) is a Scottish Charitable Incorporate Organisation (SCIO), registered in Scotland, with charity number:SC050826
nav:
- Home: index.md
- Team: team.md
- Project:
- Background: project/background.md
- Results: project/results.md
- Documentation:
- Protocols: documentation/protocols.md
- Lab notebook: documentation/notebook.md
- Some useful features: useful_features.md