test 版本
This commit is contained in:
+5
-5
@@ -1,16 +1,16 @@
|
||||
import { defineConfig } from 'dumi'
|
||||
import { defineConfig } from 'dumi'
|
||||
import { resolve } from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
themeConfig: {
|
||||
name: 'Nova',
|
||||
name: 'RustUI',
|
||||
logo: false,
|
||||
nav: [
|
||||
{ title: '指南', link: '/guide' },
|
||||
{ title: '组件', link: '/components' },
|
||||
],
|
||||
socialLinks: {
|
||||
github: 'https://github.com/donghym/PikaUI',
|
||||
github: 'https://github.com/donghym/RustUI',
|
||||
},
|
||||
sidebarGroupModePath: true,
|
||||
},
|
||||
@@ -23,12 +23,12 @@ export default defineConfig({
|
||||
{ type: 'component', dir: 'src/components/layout' },
|
||||
{ type: 'component', dir: 'src/components/nav' },
|
||||
{ type: 'component', dir: 'src/components/entry' },
|
||||
{ type: 'component', dir: 'src/components/feedback' },
|
||||
{ type: 'component', dir: 'src/components/display' },
|
||||
{ type: 'component', dir: 'src/components/feedback' },
|
||||
],
|
||||
},
|
||||
alias: {
|
||||
'@Pika/ui': resolve(__dirname, 'src'),
|
||||
'RustUI': resolve(__dirname, 'src'),
|
||||
},
|
||||
outputPath: 'dist-docs',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user