This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch feat/anchorJs in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit db634e9addd7d434f3ca8cb3505dde098385f0ee Author: Hervé Boutemy <[email protected]> AuthorDate: Sat Nov 22 10:56:16 2025 +0100 feat: activate Fluido skin's anchorJs --- docs/src/site/site.xml | 1 + src/site/site.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 5f95000..4e944e5 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -51,6 +51,7 @@ under the License. </matomo> <fluidoSkin> <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + <anchorJs /> </fluidoSkin> </custom> diff --git a/src/site/site.xml b/src/site/site.xml index 229c70b..6448c92 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -50,6 +50,7 @@ under the License. </matomo> <fluidoSkin> <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + <anchorJs /> </fluidoSkin> </custom>
