From dd154ad6b8d9242a651584d3ddc0bddb846db0dd Mon Sep 17 00:00:00 2001 From: Jen Reeve Date: Fri, 20 Mar 2026 14:19:24 +1300 Subject: [PATCH 1/7] typo fix and adding aria labels for light/dark modes --- overrides/partials/nav_support_request.html | 7 ++--- overrides/partials/palette.html | 29 +++++++++++++++++++++ 2 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 overrides/partials/palette.html diff --git a/overrides/partials/nav_support_request.html b/overrides/partials/nav_support_request.html index f19c43a41..f9a89165c 100644 --- a/overrides/partials/nav_support_request.html +++ b/overrides/partials/nav_support_request.html @@ -1,6 +1,3 @@ - - -Contact Support - - + + + {% set palettes = config.theme.palette or [] %} + {% for palette in palettes %} + {% set i = loop.index0 %} + {% set next_id = "__palette_" ~ ((i + 1) % palettes|length) %} + - +Contact Support + + From e49fecac9d62c16b970b7b084c05a2d7c7e5e913 Mon Sep 17 00:00:00 2001 From: Jen Reeve Date: Fri, 20 Mar 2026 15:00:46 +1300 Subject: [PATCH 3/7] fixing quickstart alt text --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 74440b44c..21dcb0645 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,17 +31,17 @@ Technical documentation for our High Performance Computing (HPC) platforms.

Access the cluster Via the OnDemand web application.

- account details + HPC resources

Resources

What CPUs and GPUs are available on the REANNZ Cluster.

- ssh setup + Data transer

Data Transfer

Getting your data on and off the cluster.

- ondemand + Job scheduler

Job Scheduler

How to use our job scheduler, Slurm.

From a5e2a619f84f666f8bcb38a58cca5a083e224d0b Mon Sep 17 00:00:00 2001 From: Jen Reeve Date: Fri, 20 Mar 2026 15:01:02 +1300 Subject: [PATCH 4/7] fixing header labels --- overrides/partials/header.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/overrides/partials/header.html b/overrides/partials/header.html index ecc51dda4..0df13b6ab 100644 --- a/overrides/partials/header.html +++ b/overrides/partials/header.html @@ -1,6 +1,3 @@ -{#- - This file was automatically generated - do not edit - -#} {% set class = "md-header" %} {% if "navigation.tabs.sticky" in features %} {% set class = class ~ " md-header--shadow md-header--lifted" %} @@ -9,10 +6,10 @@ {% endif %}