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