Skip to content

Commit 43c93ca

Browse files
authored
Add "Contrib" link to the navbar (#1295)
This links the contributor book on the navbar, which seems to have been previously linked but removed, probably because it was long and took up a lot of space. As an alternative, this just calls it "Contrib" instead and puts it between "Commands" and "Cookbook" (the alphabetical order was appealing to me)
1 parent 7dd4606 commit 43c93ca

File tree

1 file changed

+1
-1
lines changed
  • .vuepress/configs/navbar

1 file changed

+1
-1
lines changed

.vuepress/configs/navbar/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { NavbarConfig } from '@vuepress/theme-default';
22

33
export const navbarEn: NavbarConfig = [
44
{ text: 'Book', link: '/book/' },
5-
// { text: "Contributor Book", link: "/contributor-book/" },
65
{ text: 'Commands', link: '/commands/' },
6+
{ text: 'Contrib', link: '/contributor-book/' },
77
{ text: 'Cookbook', link: '/cookbook/' },
88
{ text: 'Blog', link: '/blog/' },
99
{ text: 'Ref', link: '/lang-guide/' },

0 commit comments

Comments
 (0)