Skip to content

Commit 89ec25a

Browse files
committed
minor #18980 Update the docs-builder to 0.21 (SzymonKaminski)
This PR was merged into the 5.4 branch. Discussion ---------- Update the docs-builder to 0.21 The website seems to be running docs-builder v0.21 or 0.20.6 (autoscrolling of `:method:` links works properly in Chromium-based browsers/Safari), but the repository still has v0.20.5. Diff: symfony-tools/docs-builder@v0.20.5...v0.21.0 The `tabs` directive is documented at https://symfony.com/doc/current/contributing/documentation/format.html#displaying-tabs, but is not yet used anywhere in the actual docs, so the build is not failing with current version of docs-builder, nonetheless the `:method:` links generated locally are incorrect. Commits ------- f436f08 Update the docs-builder to 0.21
2 parents 775fb17 + f436f08 commit 89ec25a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_build/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"php": ">=8.1",
1818
"symfony/console": "^6.2",
1919
"symfony/process": "^6.2",
20-
"symfony-tools/docs-builder": "^0.20"
20+
"symfony-tools/docs-builder": "^0.21"
2121
}
2222
}

_build/composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)