mirror of
https://github.com/react95-io/React95.git
synced 2026-01-13 08:27:56 -05:00
* Move each mdx file to respective component folder (colocation ftw) * Fix some style prop-types in order to fix docz build * Move docz to the root folder instead of having a separated project folder
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
export default {
|
|
typescript: false,
|
|
menu: ['Welcome', 'Getting Started'],
|
|
themeConfig: {
|
|
initialColorMode: 'light'
|
|
},
|
|
dest: './docs/build'
|
|
};
|