Enhance the documentation to show how to run the docs website locally (#638)

Signed-off-by: Serdar Dalgıç <sd@serdardalgic.org>
This commit is contained in:
Serdar Dalgıç
2023-10-04 10:58:55 +02:00
committed by GitHub
parent 3ddf49b606
commit cb7713bc54
2 changed files with 7 additions and 26 deletions

View File

@@ -37,21 +37,6 @@ staticcheck:
exhaustive:
"$(CURDIR)/scripts/exhaustive.sh"
# Run this if working on the website locally to run in watch mode.
.PHONY: website
website:
$(MAKE) -C website website
# Use this if you have run `website/build-local` to use the locally built image.
.PHONY: website/local
website/local:
$(MAKE) -C website website/local
# Run this to generate a new local Docker image.
.PHONY: website/build-local
website/build-local:
$(MAKE) -C website website/build-local
# Run license check
.PHONY: license-check
license-check: