From b2f8f72f1ea130082ed323fd09ff50fdfe9e2c18 Mon Sep 17 00:00:00 2001 From: Moritz Eckert Date: Tue, 10 Jan 2023 14:18:41 +0100 Subject: [PATCH] dev-docs: move into top-level dir (#924) --- CONTRIBUTING.md | 10 +++++----- {.github/docs => dev-docs}/conventions.md | 0 {.github/docs => dev-docs/howto}/longhorn.md | 0 {.github/docs => dev-docs/howto}/nfs.md | 0 {.github/docs => dev-docs}/layout.md | 0 .../workflows/build-test-run.md | 0 .../README.md => dev-docs/workflows/github-actions.md | 0 {.github/docs => dev-docs/workflows}/qemu.md | 0 {.github/docs => dev-docs/workflows}/release.md | 0 {.github/docs => dev-docs/workflows}/terraform.md | 0 .../docs => dev-docs/workflows}/upgrade-kubernetes.md | 0 11 files changed, 5 insertions(+), 5 deletions(-) rename {.github/docs => dev-docs}/conventions.md (100%) rename {.github/docs => dev-docs/howto}/longhorn.md (100%) rename {.github/docs => dev-docs/howto}/nfs.md (100%) rename {.github/docs => dev-docs}/layout.md (100%) rename .github/docs/development.md => dev-docs/workflows/build-test-run.md (100%) rename .github/docs/README.md => dev-docs/workflows/github-actions.md (100%) rename {.github/docs => dev-docs/workflows}/qemu.md (100%) rename {.github/docs => dev-docs/workflows}/release.md (100%) rename {.github/docs => dev-docs/workflows}/terraform.md (100%) rename {.github/docs => dev-docs/workflows}/upgrade-kubernetes.md (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a658311f..cd8eb6b39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,8 @@ Constellation is licensed under the [AGPLv3](LICENSE). When contributing, you al We have some documentation, guidelines and conventions that you can go through to familiarize yourself with the project and get started hacking on it. -* Building, testing, deploying: [local development](/.github/docs/development.md) -* [Code conventions](/.github/docs/conventions.md#code-conventions) -* [Process conventions](/.github/docs/conventions.md#process-conventions) -* [Repository layout](/.github/docs/layout.md#repository-layout) -* [Upgrading Kubernetes](/.github/docs/upgrade-kubernetes.md) +* Building, testing, deploying: [local development](/dev-docs/workflows/build-test-run.md) +* [Code conventions](/dev-docs/conventions.md#code-conventions) +* [Process conventions](/dev-docs/conventions.md#process-conventions) +* [Repository layout](/dev-docs/layout.md#repository-layout) +* [Upgrading Kubernetes](/dev-docs/workflows/upgrade-kubernetes.md) diff --git a/.github/docs/conventions.md b/dev-docs/conventions.md similarity index 100% rename from .github/docs/conventions.md rename to dev-docs/conventions.md diff --git a/.github/docs/longhorn.md b/dev-docs/howto/longhorn.md similarity index 100% rename from .github/docs/longhorn.md rename to dev-docs/howto/longhorn.md diff --git a/.github/docs/nfs.md b/dev-docs/howto/nfs.md similarity index 100% rename from .github/docs/nfs.md rename to dev-docs/howto/nfs.md diff --git a/.github/docs/layout.md b/dev-docs/layout.md similarity index 100% rename from .github/docs/layout.md rename to dev-docs/layout.md diff --git a/.github/docs/development.md b/dev-docs/workflows/build-test-run.md similarity index 100% rename from .github/docs/development.md rename to dev-docs/workflows/build-test-run.md diff --git a/.github/docs/README.md b/dev-docs/workflows/github-actions.md similarity index 100% rename from .github/docs/README.md rename to dev-docs/workflows/github-actions.md diff --git a/.github/docs/qemu.md b/dev-docs/workflows/qemu.md similarity index 100% rename from .github/docs/qemu.md rename to dev-docs/workflows/qemu.md diff --git a/.github/docs/release.md b/dev-docs/workflows/release.md similarity index 100% rename from .github/docs/release.md rename to dev-docs/workflows/release.md diff --git a/.github/docs/terraform.md b/dev-docs/workflows/terraform.md similarity index 100% rename from .github/docs/terraform.md rename to dev-docs/workflows/terraform.md diff --git a/.github/docs/upgrade-kubernetes.md b/dev-docs/workflows/upgrade-kubernetes.md similarity index 100% rename from .github/docs/upgrade-kubernetes.md rename to dev-docs/workflows/upgrade-kubernetes.md