You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/10/28 00:14:05 UTC

svn commit: r1190062 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm

Author: hboutemy
Date: Thu Oct 27 22:14:05 2011
New Revision: 1190062

URL: http://svn.apache.org/viewvc?rev=1190062&view=rev
Log:
improved custom snippet

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm?rev=1190062&r1=1190061&r2=1190062&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm Thu Oct 27 22:14:05 2011
@@ -29,15 +29,19 @@ ${skinName} test
 +-----+
 
  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>>>.
+ Users have just play with flags in the <<<custom/fluidoSkin>>> element in <<<site.xml>>>:
 
 +-----+
-<custom>
-  <fluidoSkin>
-    <topBarEnabled>true</topBarEnabled>
-    <sideBarEnabled>false</sideBarEnabled>
-  </fluidoSkin>
-</custom>
+<project name="xxx">
+  ...
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+    </fluidoSkin>
+  </custom>
+  ...
+</project>
 +-----+
 
  That allows users having 4 skins in only 1!