mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +08:00
docs: remove course link
This commit is contained in:
parent
2e3937ecbf
commit
dbfc3ccb5c
@ -234,12 +234,6 @@ class Footer extends React.Component<WrappedComponentProps & { location: any }>
|
|||||||
url: 'https://github.com/ant-design/ant-design/issues',
|
url: 'https://github.com/ant-design/ant-design/issues',
|
||||||
openExternal: true,
|
openExternal: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: <BookOutlined />,
|
|
||||||
title: <FormattedMessage id="app.footer.course" />,
|
|
||||||
url: 'https://www.yuque.com/ant-design/course',
|
|
||||||
openExternal: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: <QuestionCircleOutlined />,
|
icon: <QuestionCircleOutlined />,
|
||||||
title: <FormattedMessage id="app.footer.discussions" />,
|
title: <FormattedMessage id="app.footer.discussions" />,
|
||||||
|
@ -29,15 +29,15 @@ export function getEcosystemGroup({ isZhCN }: SharedProps): React.ReactNode {
|
|||||||
</a>
|
</a>
|
||||||
</Menu.Item>,
|
</Menu.Item>,
|
||||||
<Menu.Item key="procomponents">
|
<Menu.Item key="procomponents">
|
||||||
<a
|
<a
|
||||||
href="http://procomponents.ant.design"
|
href="http://procomponents.ant.design"
|
||||||
className="header-link"
|
className="header-link"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<FormattedMessage id="app.header.menu.pro.components" />
|
<FormattedMessage id="app.header.menu.pro.components" />
|
||||||
</a>
|
</a>
|
||||||
</Menu.Item>,
|
</Menu.Item>,
|
||||||
<Menu.Item key="ng">
|
<Menu.Item key="ng">
|
||||||
<a
|
<a
|
||||||
href="http://ng.ant.design"
|
href="http://ng.ant.design"
|
||||||
@ -52,30 +52,13 @@ export function getEcosystemGroup({ isZhCN }: SharedProps): React.ReactNode {
|
|||||||
</a>
|
</a>
|
||||||
</Menu.Item>,
|
</Menu.Item>,
|
||||||
<Menu.Item key="vue">
|
<Menu.Item key="vue">
|
||||||
<a
|
<a href="http://antdv.com" className="header-link" target="_blank" rel="noopener noreferrer">
|
||||||
href="http://antdv.com"
|
|
||||||
className="header-link"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Ant Design of Vue
|
Ant Design of Vue
|
||||||
<span style={smallStyle}>
|
<span style={smallStyle}>
|
||||||
(<FormattedMessage id="app.implementation.community" />)
|
(<FormattedMessage id="app.implementation.community" />)
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</Menu.Item>,
|
</Menu.Item>,
|
||||||
isZhCN ? (
|
|
||||||
<Menu.Item key="course" className="hide-in-home-page">
|
|
||||||
<a
|
|
||||||
href="https://www.yuque.com/ant-design/course"
|
|
||||||
className="header-link"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Ant Design 实战教程
|
|
||||||
</a>
|
|
||||||
</Menu.Item>
|
|
||||||
) : null,
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,7 +65,6 @@ module.exports = {
|
|||||||
'app.home.view-more': '查看全部',
|
'app.home.view-more': '查看全部',
|
||||||
'app.footer.repo': 'GitHub 仓库',
|
'app.footer.repo': 'GitHub 仓库',
|
||||||
'app.footer.awesome': 'Awesome Ant Design',
|
'app.footer.awesome': 'Awesome Ant Design',
|
||||||
'app.footer.course': 'Ant Design 实战教程',
|
|
||||||
'app.footer.chinamirror': '国内镜像站点 🇨🇳',
|
'app.footer.chinamirror': '国内镜像站点 🇨🇳',
|
||||||
'app.footer.primary-color-changing': '正在修改主题色...',
|
'app.footer.primary-color-changing': '正在修改主题色...',
|
||||||
'app.footer.primary-color-changed': '修改主题色成功!',
|
'app.footer.primary-color-changed': '修改主题色成功!',
|
||||||
|
Loading…
Reference in New Issue
Block a user