We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e360b38 commit f2d9913Copy full SHA for f2d9913
2 files changed
docs/.vitepress/config.mjs
@@ -16,9 +16,11 @@ export default defineConfig({
16
nav: [
17
{ text: "Home", link: "/" },
18
{ text: "News", link: "/news" },
19
+ { text: "Gallery", link: "/gallery/" },
20
{ text: "User's Guide", link: "/guides/data" },
21
{ text: "At NERSC", link: "/nersc/login" },
- { text: "Gallery", link: "/gallery/" },
22
+ { text: "Repo", link: "https://github.com/Kitware/QuickView" },
23
+ { text: "Bugs and Requests", link: "https://github.com/Kitware/QuickView/issues" },
24
],
25
26
sidebar: {
docs/news.md
@@ -1,2 +1,4 @@
1
2
+## March 2026
3
4
+QuickView is available at [NERSC](https://www.nersc.gov/) through their [JupyterHub](https://jupyter.nersc.gov/)
0 commit comments