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 0a32107 commit 65bafadCopy full SHA for 65bafad
apps/svelte.dev/src/routes/+layout.server.ts
@@ -42,6 +42,9 @@ const nav_links: NavigationLink[] = [
42
}))
43
},
44
{
45
+ title: 'Packages',
46
+ slug: 'packages'
47
+ }, {
48
title: 'Playground',
49
slug: 'playground'
50
apps/svelte.dev/src/routes/+layout.svelte
@@ -31,6 +31,7 @@
31
32
const sections: Record<string, string> = {
33
docs: 'Docs',
34
+ packages: 'Packages',
35
playground: 'Playground',
36
blog: 'Blog',
37
tutorial: 'Tutorial',
0 commit comments