From 5d5e6aabe7d6df3b57a74f9b2a1ea759764cc7eb Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sat, 11 Jan 2020 16:18:36 +0100 Subject: [PATCH] Add demo site Add a new page for describing and linking to the new demo site. Signed-off-by: Ben Kochie --- content/demo.md | 16 ++++++++++++++++ layouts/header.html | 1 + 2 files changed, 17 insertions(+) create mode 100644 content/demo.md diff --git a/content/demo.md b/content/demo.md new file mode 100644 index 000000000..ee47f6318 --- /dev/null +++ b/content/demo.md @@ -0,0 +1,16 @@ +--- +title: Demo +layout: page + +--- +# Demo Site + +There is a public demo site for Prometheus, Alertmanager, Grafana, and several exporters. + +[**View the demo**](https://demo.do.prometheus.io) + +The site is deployed with Ansible and the [Cloudalchemy Prometheus roles](https://github.com/cloudalchemy). + +The source to this demo site is [on Github](https://github.com/prometheus/demo-site). + +Special thanks to [DigitalOcean](https://digitalocean.com) for providing hosting resources. diff --git a/layouts/header.html b/layouts/header.html index a1bde9f36..83e783dbd 100644 --- a/layouts/header.html +++ b/layouts/header.html @@ -69,6 +69,7 @@
  • Docs
  • Download
  • Community
  • +
  • Demo
  • Blog