Skip to content

Commit f2d9913

Browse files
committed
website homepage: add more tabs
1 parent e360b38 commit f2d9913

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ export default defineConfig({
1616
nav: [
1717
{ text: "Home", link: "/" },
1818
{ text: "News", link: "/news" },
19+
{ text: "Gallery", link: "/gallery/" },
1920
{ text: "User's Guide", link: "/guides/data" },
2021
{ text: "At NERSC", link: "/nersc/login" },
21-
{ 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" },
2224
],
2325

2426
sidebar: {

docs/news.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11

2+
## March 2026
23

4+
QuickView is available at [NERSC](https://www.nersc.gov/) through their [JupyterHub](https://jupyter.nersc.gov/)

0 commit comments

Comments
 (0)