Skip to content

Commit 38fe853

Browse files
committed
chore: update
1 parent 7ff8077 commit 38fe853

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/.vuepress/config.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,21 @@ module.exports = defineUserConfig<DefaultThemeOptions, WebpackBundlerOptions>({
123123
*/
124124
themeConfig: {
125125
repo: 'https://github.com/Umajs/Umajs',
126+
logo: './img/UMajs.69973084.png',
126127
repoLabel: 'Github',
127128
docsBranch: 'main',
128129
docsRepo: 'https://github.com/Umajs/docs',
129130
docsDir: 'docs',
130131
editLinkPattern: ':repo/edit/:branch/:path',
131132
themePlugins: {
132133
mediumZoom: false,
133-
backToTop: false,
134-
container: {
135-
tip: false,
136-
warning: false,
137-
danger: false,
138-
details: false,
139-
},
134+
// backToTop: false,
135+
// container: {
136+
// tip: false,
137+
// warning: false,
138+
// danger: false,
139+
// details: false,
140+
// },
140141
},
141142
locales: (() => {
142143
let localeData = {}
@@ -199,9 +200,9 @@ module.exports = defineUserConfig<DefaultThemeOptions, WebpackBundlerOptions>({
199200
'@vuepress/docsearch',
200201
false,
201202
// {
202-
// apiKey: 'd66aafda844027d72f4ff85378d5f2f2',
203-
// indexName: 'yuanshen.site',
204-
// appId: 'J4CYOK33ZS',
203+
// apiKey: '',
204+
// indexName: '',
205+
// appId: '',
205206
// locales: {
206207
// '/en/': {
207208
// placeholder: 'Search',

0 commit comments

Comments
 (0)