-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (48 loc) · 1.35 KB
/
mkdocs.yml
File metadata and controls
49 lines (48 loc) · 1.35 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
site_name: "Gene Ontology developer pages"
theme:
name: material
# custom_dir: material
logo: https://avatars.githubusercontent.com/u/7750835
palette:
scheme: default
primary: custom
font:
text: Open Sans
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- toc.follow
- toc.integrate #puts the page anchor links on the left, instead of the right
- navigation.indexes
extra_css:
- styles.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
plugins:
- search
- mermaid2:
javascript: https://unpkg.com/mermaid@10.4.0/dist/mermaid.esm.min.mjs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- mdx_truly_sane_lists
nav:
- Status: status/index.md
- Design Patterns: patterns/index.md
site_url: https://geneontology.github.io
repo_url: https://github.com/geneontology/go-ontology
# - Knowledge Graph (KG) Dataset Status: okn/kgstatus.md (add these links to the registry pages)