forked from uabrc/devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (47 loc) · 1.28 KB
/
mkdocs.yml
File metadata and controls
53 lines (47 loc) · 1.28 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
42
43
44
45
46
47
48
49
50
51
52
53
site_name: UAB Research Computing DevOps Docs
repo_url: https://github.com/uabrc/devops-docs
theme:
name: material
search_index_only: true
custom_dir: theme
language: en
features:
- navigation.indexes
- navigation.instant
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2021-2022 The University of Alabama at Birmingham.<br /><b>Still stuck after reading?</b> Email us at <a href="mailto:support@listserv.uab.edu" class="supportemail">support@listserv.uab.edu</a>
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.keys
- pymdownx.superfences
- tables
- toc:
permalink: true
plugins:
- search
- table-reader:
data_path: docs
- git-revision-date-localized:
type: date
- glightbox:
# auto_caption: true
- redirects:
redirect_maps:
nav:
- Home: index.md
- Cheaha:
- Archiving Modules: cheaha/archiving_modules.md
- Shell Commands: cheaha/shell_commands.md
- Gitlab Runner:
- Personal Gitlab Runner Setup: gitlab_runner/personal_gitlab_runner_setup.md
- Openstack:
- VM Migration: openstack/vm_migration.md
- VM Service Setup: service/service_setup.md