File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ module.exports = {
56
56
label: ' English' ,
57
57
// text for the edit-on-github link
58
58
editLinkText: ' Edit this page on GitHub' ,
59
+ // algolia docsearch options for current locale
60
+ algolia: {},
59
61
nav: [
60
62
{ text: ' Nested' , link: ' /nested/' }
61
63
],
@@ -71,6 +73,7 @@ module.exports = {
71
73
nav: [
72
74
{ text: ' 嵌套' , link: ' /zh/nested/' }
73
75
],
76
+ algolia: {},
74
77
sidebar: {
75
78
' /zh/' : [/* ... */ ],
76
79
' /zh/nested/' : [/* ... */ ]
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ module.exports = {
53
53
selectText: ' Languages' ,
54
54
label: ' English' ,
55
55
editLinkText: ' Edit this page on GitHub' ,
56
+ algolia: {},
56
57
nav: [
57
58
{ text: ' Nested' , link: ' /nested/' }
58
59
],
@@ -68,6 +69,8 @@ module.exports = {
68
69
label: ' 简体中文' ,
69
70
// 编辑链接文字
70
71
editLinkText: ' 在 GitHub 上编辑此页' ,
72
+ // 当前 locale 的 algolia docsearch 选项
73
+ algolia: {},
71
74
nav: [
72
75
{ text: ' 嵌套' , link: ' /zh/nested/' }
73
76
],
You can’t perform that action at this time.
0 commit comments