mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
docs: update links
This commit is contained in:
parent
b687ba61ec
commit
3d31e333d4
@ -56,7 +56,7 @@ const LinksList = () => (
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://vue.ant.design" target="_blank">Ant Design of Vue</a>
|
||||
<a href="http://antdv.com" target="_blank">Ant Design of Vue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ant-design-blazor.github.io/" target="_blank">
|
||||
|
@ -56,7 +56,7 @@ const LinksList = () => (
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://vue.ant.design" target="_blank">Ant Design of Vue</a>
|
||||
<a href="http://antdv.com" target="_blank">Ant Design of Vue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ant-design-blazor.github.io/" target="_blank">
|
||||
|
@ -12,6 +12,7 @@ module.exports = {
|
||||
'app.header.menu.more': 'More',
|
||||
'app.header.menu.mobile': 'Mobile',
|
||||
'app.header.menu.pro.v4': 'Ant Design Pro',
|
||||
'app.header.menu.pro.components': 'Ant Design Pro Components',
|
||||
'app.header.menu.charts': 'Ant Design Charts',
|
||||
'app.header.menu.ecosystem': 'Ecosystem',
|
||||
'app.header.lang': '中文',
|
||||
@ -76,13 +77,12 @@ module.exports = {
|
||||
'app.footer.dev-tools': 'Developer Tools',
|
||||
'app.footer.umi': 'React Application Framework',
|
||||
'app.footer.dumi': 'Component doc generator',
|
||||
'app.footer.remax': 'Mini Program Framework',
|
||||
'app.footer.qiankun': 'Micro-Frontends Framework',
|
||||
'app.footer.hooks': 'React Hooks Library',
|
||||
'app.footer.resources': 'Resources',
|
||||
'app.footer.data-vis': 'Data Visualization',
|
||||
'app.footer.eggjs': 'Enterprise Node Framework',
|
||||
'app.footer.motion': 'Motion Solution',
|
||||
'app.footer.design-resources': 'Design Resources',
|
||||
'app.footer.antd-library': 'Axure library',
|
||||
'app.footer.antux': 'Sitemap Template',
|
||||
'app.footer.community': 'Community',
|
||||
|
@ -264,7 +264,7 @@ const DesignPage = (props: { location: any }) => {
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://vue.ant.design/" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://antdv.com/" target="_blank" rel="noopener noreferrer">
|
||||
Ant Design of Vue
|
||||
</a>
|
||||
<span style={smallStyle}>
|
||||
|
@ -72,37 +72,26 @@ class Footer extends React.Component<WrappedComponentProps & { location: any }>
|
||||
const col1 = {
|
||||
title: <FormattedMessage id="app.footer.resources" />,
|
||||
items: [
|
||||
{
|
||||
title: 'Ant Design Pro',
|
||||
url: 'https://pro.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'Ant Design Charts',
|
||||
url: 'https://charts.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'Ant Design Pro',
|
||||
url: 'https://pro.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'Ant Design Pro Components',
|
||||
url: 'https://procomponents.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'Ant Design Mobile',
|
||||
url: 'https://mobile.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'NG-ZORRO',
|
||||
description: 'Ant Design of Angular',
|
||||
url: 'https://ng.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'NG-ZORRO-MOBILE',
|
||||
url: 'https://ng.mobile.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'Ant Design Vue',
|
||||
url: 'https://vue.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'Ant Design Landing',
|
||||
description: <FormattedMessage id="app.footer.landing" />,
|
||||
@ -128,9 +117,9 @@ class Footer extends React.Component<WrappedComponentProps & { location: any }>
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: 'Remax',
|
||||
description: <FormattedMessage id="app.footer.remax" />,
|
||||
url: 'https://remaxjs.org/',
|
||||
title: 'qiankun',
|
||||
description: <FormattedMessage id="app.footer.qiankun" />,
|
||||
url: 'https://qiankun.umijs.org',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
@ -145,14 +134,6 @@ class Footer extends React.Component<WrappedComponentProps & { location: any }>
|
||||
url: 'https://motion.ant.design',
|
||||
openExternal: true,
|
||||
},
|
||||
{
|
||||
title: <FormattedMessage id="app.footer.design-resources" />,
|
||||
url: getLinkHash('/docs/resources', {
|
||||
zhCN: '设计资源',
|
||||
enUS: 'Design-Resources',
|
||||
}),
|
||||
LinkComponent: Link,
|
||||
},
|
||||
{
|
||||
title: <FormattedMessage id="app.footer.chinamirror" />,
|
||||
url: 'https://ant-design.gitee.io/',
|
||||
|
@ -28,6 +28,16 @@ export function getEcosystemGroup({ isZhCN }: SharedProps): React.ReactNode {
|
||||
<FormattedMessage id="app.header.menu.pro.v4" />
|
||||
</a>
|
||||
</Menu.Item>,
|
||||
<Menu.Item key="procomponents">
|
||||
<a
|
||||
href="http://procomponents.ant.design"
|
||||
className="header-link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<FormattedMessage id="app.header.menu.pro.components" />
|
||||
</a>
|
||||
</Menu.Item>,
|
||||
<Menu.Item key="ng">
|
||||
<a
|
||||
href="http://ng.ant.design"
|
||||
@ -43,7 +53,7 @@ export function getEcosystemGroup({ isZhCN }: SharedProps): React.ReactNode {
|
||||
</Menu.Item>,
|
||||
<Menu.Item key="vue">
|
||||
<a
|
||||
href="http://vue.ant.design"
|
||||
href="http://antdv.com"
|
||||
className="header-link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
|
@ -12,6 +12,7 @@ module.exports = {
|
||||
'app.header.menu.more': '更多',
|
||||
'app.header.menu.mobile': '移动版',
|
||||
'app.header.menu.pro.v4': 'Ant Design Pro',
|
||||
'app.header.menu.pro.components': 'Ant Design Pro Components',
|
||||
'app.header.menu.charts': 'Ant Design Charts',
|
||||
'app.header.menu.ecosystem': '生态',
|
||||
'app.header.lang': 'English',
|
||||
@ -75,14 +76,13 @@ module.exports = {
|
||||
'app.footer.dev-tools': '开发工具',
|
||||
'app.footer.umi': 'React 应用开发框架',
|
||||
'app.footer.dumi': '组件/文档研发工具',
|
||||
'app.footer.remax': '全新的小程序开发体验',
|
||||
'app.footer.qiankun': '微前端框架',
|
||||
'app.footer.hooks': 'React Hooks 库',
|
||||
'app.footer.resources': '相关资源',
|
||||
'app.footer.data-vis': '数据可视化',
|
||||
'app.footer.eggjs': '企业级 Node 开发框架',
|
||||
'app.footer.motion': '设计动效',
|
||||
'app.footer.antd-library': 'Axure 部件库',
|
||||
'app.footer.design-resources': '设计资源下载',
|
||||
'app.footer.antux': '页面逻辑素材',
|
||||
'app.footer.community': '社区',
|
||||
'app.footer.help': '帮助',
|
||||
|
Loading…
Reference in New Issue
Block a user