This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new c4bcc47  Fix anchors in front page
c4bcc47 is described below

commit c4bcc47920c34072d34c50004ce97b4f6e7b7393
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Mar 26 19:25:21 2023 +0200

    Fix anchors in front page
---
 src/site/apt/index.apt.vm | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 26da301..8160fad 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -62,7 +62,7 @@ Welcome to ${project.name}!
 
 %{toc|section=1|fromDepth=3}
 
-** Topbar and/or Sidebar
+** {Topbar and/or Sidebar}
 
  The skin supports different layouts, enabling/disabling the left sidebar menu 
and the topbar menu.
  Users have just play with flags in the <<<custom.fluidoSkin>>> element in 
<<<site.xml>>>:
@@ -94,7 +94,7 @@ Welcome to ${project.name}!
 
  Default skin setting is the option <<1>>.
 
-** Topbar Icon
+** {Topbar Icon}
 
  When users decide to enable the topbar, they can plug a small icon/logo there 
(typically 108*20 px) just configuring
  the <<<custom.fluidoSkin.topBarIcon>>> element in <<<site.xml>>>:
@@ -117,7 +117,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Topbar Container Style
+** {Topbar Container Style}
 
   You can configure the style attribute value of the div container for your 
topbar
 
@@ -134,7 +134,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Navbar Style
+** {Navbar Style}
 
   You can configure style of your top bar nav (since bootstrap 2.1.0 is not 
anymore black by default).
   Use navbar-inverse to have the black one.
@@ -152,7 +152,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Configuring column class
+** {Configuring column class}
 
   When using sidebar, the navigation column uses by default <<<span2>>> class 
and body column uses
   <<<span10>>>. To prevent weird/ugly result, the sum must be 12.
@@ -194,7 +194,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Google Analytics
+** {Google Analytics}
 
  Users can optionally enable <<Google Analytics>> for the generated site:
 
@@ -230,7 +230,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Google Search
+** {Google Search}
 
  Users can optionally enable the <<Google Search>> for the generated site, 
requirements are:
 
@@ -273,7 +273,7 @@ Welcome to ${project.name}!
  External links are either rendered in the sidebar or the topbar. When both 
sidebar and topbar are enabled,
  they are rendered as dropdown in the topbar only.
 
-** Source code line numbers
+** {Source code line numbers}
 
  Source code sections are enhanced by 
{{{https://github.com/google/code-prettify}Google Code Prettify}}, users can
  optionally enable line numbers rendering (disabled by default):
@@ -290,7 +290,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Copyright class
+** {Copyright class}
 
   Since version <<1.3.1>>, you can configure a copyright class:
 
@@ -306,12 +306,12 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** head/footer placeholders
+** {head/footer placeholders}
 
  This skin will pass your custom head/footer to <<<${esc.d}render.eval()>>> 
and replace all variables
  known to the Velocity context.
 
-** GitHub Ribbons
+** {GitHub Ribbons}
 
  Since version <<1.11.1>>, fluido-skin supports 
{{{https://github.com/simonwhitaker/github-fork-ribbon-css}GitHub ribbons}} to 
simplify
  the <Fork me on GitHub> banner integration. Users must define:
@@ -338,7 +338,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Project profile
+** {Project profile}
 
  As shown in {{{http://www.mojohaus.org/plugins.html}MojoHaus Maven plugins 
list}}, plugins life-cycle are characterized by
  different status/stages:
@@ -366,7 +366,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Twitter follow button
+** {Twitter follow button}
 
  Since version <<1.1>>, fluido-skin supports the Twitter 
{{{https://dev.twitter.com/web/follow-button}follow button}}
  to simplify its integration. Users must define:
@@ -395,7 +395,7 @@ Welcome to ${project.name}!
 
  By default, it is rendered in the sidebar, if the topbar only is available it 
will be rendered there.
 
-** Facebook like button
+** {Facebook like button}
 
  Since version <<1.2>>, fluido-skin supports the Facebook 
{{{https://developers.facebook.com/docs/plugins/like-button}like}}
  integration. Users can define similar option to Facebook SDK:
@@ -434,7 +434,7 @@ Welcome to ${project.name}!
 
  <<Note>> in order the Facebook like button appears, <<<$\{project.url\}>>> 
property <<must>> be set in the <<<pom.xml>>>!
 
-** Flattr button
+** {Flattr button}
 
  Since version <<1.3.1>>, fluido-skin supports {{{http://flattr.com}Flattr}} 
{{{http://flattr.com/support/button}button}} integration.
  Users have to declare:
@@ -463,7 +463,7 @@ Welcome to ${project.name}!
 
  By default, it is rendered in the sidebar, if the topbar only is available it 
will be rendered there.
 
-** Skip generation date
+** {Skip generation date}
 
   Since version <<1.3.1>>, you can skip generation date from the line 
"Generated by Apache Maven Doxia at \<date\>"
   to enable it:
@@ -480,7 +480,7 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
-** Breadcrumb Divider
+** {Breadcrumb Divider}
 
    Since version <<1.3.1>>, you can configure the breadcrumb divider (default 
is a slash):
 

Reply via email to