-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Minor Fix: Docs #3328
Minor Fix: Docs #3328
Conversation
WalkthroughThe changes adjust the formatting of code snippets in the installation documentation for the Talawa API. Indentation and spacing have been refined for commands and expected JSON output, specifically for Docker devcontainer commands. The modifications are purely presentational; the commands’ functionality and declared public entities remain unchanged. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
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
Documentation and Community
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
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: 4
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
docs/docs/docs/getting-started/installation.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/docs/docs/getting-started/installation.md
294-294: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
300-300: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
306-306: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
312-312: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Run tests for talawa api
- GitHub Check: Analyse Code With CodeQL (typescript)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop-postgres #3328 +/- ##
====================================================
+ Coverage 48.80% 49.45% +0.65%
====================================================
Files 458 462 +4
Lines 34494 34776 +282
Branches 985 1038 +53
====================================================
+ Hits 16834 17199 +365
+ Misses 17660 17577 -83 ☔ View full report in Codecov by Sentry. |
@palisadoes PR is ready for review. |
@varshith257 @disha1202 Can you review this PR? |
4f56a53
into
PalisadoesFoundation:develop-postgres
Overview
This is a quick fix which seems cosmetic but is logical error that if not fixed might be misleading. I added these steps in my last PR but due to unnoticed indentation sequence wasn't properly numbered.
Related PR: #3317
Related Issue: #3214
Current behavior
Updated behavior
Summary by CodeRabbit