diff --git a/astro.config.mjs b/astro.config.mjs
index 9026bab..308688f 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -163,6 +163,8 @@ export default defineConfig({
SocialIcons: './src/components/NavLinks.astro',
// Cycling theme toggle (auto → light → dark) instead of the dropdown.
ThemeSelect: './src/components/ThemeSelect.astro',
+ // Wraps the built-in footer to add RCC / NIF / AIS attribution.
+ Footer: './src/components/Footer.astro',
},
// Single axis: every group is a task, ordered the way a new user meets
// them. Labels are free to change; slugs are not, since the legacy
diff --git a/package-lock.json b/package-lock.json
index 994b12c..d3266c8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5287,9 +5287,9 @@
"license": "MIT"
},
"node_modules/nanoid": {
- "version": "3.3.17",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz",
- "integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==",
+ "version": "3.3.18",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
+ "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
"funding": [
{
"type": "github",
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
new file mode 100644
index 0000000..fc43a01
--- /dev/null
+++ b/src/components/Footer.astro
@@ -0,0 +1,39 @@
+---
+// Wraps Starlight's own footer rather than replacing it, so Pagination,
+// EditLink and LastUpdated are preserved. Renders on splash pages too.
+import Default from '@astrojs/starlight/components/Footer.astro';
+---
+
+
Learn more about the Australian Imaging Service →
diff --git a/src/content/docs/support.mdx b/src/content/docs/support.mdx new file mode 100644 index 0000000..a5aad52 --- /dev/null +++ b/src/content/docs/support.mdx @@ -0,0 +1,44 @@ +--- +title: Get support +description: How to contact RCC support about UQ XNAT, and what to include so your request can be actioned quickly +--- + +import RequestEmailForm from '@components/RequestEmailForm.astro'; + +Before contacting support, it is worth checking the guides — the most common +questions have their own pages: + +- [I cannot see my project](/user-guides/using-xnat/projects/your-project) +- [My upload has not appeared](/user-guides/managing-data/uploading-data/prearchive) +- [I have run out of storage](/user-guides/using-xnat/projects/request-storage) + +## Contacting RCC support + +Email `rcc-support@uq.edu.au`. Fill in the form below and copy the result into +your mail client. + +