From 8cc490f1db6856c3f026c2d0a351bc29b0a5c380 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 25 Feb 2021 19:06:05 +0100 Subject: [PATCH] removed deployment from README.md & SUMMARY.md --- README.md | 1 - SUMMARY.md | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/README.md b/README.md index 8f1abf6ea..87c8137da 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Logins: There are four important directories: * [Backend](./backend) runs on the server and is a middleware between database and frontend * [Frontend](./webapp) is a server-side-rendered and client-side-rendered web frontend -* [Deployment](./deployment) configuration for kubernetes * [Cypress](./cypress) contains end-to-end tests and executable feature specifications In order to setup the application and start to develop features you have to diff --git a/SUMMARY.md b/SUMMARY.md index a04c96d98..b58f7d06e 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -16,23 +16,6 @@ * [Frontend tests](webapp/testing.md) * [Backend tests](backend/testing.md) * [Contributing](CONTRIBUTING.md) -* [Kubernetes Deployment](deployment/README.md) - * [Minikube](deployment/minikube/README.md) - * [Digital Ocean](deployment/digital-ocean/README.md) - * [Kubernetes Dashboard](deployment/digital-ocean/dashboard/README.md) - * [HTTPS](deployment/digital-ocean/https/README.md) - * [ocelot.social](deployment/ocelot-social/README.md) - * [Error Reporting](deployment/ocelot-social/error-reporting/README.md) - * [Mailserver](deployment/ocelot-social/mailserver/README.md) - * [Maintenance](deployment/ocelot-social/maintenance/README.md) - * [Volumes](deployment/volumes/README.md) - * [Neo4J Offline-Backups](deployment/volumes/neo4j-offline-backup/README.md) - * [Neo4J Online-Backups](deployment/volumes/neo4j-online-backup/README.md) - * [Volume Snapshots](deployment/volumes/volume-snapshots/README.md) - * [Reclaim Policy](deployment/volumes/reclaim-policy/README.md) - * [Velero](deployment/volumes/velero/README.md) - * [Metrics](deployment/monitoring/README.md) - * [Legacy Migration](deployment/legacy-migration/README.md) * [Feature Specification](cypress/features.md) * [Code of conduct](CODE_OF_CONDUCT.md) * [License](LICENSE.md)