Skip to content

fix(docs): fix broken anchor link in concepts.md#1013

Merged
mnencia merged 3 commits into
mainfrom
dev/docs-build-fixes
Jul 17, 2026
Merged

fix(docs): fix broken anchor link in concepts.md#1013
mnencia merged 3 commits into
mainfrom
dev/docs-build-fixes

Conversation

@mnencia

@mnencia mnencia commented Jul 17, 2026

Copy link
Copy Markdown
Member

The heading in misc.md was renamed to "Extra Options for Backup, WAL Archiving, and Restore", which changed its anchor slug, but the link in concepts.md still pointed at the old anchor. Update the link in both the current docs and the affected 0.13.0 versioned snapshot.

Also migrate the deprecated onBrokenMarkdownLinks config option to markdown.hooks.onBrokenMarkdownLinks, since it will be removed in Docusaurus v4, and bump the transitive uuid dependency pulled in via docusaurus/core, docusaurus/preset-classic, and docusaurus-search-local to a patched version to fix an alert for CVE-2026-41907.

Docusaurus build now completes with no warnings.

@mnencia
mnencia requested a review from a team as a code owner July 17, 2026 09:27
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation labels Jul 17, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jul 17, 2026
mnencia added 2 commits July 17, 2026 11:34
The heading in misc.md was renamed to "Extra Options for Backup,
WAL Archiving, and Restore", which changed its anchor slug, but
the link in concepts.md still pointed at the old anchor. Update
the link in both the current docs and the affected 0.13.0
versioned snapshot.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
The top-level onBrokenMarkdownLinks config option is deprecated
in favor of markdown.hooks.onBrokenMarkdownLinks and will be
removed in Docusaurus v4.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
@mnencia
mnencia force-pushed the dev/docs-build-fixes branch from b7e8acc to da2361a Compare July 17, 2026 09:34
Uuid 8.3.2, pulled in transitively via docusaurus/core,
docusaurus/preset-classic, and docusaurus-search-local, is
affected by a missing buffer bounds check in v3/v5/v6 when a
buffer is provided. Force resolution to >=11.1.1.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
@mnencia
mnencia force-pushed the dev/docs-build-fixes branch from da2361a to 9445cb1 Compare July 17, 2026 10:09
@mnencia
mnencia merged commit 9c84d06 into main Jul 17, 2026
8 checks passed
@mnencia
mnencia deleted the dev/docs-build-fixes branch July 17, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants