Skip to content

Commit

Permalink
Add "Contrib" link to the navbar (#1295)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
devyn committed Mar 10, 2024
1 parent 7dd4606 commit 43c93ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vuepress/configs/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { NavbarConfig } from '@vuepress/theme-default';

export const navbarEn: NavbarConfig = [
{ text: 'Book', link: '/book/' },
// { text: "Contributor Book", link: "/contributor-book/" },
{ text: 'Commands', link: '/commands/' },
{ text: 'Contrib', link: '/contributor-book/' },
{ text: 'Cookbook', link: '/cookbook/' },
{ text: 'Blog', link: '/blog/' },
{ text: 'Ref', link: '/lang-guide/' },
Expand Down

0 comments on commit 43c93ca

Please sign in to comment.