close
Skip to content

fix: issue-1758: fixed broken anchor links in docs#1774

Open
parminder0907 wants to merge 1 commit into
tulios:masterfrom
parminder0907:fix/1758
Open

fix: issue-1758: fixed broken anchor links in docs#1774
parminder0907 wants to merge 1 commit into
tulios:masterfrom
parminder0907:fix/1758

Conversation

@parminder0907

Copy link
Copy Markdown

Issue #1758

Fix broken sidebar links for Consuming Messages page.

What

Fixes sidebar navigation for headings (e.g. fromBeginning).

Issue

Sidebar links point to incorrect anchor names in Consuming.md markdown:

Sidebar: fromBeginning
Anchor name: #from-beginning ❌
Anchor name: #frombeginning ✅

Sidebar: Partition-aware concurrency
Anchor name: #concurrent-processing ❌
Anchor name: #partition-aware-concurrency ✅

This causes broken navigation when clicking sidebar items.

Fix

Align sidebar links with the actual anchor name.

Result

Sidebar links now navigate correctly
Consistent behavior across all headings

Notes

Tested locally on the docs site; navigation works as expected.

@ousiaresearch

Copy link
Copy Markdown

🚀 This PR has been merged into Charon (), the actively maintained fork of KafkaJS. It'll ship in v3.0.0.

Migration is a one-line change:

Repo: https://github.com/ousiaresearch/charon
Migration guide: https://github.com/ousiaresearch/charon/blob/main/MIGRATION.md

Thank you for the contribution! 🙏

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.

2 participants