-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (75 loc) · 2.31 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
site_name: clu-bridge
site_url: https://clu-ling.github.io/clu-bridge
site_description: Project documentation with Markdown.
site_author: Gus Hahn-Powell
repo_url: https://github.com/clu-ling/clu-bridge/
edit_uri: "blob/main/docs/"
theme:
name: readthedocs
highlightjs: true
hljs_style: github
# list additional languages here
hljs_languages:
- yaml
analytics:
gtag: null
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
nav_style: dark
locale: en
nav:
# NOTE: all relative to docs/
- Home: index.md
#- Getting Started: getting-started.md
- User Guide:
- Usage: tutorial.md
- Installation: install.md
- Developing:
- Install: dev/install.md
- Testing: dev/test.md
- Documentation: dev/documentation.md
- Formatting: dev/formatting.md
- API:
- "clu.bridge": api/clu/bridge/index.html
- About:
#- Release Notes: about/release-notes.md
- Contributing: contributing.md
- License: "License, FIXME"
extra_css:
- css/extra.css
# footnotes
# pymdownx.emoji
# pymdownx.caret
# pymdownx.mark
# pymdownx.tilde
# pymdownx.details
# pymdownx.superfences
# pymdownx.tabbed
markdown_extensions:
- toc:
permalink:
- admonition
- attr_list
- def_list
copyright: Copyright © 2021 <a href="https://parsertongue.org/about">Gus Hahn-Powell</a>.
#copyright: Copyright © 2021 <a href="https://parsertongue.org/about">Gus Hahn-Powell</a>, Maintained by the <a href="/about/release-notes/#maintenance-team">CLU-LING Team</a>.
plugins:
- search
# - redirects:
# redirect_maps:
# user-guide/plugins.md: dev-guide/plugins.md
# user-guide/custom-themes.md: dev-guide/themes.md
# user-guide/styling-your-docs.md: user-guide/choosing-your-theme.md
# # # see https://github.com/daizutabi/mkapi/
# - mkapi
# # see https://github.com/mercari/mkdocs-git-snippet
- git-snippet
# see https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
- git-revision-date-localized
# see https://github.com/timvink/mkdocs-git-authors-plugin
- git-authors
# TODO: add https://github.com/timvink/mkdocs-table-reader-plugin
# TODO: add https://github.com/fralau/mkdocs-mermaid2-plugin