Skip to content

Commit b025909

Browse files
Update make docs procedure (#4551)
Co-authored-by: grafanabot <bot@grafana.com>
1 parent 31dce22 commit b025909

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ endif
8989
.PHONY: docs-debug
9090
docs-debug: ## Run Hugo web server with debugging enabled. TODO: support all SERVER_FLAGS defined in website Makefile.
9191
docs-debug: make-docs
92-
WEBSITE_EXEC='hugo server --bind 0.0.0.0 --port 3002 --debug' $(CURDIR)/make-docs $(PROJECTS)
92+
WEBSITE_EXEC='hugo server --bind 0.0.0.0 --port 3002 --logLevel debug' $(CURDIR)/make-docs $(PROJECTS)
9393

9494
.PHONY: vale
9595
vale: ## Run vale on the entire docs folder which includes pulling the latest `VALE_IMAGE` (default: `grafana/vale:latest`) container image. To not pull the image, set `PULL=false`.

docs/make-docs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
# [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes.
99
# Changes are relevant to this script and the support docs.mk GNU Make interface.
1010
#
11+
# ## 10.0.0 (2025-10-13)
12+
#
13+
# ### Changed
14+
#
15+
# - Hugo no longer supports the `--debug` option, use `--logLevel debug` instead.
16+
#
17+
# Thank you to @karlskewes for their contribution!
18+
#
1119
# ## 9.0.0 (2025-04-05)
1220
#
1321
# ### Removed

0 commit comments

Comments
 (0)