File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff 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',
You can’t perform that action at this time.
0 commit comments