Skip to content

Commit c561730

Browse files
MukundaKattaclaude
andcommitted
Remove unused site-fast target from Makefile
The `site-fast` target invokes `gatsby develop` but the documentation site no longer uses Gatsby (it is built with Hugo, per the `site`, `build`, and `clean` targets). The target cannot succeed on a clean checkout and is confusing to contributors scanning the Makefile for how to run the docs locally. Closes #945 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6757691 commit c561730

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ setup:
2222
## Run docs.layer5.io on your local machine with draft and future content enabled.
2323
site: check-go
2424
hugo server -D -F
25-
26-
## Run docs.layer5.io on your local machine. Alternate method.
27-
site-fast:
28-
gatsby develop
2925

3026
## Build docs.layer5.io on your local machine.
3127
build:
@@ -36,7 +32,7 @@ clean:
3632
hugo --cleanDestinationDir
3733
make site
3834

39-
.PHONY: setup build site clean site-fast check-go docker
35+
.PHONY: setup build site clean check-go docker
4036

4137
check-go:
4238
@echo "Checking if Go is installed..."

0 commit comments

Comments
 (0)