Skip to content

Commit

Permalink
ch ja Book Text (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiOnodera authored Jan 3, 2024
1 parent 4cab43d commit 72e5ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vuepress/configs/navbar/ja.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { NavbarConfig } from '@vuepress/theme-default';

export const navbarJa: NavbarConfig = [
{ text: '', link: '/ja/book/' },
{ text: 'Book', link: '/ja/book/' },
// { text: "Contributor Book", link: "/contributor-book/" },
{ text: 'Cookbook', link: '/cookbook/' },
{ text: 'Blog', link: '/blog/' },
Expand Down
2 changes: 1 addition & 1 deletion .vuepress/configs/sidebar/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { SidebarConfig } from '@vuepress/theme-default';
export const sidebarJa: SidebarConfig = {
'/ja/book/': [
{
text: 'Nu ',
text: 'Nu Book',
collapsible: false,
children: [
'installation',
Expand Down

0 comments on commit 72e5ea1

Please sign in to comment.