forked from JBEI/edd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 1.22 KB
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 1.22 KB
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
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
- About:
- License: License.md
- Legal: Legal.md
- Contributing: Contributing.md
- Development:
- "Developer Setup":
- "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:
name: spacelab
navigation_depth: 4
markdown_extensions:
- admonition:
- pymdownx.highlight:
- pymdownx.inlinehilite:
- pymdownx.superfences:
- sane_lists:
- smarty:
- toc:
permalink: True