Skip to content

Commit 814a623

Browse files
committed
Remove mkdocs based documentation in favor of central docs project
1 parent 894396b commit 814a623

File tree

12 files changed

+0
-281
lines changed

12 files changed

+0
-281
lines changed

.github/workflows/docs-check-codegen.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/docs-kustomize-validation.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/docs-lint.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/docs-test.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ BUCKETBROKER_COMMIT = github.com/ironcore-dev/ironcore/broker/bucketbroker/versi
2525
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
2626
ENVTEST_K8S_VERSION = 1.34.0
2727

28-
# Docker image name for the mkdocs based local development setup
29-
IMAGE=ironcore/documentation
30-
3128
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
3229
ifeq (,$(shell go env GOBIN))
3330
GOBIN=$(shell go env GOPATH)/bin
@@ -144,15 +141,6 @@ docs: gen-crd-api-reference-docs ## Run go generate to generate API reference do
144141
$(GEN_CRD_API_REFERENCE_DOCS) -api-dir ./api/ipam/v1alpha1 -config ./hack/api-reference/config.json -template-dir ./hack/api-reference/template -out-file ./docs/api-reference/ipam.md
145142
$(GEN_CRD_API_REFERENCE_DOCS) -api-dir ./api/compute/v1alpha1 -config ./hack/api-reference/config.json -template-dir ./hack/api-reference/template -out-file ./docs/api-reference/compute.md
146143

147-
.PHONY: start-docs
148-
start-docs: ## Start the local mkdocs based development environment.
149-
docker build -t $(IMAGE) -f docs/Dockerfile . --load
150-
docker run -p 8000:8000 -v `pwd`/:/docs $(IMAGE)
151-
152-
.PHONY: clean-docs
153-
clean-docs: ## Remove all local mkdocs Docker images (cleanup).
154-
docker container prune --force --filter "label=project=ironcore_documentation"
155-
156144
.PHONY: test
157145
test: manifests generate proto fmt vet test-only ## Run tests.
158146

REUSE.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ path = [
3535
"iri/apis/volume/v1alpha1/api.proto",
3636
"irictl-machine/config/samples/**",
3737
"irictl-volume/config/samples/**",
38-
"mkdocs.yml",
3938
"models-schema/main.go.tmpl",
4039
"poollet/machinepoollet/addresses/testdata/addresses.yaml",
4140
"REUSE.toml"

docs/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/development/documentation.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)