dev-docs: move into top-level dir (#924)

This commit is contained in:
Moritz Eckert 2023-01-10 14:18:41 +01:00 committed by GitHub
parent c19e894d43
commit b2f8f72f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 5 additions and 5 deletions

View File

@ -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)