Docs: What's new in 7.2 (#27462)

* Docs: What's new for 7.2 initial draft

* Updated content and images

* Updated with a top toc / links section
This commit is contained in:
Torkel Ödegaard
2020-09-09 16:59:34 +02:00
committed by GitHub
parent b01a64e146
commit 964fb8a5b1
3 changed files with 84 additions and 1 deletions
-1
View File
@@ -3,7 +3,6 @@
IMAGE = grafana/docs-base:latest
docs:
docker pull ${IMAGE}
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it $(IMAGE) /bin/bash -c 'make server'
docs-test: