-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
chore: add qq group 5 #5530
chore: add qq group 5 #5530
Conversation
|
WalkthroughThis pull request updates the community documentation by adding a new QQ group link. A fifth QQ group with its corresponding group number has been inserted into the existing list in the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
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 (
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/src/commercial/community.md
(1 hunks)
🔇 Additional comments (1)
docs/src/commercial/community.md (1)
6-6
:❓ Verification inconclusive
Verify the new QQ group link.
Please ensure that the new QQ group link (https://qm.qq.com/q/ya9XrtbS6s) is valid and accessible.
🏁 Script executed:
#!/bin/bash # Description: Check if the QQ group link is accessible # Test the new QQ group link curl -I https://qm.qq.com/q/ya9XrtbS6sLength of output: 531
Action Required: Verify QQ Group Link Accessibility
The new QQ group link (https://qm.qq.com/q/ya9XrtbS6s) returned an HTTP 405 (Method Not Allowed) when checked with a HEAD request. This response typically occurs when the endpoint does not support the HEAD method, even though it might still be accessible via a GET request. Please verify the accessibility of this link by using a GET request (or manually in a browser) to ensure that users can reach the intended group.
- Note: A 405 error in this context does not necessarily indicate that the link is invalid, but it does suggest that the verification method (using HEAD) may not be appropriate.
Description
Type of change
Please delete options that are not relevant.
pnpm-lock.yaml
unless you introduce a new test example.Checklist
pnpm run docs:dev
command.pnpm test
.feat:
,fix:
,perf:
,docs:
, orchore:
.Summary by CodeRabbit