Skip to content
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

docs(slack) troubleshoot docs #11014

Merged
merged 4 commits into from
Jul 30, 2024
Merged

docs(slack) troubleshoot docs #11014

merged 4 commits into from
Jul 30, 2024

Conversation

jayacryl
Copy link
Collaborator

@jayacryl jayacryl commented Jul 26, 2024

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

Summary by CodeRabbit

  • New Features

    • Added a troubleshooting guide for Slack integration with the DataHub, enhancing user support.
    • Introduced a new documentation link in the sidebar for easy access to the Slack troubleshooting guide.
  • Documentation

    • Released a comprehensive guide covering common Slack integration issues and actionable solutions, including steps for testing and reconnecting Slack.

Copy link
Contributor

coderabbitai bot commented Jul 26, 2024

Walkthrough

The recent changes enhance the DataHub documentation by introducing a dedicated troubleshooting guide for Slack integration. This update includes a new sidebar entry for quick access and a detailed markdown file that addresses common issues, providing step-by-step solutions to improve user support and the overall experience.

Changes

File(s) Change Summary
docs-website/sidebars.js Added a new sidebar entry for troubleshooting Slack integration with type "doc" and className "saasOnly".
docs/managed-datahub/slack/saas-slack-troubleshoot.md Introduced a comprehensive troubleshooting guide for Slack integration issues, outlining solutions and steps to resolve common problems.

Poem

🐇 In the garden of docs, a guide now blooms,
For Slack troubles, it chases the glooms.
With steps and tokens, it leads the way,
To troubleshoot issues, come night or day!
So hop right on in, don’t delay,
DataHub's here, come join the play! 🌼


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added docs Issues and Improvements to docs community-contribution PR or Issue raised by member(s) of DataHub Community labels Jul 26, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between bc75f7a and 86d76fa.

Files selected for processing (2)
  • docs-website/sidebars.js (1 hunks)
  • docs/managed-datahub/slack/saas-slack-troubleshoot.md (1 hunks)
Additional context used
LanguageTool
docs/managed-datahub/slack/saas-slack-troubleshoot.md

[grammar] ~8-~8: The verb ‘recommend’ is used with the gerund form.
Context: ...ation is working First and foremost, we recommend to use the 'Send a test notification' feature ...

(ADMIT_ENJOY_VB)


[grammar] ~14-~14: Did you mean “There are several reasons”?
Context: ...iled with 'Re-Connect DataHub to Slack' There's several reasons why sending a test notification would f...

(THERE_S_MANY)


[grammar] ~61-~61: Consider using the plural verb form for the plural noun “reasons”.
Context: ... works, but not receiving notifications There's a few reasons why you may not receive n...

(THERE_IS_A_LOT_OF)

Markdownlint
docs/managed-datahub/slack/saas-slack-troubleshoot.md

64-64: Punctuation: '.'
Trailing punctuation in heading

(MD026, no-trailing-punctuation)


11-11: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


26-26: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


39-39: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


44-44: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


49-49: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


53-53: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


57-57: null
Images should have alternate text (alt text)

(MD045, no-alt-text)

Additional comments not posted (3)
docs/managed-datahub/slack/saas-slack-troubleshoot.md (2)

30-59: LGTM!

The instructions for installing a new app are clear and well-structured.

Tools
Markdownlint

39-39: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


44-44: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


49-49: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


53-53: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


57-57: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


67-69: LGTM!

The concluding section is clear and provides appropriate guidance.

docs-website/sidebars.js (1)

252-256: LGTM!

The new entry for the Slack troubleshooting documentation enhances the sidebar navigation.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 86d76fa and 3696bd5.

Files selected for processing (1)
  • docs/managed-datahub/slack/saas-slack-troubleshoot.md (1 hunks)
Additional context used
Markdownlint
docs/managed-datahub/slack/saas-slack-troubleshoot.md

11-11: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


26-26: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


39-39: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


44-44: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


49-49: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


53-53: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


57-57: null
Images should have alternate text (alt text)

(MD045, no-alt-text)

Additional comments not posted (11)
docs/managed-datahub/slack/saas-slack-troubleshoot.md (11)

11-11: Add alt text to images.

Images should have alternate text for better accessibility.

- <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/setup_7.png"/>
+ <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/setup_7.png" alt="Slack setup step 7"/>
Tools
Markdownlint

11-11: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


26-26: Add alt text to images.

Images should have alternate text for better accessibility.

- <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_1.png"/>
+ <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_1.png" alt="Slack re-connect step 1"/>
Tools
Markdownlint

26-26: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


39-39: Add alt text to images.

Images should have alternate text for better accessibility.

- <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_1_1.png"/>
+ <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_1_1.png" alt="Slack re-connect step 1.1"/>
Tools
Markdownlint

39-39: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


44-44: Add alt text to images.

Images should have alternate text for better accessibility.

