Skip to content

Commit 9e18fdf

Browse files
authored
Merge pull request #35 from deniszh/DZ-Dockerr
Add "Try in Docker" button
2 parents 96739a6 + 449fe19 commit 9e18fdf

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,18 +205,21 @@ <h3 class="section-subhead">Github Projects</h3>
205205
<p>Graphite is under constant development. Please file any issues or feature requests in Github and contribute to the project.</p>
206206
<ul>
207207
<li>
208-
<a class="page-section__icon-link" href="https://github.com/graphite-project/carbon" target="_blank">/graphite-project/carbon</a>
208+
<a class="page-section__icon-link" href="https://github.com/graphite-project/graphite-web" target="_blank">/graphite-project/graphite-web</a>
209209
</li>
210210
<li>
211-
<a class="page-section__icon-link" href="https://github.com/graphite-project/graphite-web" target="_blank">/graphite-project/graphite-web</a>
211+
<a class="page-section__icon-link" href="https://github.com/graphite-project/carbon" target="_blank">/graphite-project/carbon</a>
212212
</li>
213213
<li>
214214
<a class="page-section__icon-link" href="https://github.com/graphite-project/whisper" target="_blank">/graphite-project/whisper</a>
215215
</li>
216-
<!--li>
216+
<li>
217217
<a class="page-section__icon-link" href="https://github.com/graphite-project/carbonate" target="_blank">/graphite-project/carbonate</a>
218218
</li>
219219
<li>
220+
<a class="page-section__icon-link" href="https://github.com/graphite-project/docker-graphite-statsd" target="_blank">/graphite-project/docker-graphite-statsd</a>
221+
</li>
222+
<!--li>
220223
<a class="page-section__icon-link" href="https://github.com/graphite-project/ceres" target="_blank">/graphite-project/ceres</a>
221224
</li-->
222225
<li>

quick-start-guides/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,9 @@ <h2>Quick Start Guides</h2>
3939
<h2>Install Graphite and Get Started</h2>
4040
<a class="btn btn--primary" href="https://graphite.readthedocs.io/en/latest/install.html" target="_blank">Install</a>
4141
</div>
42+
<div class="text-center">
43+
<h2>or try Graphite in Docker and have it running in seconds</h2>
44+
<a class="btn btn--primary" href="https://graphite.readthedocs.io/en/latest/install.html#docker" target="_blank">Try Graphite in Docker </a>
45+
</div>
4246
</div>
4347
</div>

0 commit comments

Comments
 (0)