Skip to content

docs: remove redundant bold description lines#2252

Draft
marcel-rbro wants to merge 9 commits intomasterfrom
fix/issue-1913-remove-redundant-bold
Draft

docs: remove redundant bold description lines#2252
marcel-rbro wants to merge 9 commits intomasterfrom
fix/issue-1913-remove-redundant-bold

Conversation

@marcel-rbro
Copy link
Contributor

Summary

  • Removes bold first lines (**...**) that duplicate front matter description fields from 239 documentation files
  • These redundant lines added visual noise and violated the style guide (bold should not be used for structural labels)
  • Also removes horizontal rules (---) that directly followed these bold lines where present

Approach

  • Used fuzzy string matching (70% similarity threshold) to identify bold lines that match front matter descriptions
  • Handled edge cases: files with import statements, JSX components, and varying whitespace patterns
  • Only removed lines that were clearly redundant duplicates of the description

Closes #1913

Test plan

  • Verify markdown lint passes
  • Spot-check sample of modified files for proper formatting
  • Verify no meaningful content was accidentally removed
  • Check that pages render correctly in local preview

🤖 Generated with Claude Code

Remove bold first lines that duplicate front matter descriptions,
reducing visual noise and aligning with the style guide.

Closes #1913

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added the t-docs Issues owned by technical writing team. label Feb 13, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@apify-service-account
Copy link

Preview for this PR was built for commit f8c3c4e and is ready at https://pr-2252.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 8a006fd and is ready at https://pr-2252.preview.docs.apify.com!

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@apify-service-account
Copy link

Preview for this PR was built for commit 1d4a1b3 and is ready at https://pr-2252.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 1ea1cd8 and is ready at https://pr-2252.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 248598b and is ready at https://pr-2252.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 73be6b5 and is ready at https://pr-2252.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 62a3d07 and is ready at https://pr-2252.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit da4a739 and is ready at https://pr-2252.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit fb7c70c and is ready at https://pr-2252.preview.docs.apify.com!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-docs Issues owned by technical writing team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider to edit/remove bold descriptions (redundant with frontMatter)

3 participants