Skip to content

docs: clean up descriptions and desc urls#2153

Merged
jdegand merged 2 commits into
PatrickJS:gh-pagesfrom
jdegand:various-51
Apr 29, 2026
Merged

docs: clean up descriptions and desc urls#2153
jdegand merged 2 commits into
PatrickJS:gh-pagesfrom
jdegand:various-51

Conversation

@jdegand
Copy link
Copy Markdown
Collaborator

@jdegand jdegand commented Apr 29, 2026

Summary by CodeRabbit

  • Documentation
    • Refined README documentation with improved clarity, consistency, and formatting
    • Removed outdated tool references from documentation
    • Updated documentation links for accuracy
    • Normalized descriptions and wording across tool listings

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4863c370-554c-40c5-b29c-4418d4cd6481

📥 Commits

Reviewing files that changed from the base of the PR and between 1d05d76 and 0e1d7f1.

📒 Files selected for processing (1)
  • README.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

📝 Walkthrough

Walkthrough

This pull request updates README.md with multiple editorial changes: shortened and rephrased list-item descriptions, capitalization and link normalization, replacement of "Vertex AI" with "AI", and removal of two entries ("manifest" and "Agilicus").

Changes

Cohort / File(s) Summary
README.md Documentation Updates
README.md
Edited numerous list-item descriptions for brevity, capitalization, and punctuation; removed two entries (manifest, Agilicus); replaced "Vertex AI" → "AI"; updated at least one documentation link (e.g., ngx-recharts) and normalized branding/phrasings across listings.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

🐰 I hopped through lines of docs tonight,
Snipped extra words till everything's light,
Caps aligned, the links refreshed with care,
Two stale burrows cleared from the lair.
A tidy README — carrot cake to share! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changes: cleaning up README descriptions and updating description URLs, which matches the edits to README entries and link updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
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: 1

🧹 Nitpick comments (2)
README.md (2)

400-400: Minor punctuation/style polish for “Angular Enterprise Architecture”.

Line 400 ends with a trailing period after the backticked name: `Tomas Trajan`.. For consistency with surrounding entries, consider removing the final period.

🛠️ Proposed fix
-* [Angular Enterprise Architecture](https://angularexperts.io/products/ebook-angular-enterprise-architecture) - `Tomas Trajan`.
+* [Angular Enterprise Architecture](https://angularexperts.io/products/ebook-angular-enterprise-architecture) - `Tomas Trajan`
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 400, Remove the trailing period after the backticked
author name `Tomas Trajan` so the entry ends with `Tomas Trajan` (no final
period) to match surrounding list item punctuation/style; update the line that
currently reads with `` `Tomas Trajan`. `` to instead read `` `Tomas Trajan` ``.

1-2291: Docs-only PR: please run a quick Markdown sanity check.

Given the PR is large-scale list-description edits, it’d be good to run a markdown linter/formatter (or at least a render check) to catch any accidental formatting breakage (broken list indentation, missing punctuation, etc.), especially around multi-line descriptions.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 1 - 2291, The PR made large-scale prose changes in
README.md and needs a quick Markdown sanity check to catch formatting
regressions; run a markdown linter/formatter (e.g., markdownlint, remark,
Prettier) and also render the file (GitHub/GitLab preview or gh-md-to-html) to
inspect headings like "Awesome Angular", section lists (e.g., "Contents",
"Angular", "CLI Tools"), and long multi-line descriptions for broken list
indentation, missing punctuation or stray characters; fix any issues the tools
or preview surface (adjust list indentation, reflow long lines, restore missing
punctuation or backticks) and re-run the linter until clean before updating the
PR.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 1964: Replace the typo "Bootstrip" with "Bootstrap" in the README entry
for "ngx-nighthawk" (the line containing the string "Bootstrip" in the
description for ngx-nighthawk); update the user-facing text so it reads
"Bootstrap" exactly and ensure no other occurrences of "Bootstrip" remain in the
README.

---

Nitpick comments:
In `@README.md`:
- Line 400: Remove the trailing period after the backticked author name `Tomas
Trajan` so the entry ends with `Tomas Trajan` (no final period) to match
surrounding list item punctuation/style; update the line that currently reads
with `` `Tomas Trajan`. `` to instead read `` `Tomas Trajan` ``.
- Around line 1-2291: The PR made large-scale prose changes in README.md and
needs a quick Markdown sanity check to catch formatting regressions; run a
markdown linter/formatter (e.g., markdownlint, remark, Prettier) and also render
the file (GitHub/GitLab preview or gh-md-to-html) to inspect headings like
"Awesome Angular", section lists (e.g., "Contents", "Angular", "CLI Tools"), and
long multi-line descriptions for broken list indentation, missing punctuation or
stray characters; fix any issues the tools or preview surface (adjust list
indentation, reflow long lines, restore missing punctuation or backticks) and
re-run the linter until clean before updating the PR.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 675d0b71-d4b8-4a3b-be0f-444fdf88ec0c

📥 Commits

Reviewing files that changed from the base of the PR and between 2e6fa6e and 1d05d76.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
@jdegand jdegand merged commit 06b4bf4 into PatrickJS:gh-pages Apr 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant