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

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2093c15  feat: add contributor over time graph to website (#482)
2093c15 is described below

commit 2093c15150311d325b729794e6f126325bbaae5e
Author: Shuyang Wu <[email protected]>
AuthorDate: Mon May 24 14:40:18 2021 -0400

    feat: add contributor over time graph to website (#482)
    
    * feat: add contributor over time graph to website
    
    * change to use graph across repos
    
    * Update layout to preserve 3-columns and add to index
    
    Co-authored-by: Matt Rutkowski <[email protected]>
---
 _layouts/community.html | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/_layouts/community.html b/_layouts/community.html
index 5943958..76581f7 100644
--- a/_layouts/community.html
+++ b/_layouts/community.html
@@ -190,6 +190,9 @@ layout: default
       <!-- Project Wiki -->
       <li><a href="#wiki">Project Wiki</a></li>
 
+      <!-- Contributions -->
+      <li><a href="#contributions">Contributions</a></li>
+
       <!-- Events -->
       <li><a href="#events">Events</a></li>
 
@@ -299,6 +302,20 @@ layout: default
 
     <main class="doc">
       <div class="content">
+        <a class="indexable" id="contributions"></a>
+        <h3>Contributions</h3>
+        <p>
+          The following graphic shows project contributions over time across 
all active OpenWhisk repositories.
+        </p>
+        <a 
href="https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/openwhisk&merge=true";><img
+            
src="https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/openwhisk&merge=true";
+            alt="Contributor over time"
+            style="max-width: 600px"/></a>
+      </div>
+    </main>
+
+    <main class="doc">
+      <div class="content">
         <a class="indexable" id="events"></a>
         <h3>Events</h3>
         <h5 style="margin-top:20px;">Apache OpenWhisk events</h5>

Reply via email to