feat: client doc
This commit is contained in:
parent
b033c7214a
commit
e69257e346
24
packages/core/client/.umirc.ts
Normal file
24
packages/core/client/.umirc.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { resolveNocobasePackagesAlias } from '@nocobase/devtools/umiConfig';
|
||||
import { defineConfig } from 'dumi';
|
||||
|
||||
export default defineConfig({
|
||||
title: 'NocoBase',
|
||||
// outputPath: `./docs/dist/${lang}`,
|
||||
mode: 'site',
|
||||
resolve: {
|
||||
includes: ['./'],
|
||||
},
|
||||
// locales: [[lang, lang]],
|
||||
hash: true,
|
||||
logo: 'https://www.nocobase.com/images/logo.png',
|
||||
navs: [
|
||||
null,
|
||||
{
|
||||
title: 'GitHub',
|
||||
path: 'https://github.com/nocobase/nocobase',
|
||||
},
|
||||
],
|
||||
chainWebpack(config) {
|
||||
resolveNocobasePackagesAlias(config);
|
||||
},
|
||||
});
|
Loading…
Reference in New Issue
Block a user