We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6757691 + c561730 commit 540f007Copy full SHA for 540f007
Makefile
@@ -22,10 +22,6 @@ setup:
22
## Run docs.layer5.io on your local machine with draft and future content enabled.
23
site: check-go
24
hugo server -D -F
25
-
26
-## Run docs.layer5.io on your local machine. Alternate method.
27
-site-fast:
28
- gatsby develop
29
30
## Build docs.layer5.io on your local machine.
31
build:
@@ -36,7 +32,7 @@ clean:
36
32
hugo --cleanDestinationDir
37
33
make site
38
34
39
-.PHONY: setup build site clean site-fast check-go docker
35
+.PHONY: setup build site clean check-go docker
40
41
check-go:
42
@echo "Checking if Go is installed..."
0 commit comments