-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
137 lines (130 loc) · 4.02 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: HPC@UCD Documentation
site_url: http://docs.hpc.ucdavis.edu
repo_url: https://github.com/ucdavis/hpccf-docs
copyright: Copyright © 2023-24 The Regents of the University of California, Davis
nav:
- General:
- Accessing Clusters: general/access.md
- Account Requests: general/account-requests.md
- Data Transfer: data-transfer.md
- Job Scheduling:
- About: scheduler/index.md
- Commands: scheduler/commands.md
- Job Scripts: scheduler/jobscripts.md
- Resources: scheduler/resources.md
- Software:
- About: software/index.md
- Conda and Python: software/conda.md
- Development: software/developing.md
- Module System: software/modules.md
- Open OnDemand: software/ondemand.md
- R and RStudio: software/rlang.md
- Troubleshooting: general/troubleshooting.md
- Clusters:
- Farm:
- About: farm/index.md
- Job Scheduling: farm/scheduling.md
- Resources: farm/resources.md
- Software:
- Modules: farm/software/modules.md
- Storage: farm/storage.md
- Franklin:
- About: franklin/index.md
- Job Scheduling: franklin/scheduling.md
- Resources: franklin/resources.md
- Software:
- alphafold: franklin/software/alphafold.md
- cryo-EM: franklin/software/cryoem.md
- Modules: franklin/software/modules.md
- Storage: franklin/storage.md
- Hive:
- Migrating from LSSC0: hive/migration.md
- Admin:
- admin/index.md
- Cobbler: admin/cobbler.md
- Configuration: admin/configuration.md # puppet, etc
- DNS: admin/dns.md
- Monitoring: admin/monitoring.md
- Netbox: admin/netbox.md
- Network Architecture: admin/network.md
- Open OnDemand: admin/ondemand.md
- Provisioning: admin/provisioning.md
- PXE boot: admin/PXE.md
- Software: admin/software.md
- Virtual Machines: admin/vms.md
#
# Here be dragons! Don't edit these settings unless you Know What You're Doing (tm).
#
markdown_extensions:
- toc:
permalink: true
- def_list
- attr_list
- admonition
- md_in_html
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- 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
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- macros:
module_name: macros
extra:
spack_modulefiles_path: spack-ucdavis/modulefiles/hpccf/franklin/
social:
- icon: material/email-edit
link: "mailto:[email protected]"
name: Email HPCCF Support
- icon: fontawesome/brands/slack
link: https://ucdavis.slack.com/archives/C053NKA88
name: "#hpc Channel on ucdavis.slack.com"
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
theme:
name: material
custom_dir: overrides
features:
- content.code.annotate
#- navigation.tabs
- navigation.sections
- navigation.expand
#- navigation.indexes
- navigation.instant
- navigation.top
#- navigation.footer
- navigation.tracking
- search.highlight
- search.share
- search.suggest
logo: assets/HPCCF-logo-dark.png
favicon: assets/HPCCF-logo.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- scheme: ucdavis
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode