mrutkows edited a comment on pull request #482:
URL: https://github.com/apache/openwhisk-website/pull/482#issuecomment-847222119
I attempted to push a commit to your repo. (using ssh) but could not... if
you want the layout changes/fixes I advised... here is the file...
Place this above the "events" section:
```html
<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>
```
add this to the "contrubtions" ID to the left index:
```html
<!-- 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>
```
> **HOWEVER** the image sent/rendered only has a graph for 2016 even
requesting again after flushing the image cache... perhaps a rendering error on
the service and they are caching the bad image?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]