All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 7s
- update URLs - fix news URL in topnav - fix news post URL on overview page
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
## Topnav single links
|
|
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
|
|
topnav:
|
|
- title: Topnav
|
|
items:
|
|
# - title: GitHub
|
|
# external_url: https://github.com/tomjoht/documentation-theme-jekyll
|
|
- title: News
|
|
url: /news.html
|
|
|
|
#Topnav dropdowns
|
|
topnav_dropdowns:
|
|
- title: Topnav dropdowns
|
|
folders:
|
|
- title: Quick Start
|
|
folderitems:
|
|
- title: Introduction
|
|
url: /merlin6/introduction.html
|
|
- title: Requesting Merlin Access
|
|
url: /merlin6/request-account.html
|
|
- title: Requesting Merlin Projects
|
|
url: /merlin6/request-project.html
|
|
- title: Accessing the Interactive Nodes
|
|
url: /merlin6/interactive.html
|
|
- title: Accessing the Slurm Clusters
|
|
url: /merlin6/slurm-access.html
|
|
- title: Clusters
|
|
folderitems:
|
|
- title: Merlin 5
|
|
url: /merlin5/slurm-configuration.html
|
|
- title: Merlin 6
|
|
url: /merlin6/slurm-configuration.html
|
|
- title: Merlin 6 GPU
|
|
url: /gmerlin6/slurm-configuration.html
|
|
- title: Merlin 7
|
|
url: /merlin7/slurm-configuration.html
|