-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
41 lines (41 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
39
40
41
site_name: JARVICE
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.path
- toc.integrate
- toc.follow
markdown_extensions:
- attr_list
- toc:
permalink: true
toc_depth: 3
plugins:
- search
# - with-pdf:
# author: Nimbix
# copyright: '@2021 Nimbix'
# cover: true
# back_cover: false
# cover_title: Jarvice
# cover_subtitle: documentation
# toc_level: 2
# output_path: pdf/jarvice.pdf
extra_css:
- css/extra.css
nav:
- Home: index.md
- PushToCompute: cicd.md
- Docker Images on JARVICE: docker.md
- Nimbix Application Environment: nae.md
- MPI Application Configuration Guide: mpi.md
- Application Definition Guide: appdef.md
- The JARVICE API: api.md
- Resource Selection: machines.md
- JARVICE job recipe: recipe.md
- Public Applications: public.md
- Applications Tutorial: apps_tutorial.md
- KNS Applications Tutorial: kns_apps_tutorial.md