-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
51 lines (41 loc) · 1.04 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: MolTopolParser
site_url: https://moltopolparser.bocores.com
theme:
name: 'material'
logo: 'img/mtp-logo-small-white.svg'
favicon: 'img/favicon.ico'
palette:
primary: 'indigo'
features:
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- navigation.top
extra_css:
- css/custom.css
nav:
- Getting Started: index.md
- Concepts: concepts.md
- Developer's Guide: developer.md
- Reference:
- gmx.MolTop: reference/gmx.MolTop.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
# mkdocs serve
# mkdocs deploy