Skip to content

Commit

Permalink
THREESCALE-10848 remove toc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
MStokluska committed Mar 1, 2024
1 parent ff9c616 commit f292443
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,16 +257,6 @@ jobs:
- checkout
- run: make prometheusrules-update-test

doc-toc-validate:
docker:
- image: cimg/base:2023.05
steps:
- checkout
- run: make toc-user-guide
- run: make toc-app-capabilities
- run: make toc-apimanager-reference
- run: make doc-update-test

workflows:
version: 2
operator:
Expand All @@ -279,7 +269,6 @@ workflows:
- assets-validate
- prometheusrules-validate
- build-operator-image-only
- doc-toc-validate
- unit-tests-coverage:
requires:
- run-unit-tests
Expand Down
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,6 @@ $(GO_BINDATA):
.PHONY: go-bindata
go-bindata: $(GO_BINDATA)

GH-MD-TOC=$(PROJECT_PATH)/bin/gh-md-toc
$(GH-MD-TOC):
mkdir -p $(PROJECT_PATH)/bin
curl -sSL https://raw.githubusercontent.com/ekalinin/github-markdown-toc/2e36a87fd077dad842163ef62ef1a7fef6ca1ab3/gh-md-toc -o $(GH-MD-TOC)
chmod +x $(GH-MD-TOC)

.PHONY: gh-md-toc
gh-md-toc: $(GH-MD-TOC)

# Install CRDs into a cluster
install: manifests $(KUSTOMIZE)
$(KUSTOMIZE) build config/crd | $(KUBECTL) create -f - || $(KUSTOMIZE) build config/crd | $(KUBECTL) replace -f -
Expand Down
19 changes: 0 additions & 19 deletions make/toc.mk

This file was deleted.

0 comments on commit f292443

Please sign in to comment.