chore: replace older slack urls with updated invite linnk#869
Open
amaan-bhati wants to merge 5 commits into
Open
chore: replace older slack urls with updated invite linnk#869amaan-bhati wants to merge 5 commits into
amaan-bhati wants to merge 5 commits into
Conversation
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Keploy docs site’s Slack invite URLs to a new, non-expired shared invite link across versioned documentation and the website UI so “Join Slack” entrypoints continue to work.
Changes:
- Replaced the outdated Slack shared invite URL in versioned docs (v2/v3/v4) support + troubleshooting pages.
- Updated Slack links used by the docs website UI (navbar/footer, community components, inline doc footer).
- Updated repository-facing references (README + CODE_OF_CONDUCT) to the new Slack invite URL.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-4.0.0/keploy-explained/dev-guide.md | Updates Slack invite link in the dev guide. |
| versioned_docs/version-4.0.0/keploy-explained/common-errors.md | Updates Slack invite link in common errors doc. |
| versioned_docs/version-4.0.0/concepts/support.md | Updates Slack badge link on the “Contact Us” page. |
| versioned_docs/version-3.0.0/keploy-explained/dev-guide.md | Updates Slack invite link in the dev guide (v3). |
| versioned_docs/version-3.0.0/keploy-explained/common-errors.md | Updates Slack invite link in common errors doc (v3). |
| versioned_docs/version-3.0.0/concepts/support.md | Updates Slack badge link on the “Contact Us” page (v3). |
| versioned_docs/version-2.0.0/concepts/support.md | Updates Slack badge link on the “Contact Us” page (v2). |
| src/theme/DocItem/index.js | Updates inline doc footer Slack icon link. |
| src/components/KeployCloud.js | Updates “Join Slack” CTA link. |
| src/components/Community.js | Updates Slack community card link. |
| README.md | Updates Slack badge/community links in the repo README. |
| docusaurus.config.js | Updates navbar/footer Slack link destinations. |
| CODE_OF_CONDUCT.md | Updates Slack contact links for reporting and contact info. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… in Slack link updates Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
…d broken links Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What has changed?
Slack invite urls, earlier urls got expired, replaced it with the new invite link
Please include a summary of the change.
Nothing much, this is more like a temporary change, just included the new invite link for slack chanel. This is a brute force solution, this link would still get expired after a while when used again and again. The better solution, in future would be having a common place to update the url, instead of updating the url all over, we would only update it once and it would work everywhere.
This PR Resolves #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.
Checklist: