forked from cooperative-computing-lab/cctools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (32 loc) · 1.04 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
site_name: CCTools Documentation
site_url: https://cctools.readthedocs.io/en/latest
author: Cooperative Computing Lab at the University of Notre Dame
copyright: Copyright (C) 2019 The University of Notre Dame
nav:
- Getting Started:
- About: 'about.md'
- Installation: 'install/index.md'
- Getting Help: 'help.md'
- Software:
- Makeflow: 'makeflow/index.md'
- Work Queue: 'work_queue/index.md'
- JX Language: 'jx/index.md'
- Resource Monitor: 'resource_monitor/index.md'
- Parrot: 'parrot/index.md'
- Chirp: 'chirp/index.md'
- Catalog Server: 'catalog/index.md'
- Research Prototypes:
- AWE: 'awe/index.md'
- Confuga: 'confuga/index.md'
- Umbrella: 'umbrella/index.md'
- Prune: 'prune/index.md'
- Reference:
- Man Pages: 'man_pages.md'
- Network Configuration: 'network/index.md'
markdown_extensions:
- toc:
- admonition
permalink: True
docs_dir: doc/manuals
site_dir: doc/mkdocs-site
theme: readthedocs