Skip to content

Commit

Permalink
Fix URL of docs preview (#62704)
Browse files Browse the repository at this point in the history
Latest is used for consistency with CI

Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry authored Feb 1, 2023
1 parent 5e1506d commit 13c4ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 13c4ee1

Please sign in to comment.