mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
docs: 文档搜索
This commit is contained in:
parent
64d7b53061
commit
a47af5e57c
@ -86,6 +86,18 @@ const config: UserConfig<DefaultThemeOptions> = {
|
||||
},
|
||||
},
|
||||
],
|
||||
[
|
||||
'@vuepress/docsearch',
|
||||
{
|
||||
apiKey: '09ff75bbe16bc6e166e103ffb57e10ea',
|
||||
indexName: 'fesjs',
|
||||
locales: {
|
||||
'/': {
|
||||
placeholder: '搜索文档',
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@ export default {
|
||||
layout: {
|
||||
title: 'Fes.js',
|
||||
footer: 'Created by MumbleFE',
|
||||
multiTabs: true,
|
||||
multiTabs: false,
|
||||
navigation: 'side',
|
||||
theme: 'dark',
|
||||
menus: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user