Skip to content

Commit

Permalink
Move docs out of repo
Browse files Browse the repository at this point in the history
The user documentation has moved to a new
repository at https://github.com/crc-org/docs
  • Loading branch information
gbraad committed Dec 2, 2024
1 parent 8ee8e71 commit 598ea18
Show file tree
Hide file tree
Showing 59 changed files with 5 additions and 1,603 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/publish-docs.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .htmltest.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .vale.ini

This file was deleted.

25 changes: 1 addition & 24 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ BUILD_DIR ?= out
SOURCE_DIRS = cmd pkg test
RELEASE_DIR ?= release

# Docs build related variables
DOCS_BUILD_DIR ?= docs/build
DOCS_BUILD_CONTAINER ?= quay.io/crcont/antora:latest
DOCS_SERVE_CONTAINER ?= docker.io/httpd:alpine
DOCS_TEST_CONTAINER ?= docker.io/wjdp/htmltest:latest
DOCS_BUILD_TARGET ?= /docs/source/getting_started/master.adoc

GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
GOVERSION = 1.22
Expand Down Expand Up @@ -148,22 +141,6 @@ test-rpmbuild: spec
${CONTAINER_RUNTIME} rm test-rpmbuild
${CONTAINER_RUNTIME} rmi test-rpmbuild-img

.PHONY: build_docs
build_docs:
${CONTAINER_RUNTIME} run -v $(CURDIR):/antora$(SELINUX_VOLUME_LABEL) --rm $(DOCS_BUILD_CONTAINER) --stacktrace antora-playbook.yml

.PHONY: docs_serve
docs_serve: build_docs
${CONTAINER_RUNTIME} run -it -v $(CURDIR)/docs/build:/usr/local/apache2/htdocs/$(SELINUX_VOLUME_LABEL) --rm -p 8088:80/tcp $(DOCS_SERVE_CONTAINER)

.PHONY: docs_check_links
docs_check_links:
${CONTAINER_RUNTIME} run -v $(CURDIR):/test$(SELINUX_VOLUME_LABEL) --rm $(DOCS_TEST_CONTAINER) -c .htmltest.yml

.PHONY: clean_docs clean_macos_package
clean_docs:
rm -rf $(CURDIR)/docs/build

clean_macos_package:
rm -f packaging/darwin/Distribution
rm -f packaging/darwin/Resources/welcome.html
Expand All @@ -175,7 +152,7 @@ clean_windows_msi:
rm -f $(HOST_BUILD_DIR)/split

.PHONY: clean ## Remove all build artifacts
clean: clean_docs clean_macos_package clean_windows_msi
clean: clean_macos_package clean_windows_msi
rm -f $(GENERATED_RPM_FILES)
rm -rf $(BUILD_DIR)
rm -f $(GOPATH)/bin/crc
Expand Down
69 changes: 0 additions & 69 deletions antora-playbook.yml

This file was deleted.

11 changes: 0 additions & 11 deletions docs/Containerfile

This file was deleted.

7 changes: 0 additions & 7 deletions docs/OWNERS

This file was deleted.

15 changes: 0 additions & 15 deletions docs/README.adoc

This file was deleted.

4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CRC - Getting Started Guide
===========================

The user documentation has moved to https://github.com/crc-org/docs
7 changes: 0 additions & 7 deletions docs/antora.yml

This file was deleted.

46 changes: 0 additions & 46 deletions docs/extensions/get-versions.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions docs/modules/getting_started/nav.adoc

This file was deleted.

8 changes: 0 additions & 8 deletions docs/modules/getting_started/pages/administrative-tasks.adoc

This file was deleted.

12 changes: 0 additions & 12 deletions docs/modules/getting_started/pages/configuring.adoc

This file was deleted.

16 changes: 0 additions & 16 deletions docs/modules/getting_started/pages/installing.adoc

This file was deleted.

8 changes: 0 additions & 8 deletions docs/modules/getting_started/pages/introducing.adoc

This file was deleted.

16 changes: 0 additions & 16 deletions docs/modules/getting_started/pages/networking.adoc

This file was deleted.

19 changes: 0 additions & 19 deletions docs/modules/getting_started/pages/troubleshooting.adoc

This file was deleted.

Loading

0 comments on commit 598ea18

Please sign in to comment.