Skip to content

Commit

Permalink
Merge pull request #1 from Kartik-Garg/internalPR
Browse files Browse the repository at this point in the history
Auto-Generation of API CRD documentation
  • Loading branch information
Kartik-Garg authored Nov 8, 2022
2 parents 3b19d48 + 36f153a commit 98c8be4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ DOCS_CMD = "cd docs && make clean && \
doc8 --max-line-length 90 --ignore D000 . && \
make spelling && make html \
"

docs:
ifeq ($(DOCKER_BUILD),"true")
@echo "running DOCS_CMD in the containerized build environment"
Expand All @@ -210,9 +209,6 @@ else
@$(MAKE) run CMD='-c "./template/gen-crd-api-reference-docs -config template/example-config.json -api-dir ./pkg/apis/cr/v1alpha1 -out-file API.md"'
endif

# docs2:
# @$(MAKE) run CMD='-c "./template/gen-crd-api-reference-docs -config template/example-config.json -api-dir ./pkg/apis/cr/v1alpha1 -out-file APIs.md"'

build-dirs:
@mkdir -p bin/$(ARCH)
@mkdir -p .go/src/$(PKG) .go/pkg .go/bin .go/std/$(ARCH)
Expand Down
Empty file modified template/example-config.json
100755 → 100644
Empty file.

0 comments on commit 98c8be4

Please sign in to comment.