You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/01/10 19:05:14 UTC

[any23] branch master updated: add edit source button in generated site (#246)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new fedb5d6  add edit source button in generated site (#246)
fedb5d6 is described below

commit fedb5d6d841422cc80cf9e30359ef797d02d56b9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Jan 10 20:05:09 2022 +0100

    add edit source button in generated site (#246)
---
 pom.xml           |  4 ++--
 src/site/site.xml | 10 ++++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ef6404..b7f7053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,8 +209,8 @@
   <scm>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/any23.git</developerConnection>
     <connection>scm:git:http://gitbox.apache.org/repos/asf/any23.git</connection>
-    <url>https://gitbox.apache.org/repos/asf/any23.git</url>
-    <tag>any23-2.6</tag>
+    <url>https://github.com/apache/any23/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/src/site/site.xml b/src/site/site.xml
index 5a26f6d..a5c4546 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,14 +19,15 @@
     xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
     name="${project.name}">
 
-  <publishDate position="left"/>
-  <version position="left"/>
+  <publishDate position="right"/>
+  <version position="right"/>
   
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
     <version>1.10.0</version>
   </skin>
+  <edit>${project.scm.url}</edit>
 
   <bannerLeft>
     <name>Apache Any23: Anything to Triples</name>
@@ -55,6 +56,11 @@
   </custom>
 
   <body>
+    <breadcrumbs>
+      <item name="Apache" href="https://www.apache.org/" />
+      <item name="Any23"  href="https://any23.apache.org/index.html" />
+    </breadcrumbs>
+
     <menu name="${project.name}">
       <item name="Introduction"      href="./index.html"/>
       <item name="Downloads"         href="./download.html" collapse="true">