-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (41 loc) · 1.36 KB
/
mkdocs.yml
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
site_name: MkRefs
site_description: MkRefs Plugin – semantic references for research tools
site_url: https://github.com/DerwenAI/mkrefs
mkrefs_config: mkrefs.yml
repo_url: https://github.com/DerwenAI/mkrefs
repo_name: DerwenAI/mkrefs
copyright: Source code and documentation are <strong><a href="https://github.com/DerwenAI/mkrefs/blob/main/LICENSE" target="_blank">licensed</a></strong> under an MIT License; Copyright © 2021 <strong><a href="https://derwen.ai/" target="_blank">Derwen, Inc.</a></strong>
nav:
- Home: index.md
- Reference: ref.md
- Glossary: glossary.md
- Bibliography: biblio.md
theme:
name: material
icon:
repo: fontawesome/brands/github
favicon: assets/favicon.png
logo: assets/logo.png
features:
- navigation.instant
plugins:
- git-revision-date
- mkrefs
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
use_directory_urls: true
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
toc_depth: 3
permalink: true
- pymdownx.highlight:
use_pygments: false