Skip to content

Commit 4e6c2ea

Browse files
committed
Navbar: lead with Examples, drop Videos
Reorder to Examples · Install · Learn · Docs · Packages · Playground. Videos pages stay reachable through their /videos/ sidebar, but no longer take a top-level slot since the content is partially outdated.
1 parent 16b18f8 commit 4e6c2ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.vitepress/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ module.exports = {
1313
logo: { light: '/logos/logo-e4-light.svg', dark: '/logos/logo-e4-dark.svg' },
1414
siteTitle: 'blockr',
1515
nav: [
16+
{ text: 'Examples', link: '/examples/' },
1617
{ text: 'Install', link: '/install' },
1718
{ text: 'Learn', link: '/learn/01-build-your-first-app' },
1819
{ text: 'Docs', link: '/docs/concepts/01-reactivity' },
19-
{ text: 'Videos', link: '/videos/getting-started' },
20-
{ text: 'Examples', link: '/examples/' },
2120
{ text: 'Packages', link: '/packages/' },
2221
{ text: 'Playground', link: 'https://blockr.cloud/app/empty' }
2322
],

0 commit comments

Comments
 (0)