- <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_2.png"/>
+ <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_2.png" alt="Slack re-connect step 2"/>
Tools
Markdownlint

44-44: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


49-49: Add alt text to images.

Images should have alternate text for better accessibility.

- <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_3.png"/>
+ <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_3.png" alt="Slack re-connect step 3"/>
Tools
Markdownlint

49-49: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


53-53: Add alt text to images.

Images should have alternate text for better accessibility.

- <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_4.png"/>
+ <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_4.png" alt="Slack re-connect step 4"/>
Tools
Markdownlint

53-53: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


57-57: Add alt text to images.

Images should have alternate text for better accessibility.

- <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_5.png"/>
+ <img width="70%"  src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/re_connect_5.png" alt="Slack re-connect step 5"/>
Tools
Markdownlint

57-57: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


64-64: Fix punctuation in heading.

Remove the trailing punctuation in the heading.

- ### 1. Actors do not receive notifications for their actions.
+ ### 1 Actors do not receive notifications for their actions

8-8: Fix grammatical error.

The verb 'recommend' should be followed by the gerund form.

- we recommend to use the 'Send a test notification' feature
+ we recommend using the 'Send a test notification' feature

14-14: Fix grammatical error.

The correct phrase is "There are several reasons."

- There's several reasons why sending a test notification would fail.
+ There are several reasons why sending a test notification would fail.

61-61: Fix grammatical error.

The correct phrase is "There are a few reasons."

- There's a few reasons why you may not receive notifications
+ There are a few reasons why you may not receive notifications

Copy link
Collaborator

@yoonhyejin yoonhyejin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left some nitpick comments but not a hard blocker

docs/managed-datahub/slack/saas-slack-troubleshoot.md Outdated Show resolved Hide resolved
docs/managed-datahub/slack/saas-slack-troubleshoot.md Outdated Show resolved Hide resolved
docs-website/sidebars.js Show resolved Hide resolved
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 3696bd5 and 0918a83.

Files selected for processing (2)
  • docs-website/sidebars.js (1 hunks)
  • docs/managed-datahub/slack/saas-slack-troubleshoot.md (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • docs-website/sidebars.js
Additional context used
Markdownlint
docs/managed-datahub/slack/saas-slack-troubleshoot.md

11-11: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


26-26: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


39-39: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


44-44: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


49-49: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


53-53: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


57-57: null
Images should have alternate text (alt text)

(MD045, no-alt-text)

Additional comments not posted (7)
docs/managed-datahub/slack/saas-slack-troubleshoot.md (7)

7-8: Fix grammatical error.

The verb 'recommend' should be followed by the gerund form.

- we recommend to use the 'Send a test notification' feature
+ we recommend using the 'Send a test notification' feature

14-15: Fix grammatical error.

The correct phrase is "There are several reasons."

- There's several reasons why sending a test notification would fail.
+ There are several reasons why sending a test notification would fail.

18-29: LGTM!

The steps to refresh the existing app installation are clear and well-documented.

Tools
Markdownlint

26-26: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


30-58: LGTM!

The steps to install a new app are clear and well-documented.

Tools
Markdownlint

39-39: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


44-44: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


49-49: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


53-53: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


57-57: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


61-62: Fix grammatical error.

The correct phrase is "There are a few reasons."

- There's a few reasons why you may not receive notifications
+ There are a few reasons why you may not receive notifications

64-64: Fix punctuation in heading.

Remove the trailing punctuation in the heading.

- ### 1. Actors do not receive notifications for their actions.
+ ### 1 Actors do not receive notifications for their actions

67-68: LGTM!

The information about contacting support is clear and well-documented.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 0918a83 and 4f5c8a5.

Files selected for processing (1)
  • docs/managed-datahub/slack/saas-slack-troubleshoot.md (1 hunks)
Additional context used
Markdownlint
docs/managed-datahub/slack/saas-slack-troubleshoot.md

13-13: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


28-28: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


41-41: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


46-46: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


51-51: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


55-55: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


59-59: null
Images should have alternate text (alt text)

(MD045, no-alt-text)

Additional comments not posted (5)
docs/managed-datahub/slack/saas-slack-troubleshoot.md (5)

1-2: LGTM!

The import statement and the blank line for readability are correct.


3-8: LGTM!

The title, introduction, and link to the setup guide are clear and correctly formatted.


16-19: LGTM!

The section on test notification failures is clear and informative.


63-64: LGTM!

The section on not receiving notifications is clear and informative.


66-70: LGTM!

The section on specific reasons for not receiving notifications and suggesting contacting customer support is clear and informative.

@jayacryl jayacryl merged commit 7faaf1b into master Jul 30, 2024
33 checks passed
@jayacryl jayacryl deleted the jp--troubleshoot-docs branch July 30, 2024 16:20
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community docs Issues and Improvements to docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants