Skip to content

Commit 5d5e6aa

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 5d5e6aa

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

content/demo.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Demo
3+
layout: page
4+
5+
---
6+
# Demo Site
7+
8+
There is a public demo site for Prometheus, Alertmanager, Grafana, and several exporters.
9+
10+
[**View the demo**](https://demo.do.prometheus.io)
11+
12+
The site is deployed with Ansible and the [Cloudalchemy Prometheus roles](https://github.com/cloudalchemy).
13+
14+
The source to this demo site is [on Github](https://github.com/prometheus/demo-site).
15+
16+
Special thanks to [DigitalOcean](https://digitalocean.com) for providing hosting resources.

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)