-
-
Notifications
You must be signed in to change notification settings - Fork 719
docs: fix chinamirror link #368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 Walkthrough变更概述演练此次变更修改了 变更
可能相关的 PR
建议的审阅者
诗歌
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1).dumi/theme/slots/Footer/index.tsx (1)
请确认新的链接 'https://ant-design-x.antgroup.com' 是否能正常访问。 ✅ Verification successful新的中国镜像链接已确认可访问 通过HTTP状态码200和响应头信息可以确认,新的链接 'https://ant-design-x.antgroup.com' 能够正常访问,且服务器配置正确。 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the accessibility of the new China mirror URL
# Test: Check if the URL is accessible
curl -I https://ant-design-x.antgroup.com
Length of output: 1655 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
WalkthroughThis pull request updates the URL for the China mirror link in the footer component of the documentation site. The change ensures that the link points to the correct subdomain, enhancing navigation accuracy for users accessing the site from China. Changes
|
@@ -171,7 +171,7 @@ const Footer: React.FC = () => { | |||
}, | |||
{ | |||
title: <FormattedMessage id="app.footer.chinamirror" />, | |||
url: 'https://ant-design.antgroup.com', | |||
url: 'https://ant-design-x.antgroup.com', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that the new URL https://ant-design-x.antgroup.com
is correct and accessible. If this is a temporary or testing link, consider adding a comment to clarify its purpose.
Bundle ReportBundle size has no change ✅ |
Deploying ant-design-x with
|
Latest commit: |
ebf3833
|
Status: | ✅ Deploy successful! |
Preview URL: | https://1b0c8001.ant-design-x.pages.dev |
Branch Preview URL: | https://docs-fix-chinamirror.ant-design-x.pages.dev |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #368 +/- ##
=======================================
Coverage 91.36% 91.36%
=======================================
Files 66 66
Lines 1448 1448
Branches 382 382
=======================================
Hits 1323 1323
Misses 125 125 ☔ View full report in Codecov by Sentry. |
Summary by CodeRabbit