mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
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:
15
Makefile
15
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user