Skip to content

Commit 073edf9

Browse files
authored
docs: Use dumi (#674)
* docs: Use dumi * chore: add ignore * chore: fix lint * chore: ignore debug * chore: rm debug.md
1 parent 1e34025 commit 073edf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+131
-58
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ node_modules
2222
.cache
2323
dist
2424
debug.tsx
25+
debug.md
2526
assets/**/*.css
2627
build
2728
lib
@@ -37,3 +38,5 @@ tsconfig.test.json
3738
.prettierignore
3839
.storybook
3940
storybook/index.js
41+
.doc
42+
.umi

.umirc.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// more config: https://d.umijs.org/config
2+
import { defineConfig } from 'dumi';
3+
4+
export default defineConfig({
5+
title: 'rc-select',
6+
favicon:
7+
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
8+
logo:
9+
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
10+
outputPath: '.doc',
11+
exportStatic: {},
12+
styles: [
13+
`
14+
.markdown table {
15+
width: auto !important;
16+
}
17+
`,
18+
]
19+
});

README.md

Lines changed: 4 additions & 4 deletions

docs/demo/auto-adjust-dropdown.md

Lines changed: 2 additions & 0 deletions

docs/demo/combobox.md

Lines changed: 2 additions & 0 deletions

docs/demo/controlled.md

Lines changed: 2 additions & 0 deletions

docs/demo/custom-icon.md

Lines changed: 2 additions & 0 deletions

docs/demo/custom-selector.md

Lines changed: 2 additions & 0 deletions

docs/demo/custom-tags.md

Lines changed: 2 additions & 0 deletions

docs/demo/dropdownRender.md

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)