-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (59 loc) · 1.84 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
58
59
60
61
62
63
64
site_name: TACC MkDocs Theme
site_description: Styles for TACC Documentation
site_author: Wesley Bomar
# site_url: https://docs.tacc.utexas.edu
repo_url: https://github.com/TACC/mkdocs-tacc
edit_uri: edit/main/docs/
theme:
name: tacc_readthedocs
hljs_languages:
- yaml
- shell
- markdown
# "ReadTheDocs" Theme Features
logo: img/logo-tacc.svg
# "TACC" Theme Features
portal_url: https://github.com/TACC/mkdocs-tacc
portal_name: TACC/mkdocs-tacc
extra_css:
- assets/extra.css
nav:
- Getting Started:
- Quick Start: index.md
- Configuration: configure.md
- Customization: customize.md
- Extensions: extensions.md
- Testing: test.md
- Examples:
- Basic: clients/basic-example.md
- TACC Docs: clients/tacc-docs-example.md
- DS User Guide: clients/ds-user-guide-example.md
- Community:
- How to Contribute: https://github.com/TACC/mkdocs-tacc/blob/main/CONTRIBUTING.md
- Known Clients: https://github.com/TACC/mkdocs-tacc/blob/main/README.md#known-clients
plugins:
- search
markdown_extensions:
# Python-Markdown Extensions
# https://python-markdown.github.io/extensions/
- extra
- admonition
# Python-Markdown Extensions: Enabled by MkDocs
# https://github.com/mkdocs/mkdocs/blob/1.4.2/docs/user-guide/configuration.md#markdown_extensions
# - meta
- toc:
permalink: "" # i.e. `true` but without "¶"
permalink_class: headerlink fa fa-link
permalink_title: Link to Heading
# WARNING: Requires MkDocs v1.5
# https://github.com/mkdocs/mkdocs/blob/1.5.0/pyproject.toml#L39
# permalink_leading: true
# PyMDown Extensions
# https://facelessuser.github.io/pymdown-extensions
- pymdownx.blocks.admonition
- pymdownx.blocks.details
- pymdownx.blocks.html
- pymdownx.blocks.tab
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.saneheaders