Repository: struts-site
Updated Branches:
  refs/heads/master b8f0ac8b8 -> 04d894c47


Adds edit with GH link to each page


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/04d894c4
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/04d894c4
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/04d894c4

Branch: refs/heads/master
Commit: 04d894c471df1013271b2513fd6bfaa122a9cf2d
Parents: b8f0ac8
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Fri Aug 25 14:24:15 2017 +0200
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Fri Aug 25 14:24:15 2017 +0200

----------------------------------------------------------------------
 source/_layouts/default.html    | 1 +
 source/core-developers/index.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/04d894c4/source/_layouts/default.html
----------------------------------------------------------------------
diff --git a/source/_layouts/default.html b/source/_layouts/default.html
index 3a6b5a6..696182f 100644
--- a/source/_layouts/default.html
+++ b/source/_layouts/default.html
@@ -25,6 +25,7 @@
 
 <article class="container">
   <section class="col-md-12">
+    <a class="edit-on-gh" href="{{ site.repository_url 
}}/edit/master/source/{{ page.path }}" title="Edit this page on GitHub">Edit on 
GitHub</a>
     {{ content }}
   </section>
 </article>

http://git-wip-us.apache.org/repos/asf/struts-site/blob/04d894c4/source/core-developers/index.md
----------------------------------------------------------------------
diff --git a/source/core-developers/index.md b/source/core-developers/index.md
index 3acfc26..2b57ea7 100644
--- a/source/core-developers/index.md
+++ b/source/core-developers/index.md
@@ -3,7 +3,7 @@ layout: default
 title: Core Developers Guide (WIP)
 ---
 
-# Core Developers Guide (WIP)
+# Core Developers Guide
 
 Struts 2 processes requests using three core types: 
[interceptors](interceptor-configuration.html), 
[actions](action-configuration.html), and [results](result-configuration.html). 
 Each may be configured via XML or annotations.

Reply via email to