From 13c4ee1da02ddb7daad336429f2ff3bbd235bab7 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Wed, 1 Feb 2023 16:16:26 +0000 Subject: [PATCH] Fix URL of docs preview (#62704) Latest is used for consistency with CI Signed-off-by: Jack Baldry --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d15a584b9c7..80ebcd0fe7c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ Yarn >= 1.22.4 ## Build the doc site 1. On the command line, first change to the docs folder: `cd docs`. -1. Run `make docs`. This launches a preview of the website with the current grafana docs at `http://localhost:3002/docs/grafana/next/` which will refresh automatically when changes are made to content in the `sources` directory. +1. Run `make docs`. This launches a preview of the website with the current grafana docs at `http://localhost:3002/docs/grafana/latest/` which will refresh automatically when changes are made to content in the `sources` directory. If you have the grafana/website repo checked out in the same directory as the grafana repo, then you can run `make docs-local-static` to use local assets (such as images).