From 9ee193896bf74ebd70ed5499e321e6e4e8d3701d Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 26 May 2019 19:56:33 -0500 Subject: [PATCH] Rename External subsections to avoid name collision QubesOS/qubes-issues#4693 --- doc.md | 4 ++-- .../building-archlinux-template.md | 0 .../building-non-fedora-template.md | 0 .../{building => building-guides}/building-whonix-template.md | 0 external/{managing-os => os-guides}/archlinux.md | 0 external/{managing-os => os-guides}/linux-hvm-tips.md | 0 external/{managing-os => os-guides}/netbsd.md | 0 external/{managing-os => os-guides}/pentesting.md | 0 external/{managing-os => os-guides}/pentesting/blackarch.md | 0 external/{managing-os => os-guides}/pentesting/kali.md | 0 external/{managing-os => os-guides}/pentesting/ptf.md | 0 external/{managing-os => os-guides}/ubuntu.md | 0 external/{managing-os => os-guides}/windows/windows-tools.md | 0 external/{managing-os => os-guides}/windows/windows-vm.md | 0 14 files changed, 2 insertions(+), 2 deletions(-) rename external/{building => building-guides}/building-archlinux-template.md (100%) rename external/{building => building-guides}/building-non-fedora-template.md (100%) rename external/{building => building-guides}/building-whonix-template.md (100%) rename external/{managing-os => os-guides}/archlinux.md (100%) rename external/{managing-os => os-guides}/linux-hvm-tips.md (100%) rename external/{managing-os => os-guides}/netbsd.md (100%) rename external/{managing-os => os-guides}/pentesting.md (100%) rename external/{managing-os => os-guides}/pentesting/blackarch.md (100%) rename external/{managing-os => os-guides}/pentesting/kali.md (100%) rename external/{managing-os => os-guides}/pentesting/ptf.md (100%) rename external/{managing-os => os-guides}/ubuntu.md (100%) rename external/{managing-os => os-guides}/windows/windows-tools.md (100%) rename external/{managing-os => os-guides}/windows/windows-vm.md (100%) diff --git a/doc.md b/doc.md index a433cb0f..6fdc7d67 100644 --- a/doc.md +++ b/doc.md @@ -185,7 +185,7 @@ Core documentation for Qubes developers and advanced users. Unofficial, third-party documentation from the Qubes community and others. -### Managing Operating Systems within Qubes +### Operating System Guides * [Template: Archlinux](/doc/templates/archlinux/) * [Template: Ubuntu](/doc/templates/ubuntu/) @@ -264,7 +264,7 @@ Unofficial, third-party documentation from the Qubes community and others. * [How to remove VMs manually](/doc/remove-vm-manually/) * [Intel Integrated Graphics Troubleshooting](/doc/intel-igfx-troubleshooting/) -### Building +### Building Guides * [Building a TemplateVM based on a new OS (ArchLinux example)](/doc/building-non-fedora-template/) * [Building the Archlinux Template](/doc/building-archlinux-template/) diff --git a/external/building/building-archlinux-template.md b/external/building-guides/building-archlinux-template.md similarity index 100% rename from external/building/building-archlinux-template.md rename to external/building-guides/building-archlinux-template.md diff --git a/external/building/building-non-fedora-template.md b/external/building-guides/building-non-fedora-template.md similarity index 100% rename from external/building/building-non-fedora-template.md rename to external/building-guides/building-non-fedora-template.md diff --git a/external/building/building-whonix-template.md b/external/building-guides/building-whonix-template.md similarity index 100% rename from external/building/building-whonix-template.md rename to external/building-guides/building-whonix-template.md diff --git a/external/managing-os/archlinux.md b/external/os-guides/archlinux.md similarity index 100% rename from external/managing-os/archlinux.md rename to external/os-guides/archlinux.md diff --git a/external/managing-os/linux-hvm-tips.md b/external/os-guides/linux-hvm-tips.md similarity index 100% rename from external/managing-os/linux-hvm-tips.md rename to external/os-guides/linux-hvm-tips.md diff --git a/external/managing-os/netbsd.md b/external/os-guides/netbsd.md similarity index 100% rename from external/managing-os/netbsd.md rename to external/os-guides/netbsd.md diff --git a/external/managing-os/pentesting.md b/external/os-guides/pentesting.md similarity index 100% rename from external/managing-os/pentesting.md rename to external/os-guides/pentesting.md diff --git a/external/managing-os/pentesting/blackarch.md b/external/os-guides/pentesting/blackarch.md similarity index 100% rename from external/managing-os/pentesting/blackarch.md rename to external/os-guides/pentesting/blackarch.md diff --git a/external/managing-os/pentesting/kali.md b/external/os-guides/pentesting/kali.md similarity index 100% rename from external/managing-os/pentesting/kali.md rename to external/os-guides/pentesting/kali.md diff --git a/external/managing-os/pentesting/ptf.md b/external/os-guides/pentesting/ptf.md similarity index 100% rename from external/managing-os/pentesting/ptf.md rename to external/os-guides/pentesting/ptf.md diff --git a/external/managing-os/ubuntu.md b/external/os-guides/ubuntu.md similarity index 100% rename from external/managing-os/ubuntu.md rename to external/os-guides/ubuntu.md diff --git a/external/managing-os/windows/windows-tools.md b/external/os-guides/windows/windows-tools.md similarity index 100% rename from external/managing-os/windows/windows-tools.md rename to external/os-guides/windows/windows-tools.md diff --git a/external/managing-os/windows/windows-vm.md b/external/os-guides/windows/windows-vm.md similarity index 100% rename from external/managing-os/windows/windows-vm.md rename to external/os-guides/windows/windows-vm.md