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 3878f31 commit b5debf9Copy full SHA for b5debf9
docs/.vitepress/config.ts
@@ -28,7 +28,7 @@ export default async () => defineConfig({
28
nav: [
29
{ text: 'Manual', link: 'https://wa-lang.org/man/' },
30
{ text: 'Playground', link: 'https://wa-lang.org/playground/' },
31
- { text: 'Examples', link: '/excamples/', activeMatch: '/excamples/' },
+ { text: 'Examples', link: '/examples/', activeMatch: '/examples/' },
32
],
33
34
socialLinks: [
0 commit comments