Commit Graph

382 Commits

Author SHA1 Message Date
afc163
be6a566af1 docs: update other scaffolds 2018-10-13 15:06:00 +08:00
sorrycc
f9c0b07db2 doc: update getting-started and practical-projects with umi 2018-10-11 00:03:36 +08:00
偏右
4f0d949a1b
Update introduce.zh-CN.md 2018-10-07 16:29:39 +08:00
afc163
14b3f4e24f doc: update getting-started 2018-10-06 18:21:30 +08:00
Mohammad Faisal
1f55ee4b27 Fix typos (#12360) 2018-09-21 20:37:52 +08:00
afc163
2c4a78f16b doc: update umi config file of custom them 2018-09-20 23:12:22 +08:00
Wendell
ceb3435af2 doc: add Chinese faq and fix typo (#12292)
* doc: add Chinese faq and fix typo

* fix typo

* make some adjustments to sentencing

* adjustments
2018-09-19 14:00:31 +08:00
afc163
a669f24afe site: improve hr style 2018-09-16 15:40:05 +08:00
afc163
e550ba4c8a clarify words 2018-09-16 15:40:05 +08:00
afc163
d030121ce2 change faq links 2018-09-16 15:40:05 +08:00
afc163
f67e7be445 site: add faq documentation
close #10857
2018-09-16 15:40:05 +08:00
afc163
5364675ab7 update cdn link 2018-09-11 14:15:48 +08:00
zombiej
2ee2a731f3 update zh-CN 2018-09-05 14:33:23 +08:00
Dmitry Guryev
54bd6a32d1
Fix less config
Otherwise there is a error:

```
Failed to compile.

./node_modules/antd/es/button/style/index.lessModule build failed:

// https://github.com/ant-design/ant-motion/issues/44
.bezierEasingMixin();^
Inline JavaScript is not enabled. Is it set in your options?
      in /.../node_modules/antd/es/style/color/bezierEasing.less (line 110, column 0)
```

Solution found here:
https://github.com/ant-design/ant-design/issues/7927#issuecomment-400368810
2018-09-04 17:07:15 +02:00
HeskeyBaozi
ff44129e6e remove less vars @icon-url 2018-09-03 11:28:52 +08:00
Arnaud Benhamdine
c2e2f028e6 Fix typo, improve wording 2018-09-02 15:08:54 +08:00
Arnaud Benhamdine
8633bb4f60 Remove trailing comma in code example 2018-09-02 15:08:54 +08:00
Arnaud Benhamdine
a8dce2c6cc Improve wording 2018-09-02 15:08:54 +08:00
Arnaud Benhamdine
4e642e6830 Move comment out of code 2018-09-02 15:08:54 +08:00
Arnaud Benhamdine
43d623ca56 Add postcss solution, improve wording 2018-09-02 15:08:54 +08:00
Arnaud Benhamdine
10c866d10c Explain how to prevent global styles pollution
Add explantion in docs (customize theme) to how to prevent global styles pollution by configuring webpabk.
Based on https://github.com/ant-design/ant-design/issues/4331#issuecomment-391066131
2018-09-02 15:08:54 +08:00
afc163
590af0cdf2 fix link 404 2018-08-27 23:26:48 +08:00
Jean-Luc Sorak
47b11cfa1f Update customize-theme.en-US.md (#11911) 2018-08-27 23:25:36 +08:00
afc163
eecc5b0f9c tweak doc bugs 2018-08-21 15:44:05 +08:00
afc163
c2f7257c3f fix typo 2018-08-21 15:26:00 +08:00
afc163
6bb8d26a3b fix typo 2018-08-21 15:23:41 +08:00
afc163
53dd82e4e3 docs: add major less variables instruction 2018-08-21 14:04:18 +08:00
afc163
6fd5e95cec docs: renew <Customize Theme> documentation 2018-08-21 00:32:11 +08:00
afc163
5f5417c169 doc: tweak use-with-create-react-app doc 2018-08-18 23:42:15 +08:00
afc163
f78a78e03b docs: instruction about antd/es/button 2018-08-05 13:35:54 +08:00
Gao Jiangmiao
690804d310 Revert yarn command in use-in-typescript.md 2018-07-11 19:15:32 +08:00
Gao Jiangmiao
46add091ca Fix typo in in use-in-typescript.md 2018-07-11 19:15:32 +08:00
英布
e47b82d22a Update dva related links for English docs
Update dva related links for English docs
2018-07-10 23:12:58 +08:00
英布
9f1c8bc184 dva 相关外链更新到 dva 官网
理解 dva 的 [8 个概念]、查看 [dva 知识地图] 的链接都404了,顺便更新到 dva 官网去
2018-07-10 23:12:58 +08:00
Andre Perunicic
31c07d8372 Update customize-theme.zh-CN.md with link to antd-scss-theme-plugin article
This article describes how to install the use the `antd-scss-theme-plugin` for Webpack, and how doing so allows you to: 1) customize Ant Design's variables from an SCSS theme file, 2) use compiled Ant Design variables in other SCSS theme files in your project, and 3) enable hot-reloading of Ant Design styles.
2018-07-04 10:38:14 +08:00
Andre Perunicic
5980cf957a Update customize-theme.en-US.md with link to antd-scss-theme-plugin article
This article describes how to install the use the `antd-scss-theme-plugin` for Webpack, and how doing so allows you to: 1) customize Ant Design's variables from an SCSS theme file, 2) use compiled Ant Design variables in other SCSS theme files in your project, and 3) enable hot-reloading of Ant Design styles.
2018-07-04 10:38:14 +08:00
偏右
ee1f450e04
Update use-with-create-react-app.en-US.md 2018-07-02 17:56:16 +08:00
agent-z
8c156afb39 Update use-with-create-react-app.zh-CN.md 2018-07-02 17:55:37 +08:00
Alberto Gimeno
4b5d54671a Update App.tsx example to fix tslint errors
There were a few tslint errors and also the extension of the file name was `.js` instead of `.tsx`
2018-06-19 10:03:39 +08:00
Wei Zhu
7149d1fdff Add offline support (#10738)
* site: add offline support

* test update

* Revert "test update"

This reverts commit e1cb2fba80.

* use reduce
2018-06-02 12:46:09 +08:00
Shun
6057821f39 Change order of loader option in docs (#10627) 2018-05-22 23:08:44 +08:00
afc163
6458280cb3 site: add alt to images 2018-05-21 23:42:57 +08:00
jiang
1b8030ec59
Update customize-theme.zh-CN.md 2018-05-10 19:56:38 +08:00
jiang
2747aa341d
Update customize-theme.en-US.md 2018-05-10 19:56:18 +08:00
Zohaib Ijaz
bd81877cf8 #10007: Dynamic/Runtime Theme (#10384)
- Added links  to related articles
2018-05-07 16:12:28 +08:00
Michael Wang
05e702a2b4 Remove useless characters in doc (#10340) 2018-05-03 11:52:50 +08:00
Wei Zhu
410fb50f44 site: use qingting 2018-04-19 18:05:27 +08:00
Wei Zhu
a9f4a6cc85 site: use https 2018-04-19 17:50:36 +08:00
Open Next
ad721111a4 fix bug in getting-started - date is null when clear the DatePick (#10111) 2018-04-17 16:49:11 +08:00
Wei Zhu
c4480145b4 docs: Add link of "Theming Ant Design with Sass and Webpack>"
Close #9815
2018-03-26 21:36:02 +08:00