slachiewicz opened a new pull request, #1674: URL: https://github.com/apache/maven-site/pull/1674
Brings the site documentation in line with the Doxia 2 stack, which the components have been on since Maven Site Plugin 3.20.0. - `guides/mini/guide-site.md`: the sample site descriptor was still the v1 `<project xmlns=".../DECORATION/1.8.0">` form, with a `<bannerLeft>` shape the v2 model does not accept. Replaced with a v2 `<site>` sample, plus a note that the skin is inherited rather than declared per project. - `doxia/faq.md`: the schema list offered "Decoration XSD 1.0" and the IDE snippet used `DECORATION/1.0.0`; both now point at `site-2.1.0.xsd`. - `guides/plugin/guide-java-report-plugin-development.md.vm`: `$currentFileName` is deprecated in favour of `$currentFilePath`. The reference is now inside a `#[[ ]]#` literal block — the site renderer defines that variable, so the published page currently prints its own path where the variable name should be. Verified: `mvn site` → BUILD SUCCESS, and the id sets of all three rendered pages are identical to the pages live on maven.apache.org. *This change was created with AI assistance.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
