fix(docs): fix broken anchor link in concepts.md#1013
Merged
Conversation
leonardoce
approved these changes
Jul 17, 2026
NiccoloFei
approved these changes
Jul 17, 2026
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
force-pushed
the
dev/docs-build-fixes
branch
from
July 17, 2026 09:34
b7e8acc to
da2361a
Compare
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
force-pushed
the
dev/docs-build-fixes
branch
from
July 17, 2026 10:09
da2361a to
9445cb1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.