From f58a0e8abecde2f02ac2fcb79744b0224c0b3b09 Mon Sep 17 00:00:00 2001 From: mn-ram <235066282+mn-ram@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:41:11 +0530 Subject: [PATCH] docs: move website content back to top-level docs/, replace with symlink Move the Hugo site's documentation tree from website/content/en/docs/ back to the top-level docs/ directory so contributors can find it via grep / their editor without having to know the website source layout (per the discussion in #4681 and the request in #4686). Hugo continues to find the content via a relative symlink: website/content/en/docs -> ../../../docs The existing top-level docs/images/ (used by the Makefile for the PlantUML sequence diagram) and docs/reports/ (audit reports) are untouched. The docs/README.md redirect stub is removed, since docs/_index.md now serves as the documentation root. Also update a stale path reference in pkg/driver/qemu/qemu.go from website/content/en/docs/config/vmtype/qemu.md to docs/config/vmtype/qemu.md. Fixes #4686. Signed-off-by: mn-ram <235066282+mn-ram@users.noreply.github.com> --- docs/README.md | 1 - {website/content/en/docs => docs}/_index.md | 0 {website/content/en/docs => docs}/blogs/_index.md | 0 {website/content/en/docs => docs}/community/_index.md | 0 {website/content/en/docs => docs}/community/contributing.md | 0 {website/content/en/docs => docs}/community/governance.md | 0 {website/content/en/docs => docs}/community/roadmap.md | 0 {website/content/en/docs => docs}/community/subprojects.md | 0 {website/content/en/docs => docs}/config/_index.md | 0 {website/content/en/docs => docs}/config/ai/_index.md | 0 {website/content/en/docs => docs}/config/ai/inside/_index.md | 0 {website/content/en/docs => docs}/config/ai/outside/_index.md | 0 {website/content/en/docs => docs}/config/ai/outside/gemini.md | 0 {website/content/en/docs => docs}/config/disk.md | 0 .../content/en/docs => docs}/config/environment-variables.md | 0 {website/content/en/docs => docs}/config/gpu.md | 0 {website/content/en/docs => docs}/config/mount.md | 0 {website/content/en/docs => docs}/config/multi-arch.md | 0 {website/content/en/docs => docs}/config/network/_index.md | 0 {website/content/en/docs => docs}/config/network/user-v2.md | 0 {website/content/en/docs => docs}/config/network/user.md | 0 {website/content/en/docs => docs}/config/network/vmnet.md | 0 {website/content/en/docs => docs}/config/plugin/_index.md | 0 {website/content/en/docs => docs}/config/plugin/cli.md | 0 {website/content/en/docs => docs}/config/plugin/url.md | 0 {website/content/en/docs => docs}/config/plugin/vm.md | 0 {website/content/en/docs => docs}/config/port.md | 0 {website/content/en/docs => docs}/config/vmtype/_index.md | 0 {website/content/en/docs => docs}/config/vmtype/krunkit.md | 0 {website/content/en/docs => docs}/config/vmtype/qemu.md | 0 {website/content/en/docs => docs}/config/vmtype/vz.md | 0 {website/content/en/docs => docs}/config/vmtype/wsl2.md | 0 {website/content/en/docs => docs}/dev/_index.md | 0 {website/content/en/docs => docs}/dev/drivers.md | 0 {website/content/en/docs => docs}/dev/git.md | 0 {website/content/en/docs => docs}/dev/internals.md | 0 {website/content/en/docs => docs}/dev/testing/_index.md | 0 {website/content/en/docs => docs}/dev/testing/bats-style.md | 0 {website/content/en/docs => docs}/examples/_index.md | 0 {website/content/en/docs => docs}/examples/ai.md | 0 {website/content/en/docs => docs}/examples/containers/_index.md | 0 .../en/docs => docs}/examples/containers/apptainer/_index.md | 0 .../en/docs => docs}/examples/containers/containerd/_index.md | 0 .../examples/containers/containerd/advanced/_index.md | 0 .../examples/containers/containerd/advanced/bypass4netns.md | 0 .../examples/containers/containerd/advanced/gomodjail.md | 0 .../examples/containers/containerd/advanced/stargz.md | 0 .../en/docs => docs}/examples/containers/docker/_index.md | 0 .../en/docs => docs}/examples/containers/kubernetes/_index.md | 0 .../en/docs => docs}/examples/containers/podman/_index.md | 0 {website/content/en/docs => docs}/examples/gha.md | 0 {website/content/en/docs => docs}/examples/vscode.md | 0 {website/content/en/docs => docs}/faq/_index.md | 0 {website/content/en/docs => docs}/faq/colima.md | 0 {website/content/en/docs => docs}/installation/_index.md | 0 {website/content/en/docs => docs}/installation/source.md | 0 {website/content/en/docs => docs}/reference/_index.md | 0 {website/content/en/docs => docs}/releases/_index.md | 0 {website/content/en/docs => docs}/releases/breaking.md | 0 {website/content/en/docs => docs}/releases/deprecated.md | 0 {website/content/en/docs => docs}/releases/experimental.md | 0 {website/content/en/docs => docs}/security/_index.md | 0 {website/content/en/docs => docs}/talks/_index.md | 0 {website/content/en/docs => docs}/templates/_index.md | 0 {website/content/en/docs => docs}/templates/github.md | 0 {website/content/en/docs => docs}/usage/_index.md | 0 {website/content/en/docs => docs}/usage/guests/_index.md | 0 {website/content/en/docs => docs}/usage/guests/freebsd.md | 0 {website/content/en/docs => docs}/usage/guests/linux.md | 0 {website/content/en/docs => docs}/usage/guests/macos.md | 0 {website/content/en/docs => docs}/usage/ssh.md | 0 pkg/driver/qemu/qemu.go | 2 +- website/content/en/docs | 1 + 73 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 docs/README.md rename {website/content/en/docs => docs}/_index.md (100%) rename {website/content/en/docs => docs}/blogs/_index.md (100%) rename {website/content/en/docs => docs}/community/_index.md (100%) rename {website/content/en/docs => docs}/community/contributing.md (100%) rename {website/content/en/docs => docs}/community/governance.md (100%) rename {website/content/en/docs => docs}/community/roadmap.md (100%) rename {website/content/en/docs => docs}/community/subprojects.md (100%) rename {website/content/en/docs => docs}/config/_index.md (100%) rename {website/content/en/docs => docs}/config/ai/_index.md (100%) rename {website/content/en/docs => docs}/config/ai/inside/_index.md (100%) rename {website/content/en/docs => docs}/config/ai/outside/_index.md (100%) rename {website/content/en/docs => docs}/config/ai/outside/gemini.md (100%) rename {website/content/en/docs => docs}/config/disk.md (100%) rename {website/content/en/docs => docs}/config/environment-variables.md (100%) rename {website/content/en/docs => docs}/config/gpu.md (100%) rename {website/content/en/docs => docs}/config/mount.md (100%) rename {website/content/en/docs => docs}/config/multi-arch.md (100%) rename {website/content/en/docs => docs}/config/network/_index.md (100%) rename {website/content/en/docs => docs}/config/network/user-v2.md (100%) rename {website/content/en/docs => docs}/config/network/user.md (100%) rename {website/content/en/docs => docs}/config/network/vmnet.md (100%) rename {website/content/en/docs => docs}/config/plugin/_index.md (100%) rename {website/content/en/docs => docs}/config/plugin/cli.md (100%) rename {website/content/en/docs => docs}/config/plugin/url.md (100%) rename {website/content/en/docs => docs}/config/plugin/vm.md (100%) rename {website/content/en/docs => docs}/config/port.md (100%) rename {website/content/en/docs => docs}/config/vmtype/_index.md (100%) rename {website/content/en/docs => docs}/config/vmtype/krunkit.md (100%) rename {website/content/en/docs => docs}/config/vmtype/qemu.md (100%) rename {website/content/en/docs => docs}/config/vmtype/vz.md (100%) rename {website/content/en/docs => docs}/config/vmtype/wsl2.md (100%) rename {website/content/en/docs => docs}/dev/_index.md (100%) rename {website/content/en/docs => docs}/dev/drivers.md (100%) rename {website/content/en/docs => docs}/dev/git.md (100%) rename {website/content/en/docs => docs}/dev/internals.md (100%) rename {website/content/en/docs => docs}/dev/testing/_index.md (100%) rename {website/content/en/docs => docs}/dev/testing/bats-style.md (100%) rename {website/content/en/docs => docs}/examples/_index.md (100%) rename {website/content/en/docs => docs}/examples/ai.md (100%) rename {website/content/en/docs => docs}/examples/containers/_index.md (100%) rename {website/content/en/docs => docs}/examples/containers/apptainer/_index.md (100%) rename {website/content/en/docs => docs}/examples/containers/containerd/_index.md (100%) rename {website/content/en/docs => docs}/examples/containers/containerd/advanced/_index.md (100%) rename {website/content/en/docs => docs}/examples/containers/containerd/advanced/bypass4netns.md (100%) rename {website/content/en/docs => docs}/examples/containers/containerd/advanced/gomodjail.md (100%) rename {website/content/en/docs => docs}/examples/containers/containerd/advanced/stargz.md (100%) rename {website/content/en/docs => docs}/examples/containers/docker/_index.md (100%) rename {website/content/en/docs => docs}/examples/containers/kubernetes/_index.md (100%) rename {website/content/en/docs => docs}/examples/containers/podman/_index.md (100%) rename {website/content/en/docs => docs}/examples/gha.md (100%) rename {website/content/en/docs => docs}/examples/vscode.md (100%) rename {website/content/en/docs => docs}/faq/_index.md (100%) rename {website/content/en/docs => docs}/faq/colima.md (100%) rename {website/content/en/docs => docs}/installation/_index.md (100%) rename {website/content/en/docs => docs}/installation/source.md (100%) rename {website/content/en/docs => docs}/reference/_index.md (100%) rename {website/content/en/docs => docs}/releases/_index.md (100%) rename {website/content/en/docs => docs}/releases/breaking.md (100%) rename {website/content/en/docs => docs}/releases/deprecated.md (100%) rename {website/content/en/docs => docs}/releases/experimental.md (100%) rename {website/content/en/docs => docs}/security/_index.md (100%) rename {website/content/en/docs => docs}/talks/_index.md (100%) rename {website/content/en/docs => docs}/templates/_index.md (100%) rename {website/content/en/docs => docs}/templates/github.md (100%) rename {website/content/en/docs => docs}/usage/_index.md (100%) rename {website/content/en/docs => docs}/usage/guests/_index.md (100%) rename {website/content/en/docs => docs}/usage/guests/freebsd.md (100%) rename {website/content/en/docs => docs}/usage/guests/linux.md (100%) rename {website/content/en/docs => docs}/usage/guests/macos.md (100%) rename {website/content/en/docs => docs}/usage/ssh.md (100%) create mode 120000 website/content/en/docs diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 5dfb6367105..00000000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -Moved to diff --git a/website/content/en/docs/_index.md b/docs/_index.md similarity index 100% rename from website/content/en/docs/_index.md rename to docs/_index.md diff --git a/website/content/en/docs/blogs/_index.md b/docs/blogs/_index.md similarity index 100% rename from website/content/en/docs/blogs/_index.md rename to docs/blogs/_index.md diff --git a/website/content/en/docs/community/_index.md b/docs/community/_index.md similarity index 100% rename from website/content/en/docs/community/_index.md rename to docs/community/_index.md diff --git a/website/content/en/docs/community/contributing.md b/docs/community/contributing.md similarity index 100% rename from website/content/en/docs/community/contributing.md rename to docs/community/contributing.md diff --git a/website/content/en/docs/community/governance.md b/docs/community/governance.md similarity index 100% rename from website/content/en/docs/community/governance.md rename to docs/community/governance.md diff --git a/website/content/en/docs/community/roadmap.md b/docs/community/roadmap.md similarity index 100% rename from website/content/en/docs/community/roadmap.md rename to docs/community/roadmap.md diff --git a/website/content/en/docs/community/subprojects.md b/docs/community/subprojects.md similarity index 100% rename from website/content/en/docs/community/subprojects.md rename to docs/community/subprojects.md diff --git a/website/content/en/docs/config/_index.md b/docs/config/_index.md similarity index 100% rename from website/content/en/docs/config/_index.md rename to docs/config/_index.md diff --git a/website/content/en/docs/config/ai/_index.md b/docs/config/ai/_index.md similarity index 100% rename from website/content/en/docs/config/ai/_index.md rename to docs/config/ai/_index.md diff --git a/website/content/en/docs/config/ai/inside/_index.md b/docs/config/ai/inside/_index.md similarity index 100% rename from website/content/en/docs/config/ai/inside/_index.md rename to docs/config/ai/inside/_index.md diff --git a/website/content/en/docs/config/ai/outside/_index.md b/docs/config/ai/outside/_index.md similarity index 100% rename from website/content/en/docs/config/ai/outside/_index.md rename to docs/config/ai/outside/_index.md diff --git a/website/content/en/docs/config/ai/outside/gemini.md b/docs/config/ai/outside/gemini.md similarity index 100% rename from website/content/en/docs/config/ai/outside/gemini.md rename to docs/config/ai/outside/gemini.md diff --git a/website/content/en/docs/config/disk.md b/docs/config/disk.md similarity index 100% rename from website/content/en/docs/config/disk.md rename to docs/config/disk.md diff --git a/website/content/en/docs/config/environment-variables.md b/docs/config/environment-variables.md similarity index 100% rename from website/content/en/docs/config/environment-variables.md rename to docs/config/environment-variables.md diff --git a/website/content/en/docs/config/gpu.md b/docs/config/gpu.md similarity index 100% rename from website/content/en/docs/config/gpu.md rename to docs/config/gpu.md diff --git a/website/content/en/docs/config/mount.md b/docs/config/mount.md similarity index 100% rename from website/content/en/docs/config/mount.md rename to docs/config/mount.md diff --git a/website/content/en/docs/config/multi-arch.md b/docs/config/multi-arch.md similarity index 100% rename from website/content/en/docs/config/multi-arch.md rename to docs/config/multi-arch.md diff --git a/website/content/en/docs/config/network/_index.md b/docs/config/network/_index.md similarity index 100% rename from website/content/en/docs/config/network/_index.md rename to docs/config/network/_index.md diff --git a/website/content/en/docs/config/network/user-v2.md b/docs/config/network/user-v2.md similarity index 100% rename from website/content/en/docs/config/network/user-v2.md rename to docs/config/network/user-v2.md diff --git a/website/content/en/docs/config/network/user.md b/docs/config/network/user.md similarity index 100% rename from website/content/en/docs/config/network/user.md rename to docs/config/network/user.md diff --git a/website/content/en/docs/config/network/vmnet.md b/docs/config/network/vmnet.md similarity index 100% rename from website/content/en/docs/config/network/vmnet.md rename to docs/config/network/vmnet.md diff --git a/website/content/en/docs/config/plugin/_index.md b/docs/config/plugin/_index.md similarity index 100% rename from website/content/en/docs/config/plugin/_index.md rename to docs/config/plugin/_index.md diff --git a/website/content/en/docs/config/plugin/cli.md b/docs/config/plugin/cli.md similarity index 100% rename from website/content/en/docs/config/plugin/cli.md rename to docs/config/plugin/cli.md diff --git a/website/content/en/docs/config/plugin/url.md b/docs/config/plugin/url.md similarity index 100% rename from website/content/en/docs/config/plugin/url.md rename to docs/config/plugin/url.md diff --git a/website/content/en/docs/config/plugin/vm.md b/docs/config/plugin/vm.md similarity index 100% rename from website/content/en/docs/config/plugin/vm.md rename to docs/config/plugin/vm.md diff --git a/website/content/en/docs/config/port.md b/docs/config/port.md similarity index 100% rename from website/content/en/docs/config/port.md rename to docs/config/port.md diff --git a/website/content/en/docs/config/vmtype/_index.md b/docs/config/vmtype/_index.md similarity index 100% rename from website/content/en/docs/config/vmtype/_index.md rename to docs/config/vmtype/_index.md diff --git a/website/content/en/docs/config/vmtype/krunkit.md b/docs/config/vmtype/krunkit.md similarity index 100% rename from website/content/en/docs/config/vmtype/krunkit.md rename to docs/config/vmtype/krunkit.md diff --git a/website/content/en/docs/config/vmtype/qemu.md b/docs/config/vmtype/qemu.md similarity index 100% rename from website/content/en/docs/config/vmtype/qemu.md rename to docs/config/vmtype/qemu.md diff --git a/website/content/en/docs/config/vmtype/vz.md b/docs/config/vmtype/vz.md similarity index 100% rename from website/content/en/docs/config/vmtype/vz.md rename to docs/config/vmtype/vz.md diff --git a/website/content/en/docs/config/vmtype/wsl2.md b/docs/config/vmtype/wsl2.md similarity index 100% rename from website/content/en/docs/config/vmtype/wsl2.md rename to docs/config/vmtype/wsl2.md diff --git a/website/content/en/docs/dev/_index.md b/docs/dev/_index.md similarity index 100% rename from website/content/en/docs/dev/_index.md rename to docs/dev/_index.md diff --git a/website/content/en/docs/dev/drivers.md b/docs/dev/drivers.md similarity index 100% rename from website/content/en/docs/dev/drivers.md rename to docs/dev/drivers.md diff --git a/website/content/en/docs/dev/git.md b/docs/dev/git.md similarity index 100% rename from website/content/en/docs/dev/git.md rename to docs/dev/git.md diff --git a/website/content/en/docs/dev/internals.md b/docs/dev/internals.md similarity index 100% rename from website/content/en/docs/dev/internals.md rename to docs/dev/internals.md diff --git a/website/content/en/docs/dev/testing/_index.md b/docs/dev/testing/_index.md similarity index 100% rename from website/content/en/docs/dev/testing/_index.md rename to docs/dev/testing/_index.md diff --git a/website/content/en/docs/dev/testing/bats-style.md b/docs/dev/testing/bats-style.md similarity index 100% rename from website/content/en/docs/dev/testing/bats-style.md rename to docs/dev/testing/bats-style.md diff --git a/website/content/en/docs/examples/_index.md b/docs/examples/_index.md similarity index 100% rename from website/content/en/docs/examples/_index.md rename to docs/examples/_index.md diff --git a/website/content/en/docs/examples/ai.md b/docs/examples/ai.md similarity index 100% rename from website/content/en/docs/examples/ai.md rename to docs/examples/ai.md diff --git a/website/content/en/docs/examples/containers/_index.md b/docs/examples/containers/_index.md similarity index 100% rename from website/content/en/docs/examples/containers/_index.md rename to docs/examples/containers/_index.md diff --git a/website/content/en/docs/examples/containers/apptainer/_index.md b/docs/examples/containers/apptainer/_index.md similarity index 100% rename from website/content/en/docs/examples/containers/apptainer/_index.md rename to docs/examples/containers/apptainer/_index.md diff --git a/website/content/en/docs/examples/containers/containerd/_index.md b/docs/examples/containers/containerd/_index.md similarity index 100% rename from website/content/en/docs/examples/containers/containerd/_index.md rename to docs/examples/containers/containerd/_index.md diff --git a/website/content/en/docs/examples/containers/containerd/advanced/_index.md b/docs/examples/containers/containerd/advanced/_index.md similarity index 100% rename from website/content/en/docs/examples/containers/containerd/advanced/_index.md rename to docs/examples/containers/containerd/advanced/_index.md diff --git a/website/content/en/docs/examples/containers/containerd/advanced/bypass4netns.md b/docs/examples/containers/containerd/advanced/bypass4netns.md similarity index 100% rename from website/content/en/docs/examples/containers/containerd/advanced/bypass4netns.md rename to docs/examples/containers/containerd/advanced/bypass4netns.md diff --git a/website/content/en/docs/examples/containers/containerd/advanced/gomodjail.md b/docs/examples/containers/containerd/advanced/gomodjail.md similarity index 100% rename from website/content/en/docs/examples/containers/containerd/advanced/gomodjail.md rename to docs/examples/containers/containerd/advanced/gomodjail.md diff --git a/website/content/en/docs/examples/containers/containerd/advanced/stargz.md b/docs/examples/containers/containerd/advanced/stargz.md similarity index 100% rename from website/content/en/docs/examples/containers/containerd/advanced/stargz.md rename to docs/examples/containers/containerd/advanced/stargz.md diff --git a/website/content/en/docs/examples/containers/docker/_index.md b/docs/examples/containers/docker/_index.md similarity index 100% rename from website/content/en/docs/examples/containers/docker/_index.md rename to docs/examples/containers/docker/_index.md diff --git a/website/content/en/docs/examples/containers/kubernetes/_index.md b/docs/examples/containers/kubernetes/_index.md similarity index 100% rename from website/content/en/docs/examples/containers/kubernetes/_index.md rename to docs/examples/containers/kubernetes/_index.md diff --git a/website/content/en/docs/examples/containers/podman/_index.md b/docs/examples/containers/podman/_index.md similarity index 100% rename from website/content/en/docs/examples/containers/podman/_index.md rename to docs/examples/containers/podman/_index.md diff --git a/website/content/en/docs/examples/gha.md b/docs/examples/gha.md similarity index 100% rename from website/content/en/docs/examples/gha.md rename to docs/examples/gha.md diff --git a/website/content/en/docs/examples/vscode.md b/docs/examples/vscode.md similarity index 100% rename from website/content/en/docs/examples/vscode.md rename to docs/examples/vscode.md diff --git a/website/content/en/docs/faq/_index.md b/docs/faq/_index.md similarity index 100% rename from website/content/en/docs/faq/_index.md rename to docs/faq/_index.md diff --git a/website/content/en/docs/faq/colima.md b/docs/faq/colima.md similarity index 100% rename from website/content/en/docs/faq/colima.md rename to docs/faq/colima.md diff --git a/website/content/en/docs/installation/_index.md b/docs/installation/_index.md similarity index 100% rename from website/content/en/docs/installation/_index.md rename to docs/installation/_index.md diff --git a/website/content/en/docs/installation/source.md b/docs/installation/source.md similarity index 100% rename from website/content/en/docs/installation/source.md rename to docs/installation/source.md diff --git a/website/content/en/docs/reference/_index.md b/docs/reference/_index.md similarity index 100% rename from website/content/en/docs/reference/_index.md rename to docs/reference/_index.md diff --git a/website/content/en/docs/releases/_index.md b/docs/releases/_index.md similarity index 100% rename from website/content/en/docs/releases/_index.md rename to docs/releases/_index.md diff --git a/website/content/en/docs/releases/breaking.md b/docs/releases/breaking.md similarity index 100% rename from website/content/en/docs/releases/breaking.md rename to docs/releases/breaking.md diff --git a/website/content/en/docs/releases/deprecated.md b/docs/releases/deprecated.md similarity index 100% rename from website/content/en/docs/releases/deprecated.md rename to docs/releases/deprecated.md diff --git a/website/content/en/docs/releases/experimental.md b/docs/releases/experimental.md similarity index 100% rename from website/content/en/docs/releases/experimental.md rename to docs/releases/experimental.md diff --git a/website/content/en/docs/security/_index.md b/docs/security/_index.md similarity index 100% rename from website/content/en/docs/security/_index.md rename to docs/security/_index.md diff --git a/website/content/en/docs/talks/_index.md b/docs/talks/_index.md similarity index 100% rename from website/content/en/docs/talks/_index.md rename to docs/talks/_index.md diff --git a/website/content/en/docs/templates/_index.md b/docs/templates/_index.md similarity index 100% rename from website/content/en/docs/templates/_index.md rename to docs/templates/_index.md diff --git a/website/content/en/docs/templates/github.md b/docs/templates/github.md similarity index 100% rename from website/content/en/docs/templates/github.md rename to docs/templates/github.md diff --git a/website/content/en/docs/usage/_index.md b/docs/usage/_index.md similarity index 100% rename from website/content/en/docs/usage/_index.md rename to docs/usage/_index.md diff --git a/website/content/en/docs/usage/guests/_index.md b/docs/usage/guests/_index.md similarity index 100% rename from website/content/en/docs/usage/guests/_index.md rename to docs/usage/guests/_index.md diff --git a/website/content/en/docs/usage/guests/freebsd.md b/docs/usage/guests/freebsd.md similarity index 100% rename from website/content/en/docs/usage/guests/freebsd.md rename to docs/usage/guests/freebsd.md diff --git a/website/content/en/docs/usage/guests/linux.md b/docs/usage/guests/linux.md similarity index 100% rename from website/content/en/docs/usage/guests/linux.md rename to docs/usage/guests/linux.md diff --git a/website/content/en/docs/usage/guests/macos.md b/docs/usage/guests/macos.md similarity index 100% rename from website/content/en/docs/usage/guests/macos.md rename to docs/usage/guests/macos.md diff --git a/website/content/en/docs/usage/ssh.md b/docs/usage/ssh.md similarity index 100% rename from website/content/en/docs/usage/ssh.md rename to docs/usage/ssh.md diff --git a/pkg/driver/qemu/qemu.go b/pkg/driver/qemu/qemu.go index 36fe5fdff4f..697576fe5c3 100644 --- a/pkg/driver/qemu/qemu.go +++ b/pkg/driver/qemu/qemu.go @@ -59,7 +59,7 @@ type Config struct { // softMin must be >= hardMin. // // When updating this function, make sure to update -// `website/content/en/docs/config/vmtype/qemu.md` too. +// `docs/config/vmtype/qemu.md` too. func minimumQemuVersion() (hardMin, softMin semver.Version) { var h, s string switch runtime.GOOS { diff --git a/website/content/en/docs b/website/content/en/docs new file mode 120000 index 00000000000..48c4a0c02f1 --- /dev/null +++ b/website/content/en/docs @@ -0,0 +1 @@ +../../../docs \ No newline at end of file