Docs: What's new in 7.0 placeholder (#23987)

* Docs: What's new in 7.0 placeholder

* Updated makefile
This commit is contained in:
Torkel Ödegaard
2020-04-28 14:17:54 +02:00
committed by GitHub
parent 154dc18809
commit 88e9fccbc7
3 changed files with 350 additions and 329 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: docs docs-test
IMAGE = grafana/docs-base@sha256:63758b74e3990ab61e274f5e98da092d5c38378829dad0488aa97c59f0144f34
IMAGE = grafana/docs-base:latest
docs:
docker run -v $(shell pwd)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it $(IMAGE) /bin/bash -c 'make server'