Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ tools: go-deps website-deps ## install tool dependencies
go-deps: ## tool versions pinned in tools.go
go install cuelang.org/go/cmd/cue
go install github.com/princjef/gomarkdoc/cmd/gomarkdoc
go install github.com/rogpeppe/go-internal/cmd/testscript
# curl https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash

.PHONY: website-deps
Expand Down
20 changes: 20 additions & 0 deletions doc/website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ package tools
import (
_ "cuelang.org/go/cmd/cue"
_ "github.com/princjef/gomarkdoc/cmd/gomarkdoc"
_ "github.com/rogpeppe/go-internal/cmd/testscript"
_ "sigs.k8s.io/kustomize/kustomize/v5"
)