We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6097eeb commit f58fe7aCopy full SHA for f58fe7a
src/components/Header.astro
@@ -2,10 +2,10 @@
2
import { Icon } from '@astrojs/starlight/components';
3
4
const navItems = [
5
- { name: "Gland_", href: "/docs/help" },
6
- { name: "documentation", href: "/docs/documentation" },
7
- { name: "changelog", href: "/docs/changelog" },
8
- { name: "community", href: "/docs/community" }
+ { name: "Gland_", href: "/help" },
+ { name: "documentation", href: "/documentation" },
+ { name: "changelog", href: "/changelog" },
+ { name: "community", href: "/community" }
9
];
10
---
11
0 commit comments