Skip to content

Commit

Permalink
Merge pull request #35 from deniszh/DZ-Dockerr
Browse files Browse the repository at this point in the history
Add "Try in Docker" button
  • Loading branch information
deniszh committed Jul 19, 2017
2 parents 96739a6 + 449fe19 commit 9e18fdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Expand Up @@ -205,18 +205,21 @@ <h3 class="section-subhead">Github Projects</h3>
<p>Graphite is under constant development. Please file any issues or feature requests in Github and contribute to the project.</p>
<ul>
<li>
<a class="page-section__icon-link" href="https://github.com/graphite-project/carbon" target="_blank">/graphite-project/carbon</a>
<a class="page-section__icon-link" href="https://github.com/graphite-project/graphite-web" target="_blank">/graphite-project/graphite-web</a>
</li>
<li>
<a class="page-section__icon-link" href="https://github.com/graphite-project/graphite-web" target="_blank">/graphite-project/graphite-web</a>
<a class="page-section__icon-link" href="https://github.com/graphite-project/carbon" target="_blank">/graphite-project/carbon</a>
</li>
<li>
<a class="page-section__icon-link" href="https://github.com/graphite-project/whisper" target="_blank">/graphite-project/whisper</a>
</li>
<!--li>
<li>
<a class="page-section__icon-link" href="https://github.com/graphite-project/carbonate" target="_blank">/graphite-project/carbonate</a>
</li>
<li>
<a class="page-section__icon-link" href="https://github.com/graphite-project/docker-graphite-statsd" target="_blank">/graphite-project/docker-graphite-statsd</a>
</li>
<!--li>
<a class="page-section__icon-link" href="https://github.com/graphite-project/ceres" target="_blank">/graphite-project/ceres</a>
</li-->
<li>
Expand Down
4 changes: 4 additions & 0 deletions quick-start-guides/index.html
Expand Up @@ -39,5 +39,9 @@ <h2>Quick Start Guides</h2>
<h2>Install Graphite and Get Started</h2>
<a class="btn btn--primary" href="https://graphite.readthedocs.io/en/latest/install.html" target="_blank">Install</a>
</div>
<div class="text-center">
<h2>or try Graphite in Docker and have it running in seconds</h2>
<a class="btn btn--primary" href="https://graphite.readthedocs.io/en/latest/install.html#docker" target="_blank">Try Graphite in Docker </a>
</div>
</div>
</div>

0 comments on commit 9e18fdf

Please sign in to comment.