This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git
commit f0282bf14a278cc370ab225ec90a9817411ec5eb Author: Georg Kallidis <[email protected]> AuthorDate: Tue Jun 15 08:33:26 2021 +0000 - update layout/skin - update raw exceptions in JSON component - fix format error in changes.xml git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@1890800 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/site.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml index 1c18504..6c86f9d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,9 +21,23 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd" name="Fulcrum Pool"> + + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.9</version> + </skin> + <body> <menu name="Overview"> <item name="Main" href="/index.html"/> </menu> </body> + + <custom> + <fluidoSkin> + <topBarEnabled>false</topBarEnabled> + <sideBarEnabled>true</sideBarEnabled> + </fluidoSkin> + </custom> </project>
