Update make docs procedure (#77536)

* Update `make docs` procedure

* Update `make docs` procedure

---------

Co-authored-by: grafanabot <bot@grafana.com>
This commit is contained in:
github-actions[bot]
2023-11-07 09:48:34 +00:00
committed by GitHub
co-authored by grafanabot
parent 4a5b8643ae
commit f9fffd3ff1
2 changed files with 213 additions and 95 deletions
-5
View File
@@ -34,11 +34,6 @@ endif
# First project is considered the primary one used for doc-validator.
PRIMARY_PROJECT := $(subst /,-,$(firstword $(subst :, ,$(firstword $(PROJECTS)))))
# Name for the container.
ifeq ($(origin DOCS_CONTAINER), undefined)
export DOCS_CONTAINER := $(PRIMARY_PROJECT)-docs
endif
# Host port to publish container port to.
ifeq ($(origin DOCS_HOST_PORT), undefined)
export DOCS_HOST_PORT := 3002