forked from Feedstock-to-Function/ftf-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (33 loc) · 993 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (33 loc) · 993 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
36
37
38
39
40
site_name: Biositing Tool Docs
site_description: Documentation for the Biositing Tool
copyright: Built by the Biositing Tool Development Team
site_url: https://biositing.jbei.org
repo_name: 'tylerhuntington/biositing-docs'
repo_url: 'https://github.com/tylerhuntington/biositing-docs'
nav:
# - Home: 'index.md'
# # - Methodology:
# - 'Property Prediction': 'methodology/property-prediction.md'
# - 'Blend Tool': 'methodology/blend-tool.md'
# - User Reference:
- 'REST API': 'user-guide/rest-api.md'
# - Database Updates: 'database-updates.md'
theme:
name: 'material'
markdown_extensions:
- admonition
- footnotes
- pymdownx.arithmatex:
generic: true
- codehilite:
guess_lang: false
- toc:
permalink: true
plugins:
- bibtex:
bib_dir: "refs"
cite_style: "pandoc"
extra_javascript:
- static/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js