Skip to content

Commit

Permalink
added some doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Aug 28, 2023
1 parent db5fc57 commit 201ffdf
Show file tree
Hide file tree
Showing 4 changed files with 1,003 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,10 @@ catalog-build: opm ## Build a catalog image.
.PHONY: catalog-push
catalog-push: ## Push a catalog image.
$(MAKE) docker-push IMG=$(CATALOG_IMG)

.PHONY: gen-doc
gen-doc:
go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest
mv README.md README.md.bck
~/go/bin/gomarkdoc --output '{{.Dir}}/README.md' ./...
mv README.md.bck README.md
Loading

0 comments on commit 201ffdf

Please sign in to comment.