This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit fa9e3f8e304baa93a674cb5ffebd48a2bc216291 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun Oct 20 11:18:26 2024 +0000 [MSITE-977] Remove broken links @mosipov --- src/site/apt/examples/creatingskins.apt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/site/apt/examples/creatingskins.apt b/src/site/apt/examples/creatingskins.apt index 72a7e74c..35ee1c58 100644 --- a/src/site/apt/examples/creatingskins.apt +++ b/src/site/apt/examples/creatingskins.apt @@ -46,10 +46,7 @@ Creating Skins * A couple of CSS files, containing the visual styling - * An optional Velocity template in <<</META-INF/maven/site.vm>>> for an alternate HTML rendering of the site - (by default, {{{/doxia/doxia-sitetools/doxia-site-renderer/}Doxia Site Renderer}}'s - {{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}<<<default-site.vm>>>}} - is used + * An optional Velocity template in <<</META-INF/maven/site.vm>>> for an alternate HTML rendering of the site. * Since Maven Site Plugin 3.5, an optional {{{/doxia/doxia-sitetools/doxia-skin-model/index.html}skin descriptor}} in <<</META-INF/maven/skin.xml>>> containing meta-data about the skin @@ -80,10 +77,7 @@ Creating Skins * Customizing the HTML Output with a Velocity Template The format of the Velocity template is currently out of scope for this - document. To attempt this, start by copying - <<<{{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default-site.vm}}>>> - to <<<src/main/resources/META-INF/maven/site.vm>>> in your project and then - modify it to your needs. + document. For more information about how to write Velocity templates see the {{{https://velocity.apache.org/engine/2.3/user-guide.html}Velocity User Guide}}