-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
43 lines (43 loc) · 1.21 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
site_name: Experiment Data Depot
repo_url: https://github.com/jbei/edd
edit_uri: edit/trunk/docs/
nav:
- Home: index.md
- "User Guide":
- Tutorials: Tutorials.md
- "Frequently Asked Questions": FAQ.md
- "Admin Guide":
- Administration: Administration.md
- Configuration: Configuration.md
- Deployment: Deployment.md
- "Migration 2.5 to 2.6": Migration_2.5_to_2.6.md
- "Migration 2.6 to 2.7": Migration_2.6_to_2.7.md
- Legal: Legal.md
- License: License.md
- Development:
- "Developer Setup": Developer_Setup.md
- "macOS Setup": Developer_Setup_Mac.md
- "Linux Setup": Developer_Setup_Linux.md
- "Running Development": Developer_Setup_Running.md
- Contributing: Contributing.md
- Troubleshooting: Troubleshooting.md
- Releasing: Releasing.md
- "Use Cases": Use_Cases.md
- "User Stories": User_Stories.md
theme:
highlightjs: false
name: spacelab
navigation_depth: 4
extra_css:
- /css/pygments.css
markdown_extensions:
- admonition:
- attr_list:
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
- sane_lists:
- smarty:
- toc:
permalink: True