-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
91 lines (86 loc) · 2.4 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: ParaTools Pro for E4S™ Documentation
theme:
name: material
# logo: assets/e4spro-440-220.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- toc.follow
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- contgent.tabs.link
- content.code.annotation
- content.code.annotate # (1)
- content.code.copy
- content.code.select
- content.tabs.link
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: grey
accent: blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: white
accent: blue
# plugins:
# - privacy:
# enabled: !ENV [CI, false]
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
toc_depth: 3
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.mark
- attr_list
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
social:
- icon: fontawesome/brands/github
link: https://github.com/ParaToolsInc/ParaToolsPro
copyright: |
© 2023 <a href="https://www.paratools.com/" target="blank" rel="noopener">ParaTools, Inc.</a>
# Page tree
nav:
- Home: index.md
- AWS:
- Getting Started: AWS/getting-started-AWS.md
# - AWS Parallel Cluster Config: AWS/pcluster.md
- GCP:
- Getting Started: GCP/getting-started-GCP.md
- HPC Toolkit Blueprint: GCP/blueprint.md
- Cluster Deletion: GCP/Cluster-Deletion.md
- ODDC:
- Getting Started: ODDC/getting-started-ODDC.md
- Privacy Policy: privacy.md