Skip to content

Commit da451c5

Browse files
committed
chore: drop documentation except for fresh reference
As the documentation got moved to https://github.com/siderolabs/docs/tree/main/public/talos, drop the documentation from Talos repository to avoid confusion. Leave only generated reference docs for now. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 2f23fed commit da451c5

File tree

2,792 files changed

+0
-601271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,792 files changed

+0
-601271
lines changed

Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ PKG_ZSTD ?= $(PKGS_PREFIX)/zstd:$(PKGS)
9191
GO_VERSION ?= 1.25
9292
# renovate: datasource=npm depName=markdownlint-cli
9393
MARKDOWNLINTCLI_VERSION ?= 0.45.0
94-
# renovate: datasource=docker versioning=docker depName=hugomods/hugo
95-
HUGO_VERSION ?= dart-sass-0.150.1
9694
OPERATING_SYSTEM := $(shell uname -s | tr "[:upper:]" "[:lower:]")
9795
ARCH := $(shell uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/')
9896
TALOSCTL_DEFAULT_TARGET := talosctl-$(OPERATING_SYSTEM)
@@ -343,20 +341,8 @@ generate: ## Generates code from protobuf service definitions and machinery conf
343341

344342
.PHONY: docs
345343
docs: ## Generates the documentation for machine config, and talosctl.
346-
@rm -rf docs/configuration/*
347-
@rm -rf docs/talosctl/*
348344
@$(MAKE) local-$@ DEST=./ PLATFORM=linux/amd64
349345

350-
.PHONY: docs-preview
351-
docs-preview: ## Starts a local preview of the documentation using Hugo in docker
352-
@docker run --rm --interactive --tty \
353-
--volume $(PWD):/src \
354-
--volume $(HOME)/.cache/hugo_cache:/tmp/hugo_cache \
355-
--workdir /src/website \
356-
--publish 1313:1313 \
357-
hugomods/hugo:$(HUGO_VERSION) \
358-
server
359-
360346
# Local Artifacts
361347

362348
.PHONY: kernel

netlify.toml

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

website/.DS_Store

-6 KB
Binary file not shown.

website/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

website/.hugo_build.lock

Whitespace-only changes.

website/LICENSE

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

website/assets/icons/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)