mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: add legacy version link of 4.x (#38638)
This commit is contained in:
parent
9dcc4aab2c
commit
c92ef74ea4
@ -43,13 +43,13 @@ export default {
|
||||
'Template Document': 3,
|
||||
},
|
||||
docVersions: {
|
||||
'4.x': 'https://ant.design',
|
||||
'3.x': 'http://3x.ant.design',
|
||||
'2.x': 'http://2x.ant.design',
|
||||
'1.x': 'http://1x.ant.design',
|
||||
'0.12.x': 'http://012x.ant.design',
|
||||
'0.11.x': 'http://011x.ant.design',
|
||||
'0.10.x': 'http://010x.ant.design',
|
||||
'0.9.x': 'http://09x.ant.design',
|
||||
'4.x': 'https://4x.ant.design',
|
||||
'3.x': 'https://3x.ant.design',
|
||||
'2.x': 'https://2x.ant.design',
|
||||
'1.x': 'https://1x.ant.design',
|
||||
'0.12.x': 'https://012x.ant.design',
|
||||
'0.11.x': 'https://011x.ant.design',
|
||||
'0.10.x': 'https://010x.ant.design',
|
||||
'0.9.x': 'https://09x.ant.design',
|
||||
},
|
||||
};
|
||||
|
16
.github/workflows/issue-open-check.yml
vendored
16
.github/workflows/issue-open-check.yml
vendored
@ -59,15 +59,15 @@ jobs:
|
||||
* Ant Motion: https://motion.ant.design
|
||||
|
||||
## 国内镜像
|
||||
* 官方镜像: https://ant-design.antgroup.com/
|
||||
* 官方镜像: https://ant-design.antgroup.com
|
||||
* Gitee 镜像: http://ant-design.gitee.io
|
||||
* Ant Design 3.x: http://ant-design-3x.gitee.io
|
||||
* Ant Design 2.x: http://ant-design-2x.gitee.io
|
||||
* Ant Design 1.x: http://ant-design-1x.gitee.io
|
||||
* Ant Design Pro: http://ant-design-pro.gitee.io
|
||||
* Ant Design Mobile: http://antd-mobile.gitee.io
|
||||
* Ant Motion: http://ant-motion.gitee.io
|
||||
* Ant Design Pro Preview : https://prosite.z23.web.core.windows.net
|
||||
* Ant Design 4.x: https://4x-ant-design.antgroup.com
|
||||
* Ant Design 3.x: https://ant-design-3x.gitee.io
|
||||
* Ant Design 2.x: https://ant-design-2x.gitee.io
|
||||
* Ant Design 1.x: https://ant-design-1x.gitee.io
|
||||
* Ant Design Pro: https://ant-design-pro.gitee.io
|
||||
* Ant Design Mobile: https://antd-mobile.gitee.io
|
||||
* Ant Motion: https://ant-motion.gitee.io
|
||||
|
||||
- name: check ie
|
||||
if: contains(github.event.issue.body, 'ant-design-issue-helper') == true && contains(github.event.issue.title, 'IE9') == true || contains(github.event.issue.title, 'IE 9') == true || contains(github.event.issue.title, 'IE10') == true || contains(github.event.issue.title, 'IE 10') == true || contains(github.event.issue.title, 'IE11') == true || contains(github.event.issue.title, 'IE 11') == true || contains(github.event.issue.title, 'Internet Explorer') == true || contains(github.event.issue.body, 'IE9') == true || contains(github.event.issue.body, 'IE 9') == true || contains(github.event.issue.body, 'IE10') == true || contains(github.event.issue.body, 'IE 10') == true || contains(github.event.issue.body, 'IE11') == true || contains(github.event.issue.body, 'IE 11') == true || contains(github.event.issue.body, 'Internet Explorer') == true
|
||||
|
@ -103,6 +103,7 @@ antd 内部会对 props 进行浅比较实现性能优化。当状态变更,
|
||||
|
||||
历史版本:
|
||||
|
||||
- 4.x: https://4x-ant-design.antgroup.com
|
||||
- 3.x: https://ant-design-3x.gitee.io/
|
||||
- 2.x: https://ant-design-2x.gitee.io/
|
||||
- 1.x: https://ant-design-1x.gitee.io/
|
||||
|
Loading…
Reference in New Issue
Block a user