-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
57 lines (57 loc) · 1.28 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
52
53
54
55
56
57
site_name: PORI
theme:
name: material
features:
- navigation.top
- navigation.sections
- navigation.instant
- toc.integrate
repo_url: https://github.com/bcgsc/pori
repo_name: github
site_dir: dist
markdown_extensions:
- codehilite
- admonition
- pymdownx.inlinehilite
- pymdownx.extra
- pymdownx.snippets:
check_paths: True
base_path: .
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- markdown_include.include:
base_path: docs
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
extra_javascript:
- js/mathjax.config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css: [styles.css]
plugins:
- exclude:
glob:
- auth.md
- _pori*
- ipr/includes/*
- awesome-pages
- search
- include-markdown
- mknotebooks
- redirects:
redirect_maps:
graphkb/scripting/intro_tutorial.md: graphkb/scripting/Intro_Tutorial.ipynb
nav:
- Home: index.md
- demo.md
- install.md
- repos.md
- ... | graphkb/**
- ... | ipr/**
- ... | variant_notation/**
- ... | help/**
- ... | developer_reference/**