Skip to content

Commit

Permalink
Merge pull request #84 from vshn/restructure-docs
Browse files Browse the repository at this point in the history
Remove antora docs
  • Loading branch information
zugao authored Nov 12, 2024
2 parents b0051b3 + 81ea811 commit fad5a83
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 67 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ build-docker: ## Build docker image
go build -o ${BIN_FILENAME}
$(DOCKER_CMD) build --platform $(DOCKER_IMAGE_GOOS)/$(DOCKER_IMAGE_GOARCH) -t $(CONTAINER_IMG) .

.PHONY: docs-serve
docs-serve: ## Preview the documentation
$(ANTORA_PREVIEW_CMD)

.PHONY: test
test: test-go ## All-in-one test

Expand Down
2 changes: 0 additions & 2 deletions Makefile.vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ IMG_TAG ?= latest
# Image URL to use all building/pushing image targets
CONTAINER_IMG ?= ghcr.io/$(PROJECT_OWNER)/$(PROJECT_NAME):$(IMG_TAG)

ANTORA_PREVIEW_CMD ?= $(DOCKER_CMD) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}/.git":/preview/antora/.git --volume "${PWD}/docs":/preview/antora/docs ghcr.io/vshn/antora-preview --style=syn --antora=docs

# TEST:integration
ENVTEST_ADDITIONAL_FLAGS ?= --bin-dir "$(go_bin)"
# See https://storage.googleapis.com/kubebuilder-tools/ for list of supported K8s versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Batch job to sync usage data from the Exoscale and Cloudscale API to Odoo16.

Metrics are collected based on [metered billing data flow](https://docs.central.vshn.ch/metered-billing-data-flow.html)

See the [component documentation](https://hub.syn.tools/billing-collector-cloudservices/index.html) for more information.
See the [documentation](https://kb.vshn.ch/app-catalog/reference/cloud-usage-reporting.html) for more information.

## APPUiO Cloud vs APPUiO Managed

Expand Down
6 changes: 0 additions & 6 deletions docs/antora.yml

This file was deleted.

4 changes: 0 additions & 4 deletions docs/modules/ROOT/assets/images/application-logic.drawio.svg

This file was deleted.

19 changes: 0 additions & 19 deletions docs/modules/ROOT/pages/explanations/data-usage.adoc

This file was deleted.

20 changes: 0 additions & 20 deletions docs/modules/ROOT/pages/how-tos/installation.adoc

This file was deleted.

7 changes: 0 additions & 7 deletions docs/modules/ROOT/pages/index.adoc

This file was deleted.

4 changes: 0 additions & 4 deletions docs/modules/ROOT/partials/nav.adoc

This file was deleted.

0 comments on commit fad5a83

Please sign in to comment.