Skip to content

Commit 8a361eb

Browse files
committed
fix: index title
1 parent 2f8a80d commit 8a361eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/config/languages/jp/sidebarStructure.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
{
44
title: 'プロジェクト',
55
children: [
6-
['はじめに', ''],
6+
'',
77
['ロードマップ', 'https://github.com/vue-a11y/vue-a11y.com/projects/2'],
88
['参加者', 'people'],
99
['コントリビュート', 'how-to-contribute'],
@@ -68,7 +68,7 @@ module.exports = {
6868
{
6969
title: 'レシピ',
7070
children: [
71-
['はじめに', '']
71+
''
7272
]
7373
},
7474
{

0 commit comments

Comments
 (0)