From 901f5b5b222a5ebf2f7a1706cd47bed48a84f27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 12 Apr 2019 13:37:31 +0200 Subject: [PATCH] Move deployment in separate folder --- SUMMARY.md | 8 ++++---- deployment.md => deployment/deployment.md | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename deployment.md => deployment/deployment.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index f3ab37e27..8aff4ca1a 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -24,10 +24,10 @@ * [Import](backend/data-import.md) * [Middleware](backend/middleware.md) * [Testing Guide](testing.md) -* [Cypress](cypress/README.md) - * [Integration Testing](cypress/integration-testing.md) -* [Deployment](deployment.md) -* [CONTRIBUTING](contributing.md) + * [Cypress](cypress/README.md) + * [Integration Testing](cypress/integration-testing.md) +* [Deployment](deployment/deployment.md) +* [CONTRIBUTING](CONTRIBUTING.md) * [CODE OF CONDUCT](CODE_OF_CONDUCT.md) * [LICENSE](LICENSE.md) diff --git a/deployment.md b/deployment/deployment.md similarity index 100% rename from deployment.md rename to deployment/deployment.md