Skip to content

Commit

Permalink
[#1320] Add github ribbon to site. (#1321)
Browse files Browse the repository at this point in the history
fixes #1320
  • Loading branch information
p-f authored and Kevin Gómez committed Jun 27, 2019
1 parent 3f3a3f0 commit d503c7f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/site/site.xml
Expand Up @@ -3,6 +3,15 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"
name="Gradoop"> name="Gradoop">
<custom>
<fluidoSkin>
<gitHub>
<projectId>dbs-leipzig/gradoop</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>orange</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
<bannerLeft> <bannerLeft>
<name>Gradoop</name> <name>Gradoop</name>
<src>https://dbs.uni-leipzig.de/file/gradoop.png</src> <src>https://dbs.uni-leipzig.de/file/gradoop.png</src>
Expand All @@ -12,6 +21,9 @@
<menu ref="parent" inherit="top"/> <menu ref="parent" inherit="top"/>
<menu ref="reports" inherit="top"/> <menu ref="reports" inherit="top"/>
<menu ref="modules" inherit="top"/> <menu ref="modules" inherit="top"/>
<menu name="Wiki" inherit="bottom">
<item name="Gradoop Wiki" href="https://github.com/dbs-leipzig/gradoop/wiki"/>
</menu>
</body> </body>
<skin> <skin>
<groupId>org.apache.maven.skins</groupId> <groupId>org.apache.maven.skins</groupId>
Expand Down

0 comments on commit d503c7f

Please sign in to comment.