|
1 | 1 | import type { NavbarConfig } from '@vuepress/theme-default';
|
2 | 2 |
|
3 | 3 | export const navbarEn: NavbarConfig = [
|
4 |
| - { text: 'Book', link: '/book/' }, |
5 |
| - { text: 'Commands', link: '/commands/' }, |
6 |
| - { text: 'Contrib', link: '/contributor-book/' }, |
7 |
| - { text: 'Cookbook', link: '/cookbook/' }, |
| 4 | + { text: 'Get Nu!', link: '/book/installation' }, |
| 5 | + { text: 'Getting Started', link: '/book/getting_started' }, |
| 6 | + { |
| 7 | + text: 'Documentation', |
| 8 | + children: [ |
| 9 | + { text: 'The Nushell Book', link: '/book/' }, |
| 10 | + { text: 'Command Reference', link: '/commands/' }, |
| 11 | + { text: 'Cookbook', link: '/cookbook/' }, |
| 12 | + { text: 'Language Reference Guide', link: '/lang-guide/' }, |
| 13 | + { text: 'Contributing Guide', link: '/contributor-book/' }, |
| 14 | + ], |
| 15 | + }, |
8 | 16 | { text: 'Blog', link: '/blog/' },
|
9 |
| - { text: 'Ref', link: '/lang-guide/' }, |
10 | 17 | ];
|
0 commit comments