-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (32 loc) · 774 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (32 loc) · 774 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
---
site_name: "Credit Metadata Schema"
theme:
name: material
palette:
scheme: slate
primary: light blue
accent: light blue
features:
- content.tabs.link
plugins:
- search
- mermaid2
nav:
- Index: index.md
- About: pages/about.md
- KBase DOIs: pages/kbase_dois.md
- GitHub Repo: https://github.com/kbase/credit_engine
markdown_extensions:
- tables
- footnotes
site_url: https://kbase.github.io/credit_engine
repo_url: https://github.com/kbase/credit_engine
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- js/tablesort.js
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX