forked from frink-okn/okn-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (64 loc) · 1.94 KB
/
mkdocs.yml
File metadata and controls
65 lines (64 loc) · 1.94 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
site_name: "FRINK OKN"
theme:
name: material
custom_dir: material
logo: assets/images/frink.png
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
- javascripts/mermaid.mjs
plugins:
- search
- mermaid2:
javascript: https://unpkg.com/mermaid@10.4.0/dist/mermaid.esm.min.mjs
arguments:
maxTextSize: 500000
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
- def_list
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Home: index.md
- Quick Start Guide:
- help/index.md
- Setup Your FRINK Repo in the Landing Zone: help/setup.md
- Update Your Graph in FRINK: help/update.md
- Query knowledge graphs in FRINK: help/query-page.md
- Update Example Queries on FRINK UI: help/update-queries.md
- The OKN Book:
- book/index.md
- Graph Construction Best Practices: book/best-practices.md
- About External Identifiers: book/identifiers.md
- Biomedical Identifier Choices: book/biomedical-identifiers.md
- Ingesting Identifier Sources: book/new-id-sources.md
- The OKN Registry:
- registry/index.md
- Query FRINK: https://frink.apps.renci.org
site_url: https://frink-okn.github.io
repo_url: https://github.com/frink-okn/frink-landing-zone/
# - Knowledge Graph (KG) Dataset Status: okn/kgstatus.md (add these links to the registry pages)