Commit Graph

68 Commits

Author SHA1 Message Date
kiner-tang
80af2a65ed
docs: Added ways to use bun installation dependencies (#48289)
* docs: add bun

* docs: add bun

* docs: add bun

* docs: add bun
2024-04-05 18:27:10 +08:00
MadCcc
d9c7a0cc82
docs: react docs arrange (#44029)
* docs: react docs arrange

* chore: code clean

* docs: arrange docs en

* docs: update

* docs: update

* docs: update en doc

* docs: update
2023-08-04 19:27:38 +08:00
lijianan
828ff5efb3
docs: update docs use-with-create-react-app (#43018)
* docs: update docs

* Update use-with-umi.en-US.md

* Update use-with-umi.zh-CN.md
2023-06-15 13:39:47 +08:00
lijianan
b8eef9d1b2
docs: update site use-with-create-react-app (#42904)
* docs: update use-with-create-react-app

* update
2023-06-12 16:45:59 +08:00
afc163
be9c46ccac
docs: fix customize theme doc url (#38928) 2022-11-24 11:26:38 +08:00
Chuns Chen
ee3bd96f2d
docs: remove dist/antd.css (#38672) 2022-11-18 14:23:50 +08:00
二货爱吃白萝卜
319b3966c4
docs: less no (#38602) 2022-11-16 23:38:38 +08:00
afc163
25f2bd66c8 docs: 📝 should be react-app-rewired
ref https://github.com/ant-design/ant-design/issues/26565
2020-09-03 15:21:12 +08:00
hehe
745c2182a5
docs: update the usage of craco-less (#24701)
* docs: update use-with-create-react-app.zh-CN.md

* docs: update use-with-create-react-app.en-US.md
2020-06-03 13:37:25 +08:00
afc163
c955770c40 docs: fix filename
close #24241
2020-05-18 12:15:50 +08:00
偏右
c99ecdac39
docs: 📝 fix create-react-app step (#24227) 2020-05-17 22:47:14 +08:00
偏右
8497e54e39
docs: 📖 keep documentation up to date (#24184)
* docs: remove babel-plugin-import from docs

* docs: react-scripts-rewired + customize-cra => craco

* docs: remove babel-plugin-import

* fix remark link
2020-05-15 17:18:55 +08:00
初心Yearth
7f1e7a3120
Update use-with-create-react-app.zh-CN.md (#23938) 2020-05-10 13:12:32 +08:00
偏右
012969e742
docs: refactor tutorial code to React hooks (#23896) 2020-05-06 12:25:06 +08:00
Tom Xu
cbb46a86b3
docs: fix less-loader@6 customize-cra (#23821)
* docs: fix less-loader@6 customize-cra

* Update use-with-create-react-app.en-US.md
2020-05-02 22:29:01 +08:00
Tom Xu
009f2c8f33
docs: fix customize-cra addLessLoader link (#23819)
* docs: fix customize-cra addLessLoader link

* update snap
2020-05-02 21:58:38 +08:00
Jocker
e12b560329
docs: 📖 update use-with-create-react-app (#23661)
* Update use-with-create-react-app.zh-CN.md

官网上babel-import-plugin引用的教程有误,会误导新手
https://github.com/ant-design/ant-design/issues/23660

* Update use-with-create-react-app.zh-CN.md

* Update use-with-create-react-app.en-US.md

Co-authored-by: 偏右 <afc163@gmail.com>
2020-04-27 15:42:45 +08:00
Amumu
656b5abf65
docs: update docs for less-loader@6 (#23603)
* update docs for less-loader@6

* Revert "update docs for less-loader@6"

This reverts commit 5be1a428dc.

* update

* update

* update

* in line
2020-04-26 12:11:01 +08:00
Heechan Bak
88cab9547b
Update: Add lessOptions in the use-with-create-react-app (#23596) 2020-04-26 10:49:10 +08:00
xrkffgg
7c39adab6a
docs: add create-react-app cn (#22869) 2020-04-03 09:47:39 +08:00
zefeng
dda45e4796
feat: support compact theme (#22126)
* feat: support narrow theme mode

* chore: rename narrow to compact

* chore: height part

* chore: preview compact mode

* chore: to make site corrected

* chore: preview site

* docs: 📖 document compact theme usage

* docs: tweak theme doc

* docs: 📖 Add description about double css bundle size

* chore: preview

* chore: for preview

* chore: adjust pagination

* chore: compact mode done!

* chore: remove useless todo

* chore: fix review bug

* chore: fix review bug

* chore: fix card margin

* chore: fix review bug

* chore: fix review bug

* chore: improve i18n and transition

* Update site/theme/static/common.less

Co-Authored-By: 偏右 <afc163@gmail.com>

* chore: fix button size and description padding

* chore: update snapshots

* chore: add compact css bundlesize limit

* chore: compact dist support

Co-authored-by: afc163 <afc163@gmail.com>
2020-03-29 10:39:46 +08:00
Arlindo Torres
6bf5388792
docs: Dark theme in create-react-app (#22234)
* docs: Use dark theme in create-react-app

* docs: Customize theme fix
2020-03-15 23:42:13 +08:00
zombiej
9e8ce489e9 merge master 2019-12-25 19:09:17 +08:00
vagusX
0195679fac docs: v4 codemod (#20178) 2019-12-17 22:25:28 +08:00
afc163
d7d4beb280
📝 fix update use-with-create-react-app 2019-12-15 22:25:56 +08:00
afc163
ab36853cb7 📝 improve create-react-app documentation
https://github.com/facebook/create-react-app/releases/tag/v3.3.0
2019-12-06 12:31:47 +08:00
zombiej
1d516d7f7f merge feature 2019-12-01 15:29:53 +08:00
iamkun
965bc58ed1 docs: Update FAQ replace momentjs to Day.js with antd-dayjs-webpack-plugin (#19960)
* docs: Update FAQ replace momentjs to Day.js with antd-dayjs-webpack-plugin

* update use-with-create-react-app doc

* update getting-started doc

* update use-with-create-react-app doc
2019-11-27 17:49:01 +08:00
afc163
facc7124da 📝 update documentation about css bundle size 2019-07-30 13:52:08 +08:00
afc163
ec744c93da 📝 fix cra documentation link 2019-07-23 15:05:37 +08:00
afc163
c3d3b10cab
📝 Improve docs about tree shaking 2019-06-21 00:16:25 +08:00
afc163
b780070351
💄 prittier all files 2019-05-07 14:57:32 +08:00
tom
67ee36bd0f
Update use-with-create-react-app.zh-CN.md
修改文字
2019-04-12 09:35:45 +08:00
afc163
c7a57302ed
📝 Fix use-in-typescript documentation
close #14776
2019-02-11 13:45:58 +08:00
afc163
2fd7591c19
📝 Fix code diff in documentation 2019-01-31 21:14:29 +08:00
afc163
9e69fe6378 📝 use babel-plugin-import in typescript project 2019-01-31 17:49:09 +08:00
afc163
a678d85757 📝 Add craco and craco-antd in docs 2019-01-31 17:49:09 +08:00
afc163
01167d9e62 📝 use yarn create in doc 2019-01-31 17:49:09 +08:00
偏右
b87261673a 📝 beautify code style in documentation (#14457) 2019-01-21 22:52:17 +08:00
QC-L
b1a96776d9 docs: updated doc for create-react-app 2019-01-18 11:55:35 +08:00
Ming Hann
f30c11110b updated dated doc for create-react-app 2019-01-17 00:12:43 +08:00
jiajiangxu
506ab082f6 Update use-with-create-react-app md
Add antd-react-scripts link
2018-12-14 15:18:29 +08:00
afc163
8d6c5af790 site: fix documentation order 2018-10-28 17:35:21 +08:00
afc163
10296eddf5 docs: update scripts diff 2018-10-13 17:15:00 +08:00
afc163
5f5417c169 doc: tweak use-with-create-react-app doc 2018-08-18 23:42:15 +08:00
agent-z
8c156afb39 Update use-with-create-react-app.zh-CN.md 2018-07-02 17:55:37 +08:00
Jonny Buchanan
d7086ce193 Add nwb example to the "other boilerplates" docs (#9787) 2018-03-24 13:05:13 +08:00
Marcus Bransbury
3b6cd56820 Update broken links in docs (#9310)
* update link english

* update link chinese
2018-02-08 06:58:36 -06:00
JaePil Jung
68d4e34a10 fixed typo error. (#8542) 2017-12-11 13:45:10 +08:00
Wei Zhu
16b69312db
Revise docs (#8368) 2017-11-29 20:27:52 +08:00