-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (52 loc) · 1.26 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
site_name: IceCube Account Workflow
copyright: Copyright © 2021
nav:
- "Home": index.md
- "New User Registration": new_user.md
- "User Login": user_login.md
- "User Profile": user_profile.md
- "Password Reset": pwd_reset.md
- "Institution Actions":
- "Change Institution": inst_move.md
- "Join Institution": inst_join.md
- "Leave Institution": inst_leave.md
- "Group Actions":
- "Join Group": group_join.md
- "Leave Group": group_leave.md
- "Administrators":
- Institutions: admin_insts.md
- Groups: admin_groups.md
theme:
name: material
favicon: images/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/eye-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/eye
name: Switch to light mode
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.tracking
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.caret
- attr_list
- pymdownx.keys
- md_in_html
- smarty
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search