This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
76 lines (68 loc) · 1.58 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
site_name: Hypha docs
site_url: https://docs.hypha.app/
site_description: 'Documentation for Hypha, an open source submission management platform.'
repo_url: https://github.com/HyphaApp/hypha-docs
edit_uri: edit/main/docs/
dev_addr: localhost:9100
theme:
name: material
favicon: https://www.hypha.app/favicon-32x32.png
features:
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- toc.integrate
- header.autohide
plugins:
- awesome-pages
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.highlight:
guess_lang: false
linenums: false
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.details
- pymdownx.keys
nav:
- Home: index.md
- ...
- Glossary: glossary.md
extra:
social:
- icon: material/chat
link: https://chat.hypha.app/
name: Hypha Chat
- icon: material/forum
link: https://we.hypha.app/
name: Hypha Forum
- icon: material/github
link: https://github.com/HyphaApp/
name: GitHub Org