Skip to content

Commit a32d4cd

Browse files
committed
Add demo site
Add a new page for describing and linking to the new demo site. Signed-off-by: Ben Kochie <superq@gmail.com>
1 parent 357bcf2 commit a32d4cd

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

content/demo.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Demo
3+
---
4+
<div class="row">
5+
<div class="col-md-12 doc-content">
6+
<h1>Demo</h1>
7+
<p>
8+
There is a public demo site for Prometheus, Alertmanager, Grafana, and several exporters.
9+
</p>
10+
<p>
11+
<a href="https://demo.do.prometheus.io">View the demo</a>
12+
</p>
13+
<p>
14+
The site is deployed with Ansible and the <a href="https://github.com/cloudalchemy">Cloudalchemy Prometheus roles</a>
15+
</p>
16+
<p>
17+
The source to this demo site is <a href="https://github.com/prometheus/demo-site">prometheus/demo-site</a>
18+
</p>
19+
<p>
20+
Special thanks to <a href="https://digitalocean.com/">DigitalOcean</a> for providing hosting resources.
21+
</p>
22+
<p>
23+
The Prometheus logo was contributed by Robin Greenwood.
24+
</p>
25+
</div>
26+
</div>

layouts/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<li><a href="/docs/introduction/overview/">Docs</a></li>
7070
<li><a href="/download/">Download</a></li>
7171
<li><a href="/community/">Community</a></li>
72+
<li><a href="/demo/">Demo</a></li>
7273
<li><a href="/blog/">Blog</a></li>
7374
<li><a href="https://github.com/prometheus"><i class="fa fa-github"></i></a></li>
7475
<li><a href="https://twitter.com/PrometheusIO"><i class="fa fa-twitter"></i></a></li>

0 commit comments

Comments
 (0)