-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yaml
49 lines (49 loc) · 1.2 KB
/
mkdocs.yaml
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
---
site_name: "Knowledge Graph Hub"
theme:
name: material
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: deep orange
accent: light green
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: deep orange
accent: light green
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
icon:
logo: material/ship-wheel
font:
text: Fira Sans
code: Fira Mono
features:
- content.tabs.link
- navigation.footer
plugins:
- search
- table-reader
nav:
- Introduction: index.md
- Citing KG-Hub: citing.md
- Code of Conduct: code_of_conduct.md
- KG-OBO: kg_obo.md
- Support: support.md
- Acknowledgements: acknowledgements.md
site_url: https://kghub.org
repo_url: https://github.com/Knowledge-Graph-Hub/knowledge-graph-hub.github.io
markdown_extensions:
- tables
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Knowledge-Graph-Hub
name: KG-Hub on GitHub