Skip to content

Commit 3c87b25

Browse files
authored
chore: perfect website (#223)
* chore: perfect website * fix
1 parent 1e1dcd8 commit 3c87b25

27 files changed

+60
-66
lines changed

.umirc.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
// more config: https://d.umijs.org/config
12
import { defineConfig } from 'dumi';
23

34
export default defineConfig({
45
title: 'rc-field-form',
56
favicon:
6-
'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png',
7+
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
78
logo:
8-
'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png',
9-
outputPath: '.doc',
10-
exportStatic: {},
11-
// mode: 'site',
12-
// more config: https://d.umijs.org/config
9+
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
10+
outputPath: '.doc'
1311
});

docs/StateForm-list-draggable.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/basic.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/component.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/context.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/demo/basic.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## basic
2+
3+
4+
<code src="../examples/basic.tsx" />

docs/demo/component.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## component
2+
3+
<code src="../examples/component.tsx" />

docs/demo/context.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## context
2+
3+
<code src="../examples/context.tsx" />

docs/demo/layout.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## layout
2+
3+
<code src="../examples/layout.tsx" />

docs/demo/list.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## list
2+
3+
<code src="../examples/list.tsx" />

0 commit comments

Comments
 (0)