diff --git a/SUMMARY.md b/SUMMARY.md index a245a9c..8029bc0 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -68,8 +68,3 @@ * [Features](release-notes/features.md) * [Security](release-notes/security.md) * [Resolved Issues](release-notes/resolved-issues.md) - -## Performance - -* [AP NOS](performance/ap-nos.md) -* [SDK](performance/sdk.md) diff --git a/performance/ap-nos.md b/performance/ap-nos.md deleted file mode 100644 index 1816f17..0000000 --- a/performance/ap-nos.md +++ /dev/null @@ -1,2 +0,0 @@ -# AP NOS - diff --git a/performance/sdk.md b/performance/sdk.md deleted file mode 100644 index ac1a6de..0000000 --- a/performance/sdk.md +++ /dev/null @@ -1,2 +0,0 @@ -# SDK - diff --git a/sdk-installation/deploy-using-docker-compose.md b/sdk-installation/deploy-using-docker-compose.md index 9bff5cc..9be7517 100644 --- a/sdk-installation/deploy-using-docker-compose.md +++ b/sdk-installation/deploy-using-docker-compose.md @@ -14,7 +14,7 @@ The following two modes are currently supported by docker-compose: This model contains single instances of SDK micro-services. Non-Load Balancer is suitable for scenarios where load given number of APs is below 10,000 or design for network availability is not required. \ \ - A single local docker-compose deployment performance is listed [here](../performance/sdk.md). Additionally this deployment includes options to use either self-signed certificates or user provided certificates: + A single local docker-compose deployment performance is listed [here](broken-reference). Additionally this deployment includes options to use either self-signed certificates or user provided certificates: * [Non-LB deployment with self-signed certificates](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy/tree/release/v2.4.0/docker-compose#non-lb-deployment-with-self-signed-certificates) * [Non-LB deployment with own certificates](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy/tree/release/v2.4.0/docker-compose#non-lb-deployment-with-own-certificates)\ @@ -23,7 +23,7 @@ The following two modes are currently supported by docker-compose: This model is suitable for deployments where there is a need to scale performance and/or use Letsencrypt certificates for northbound service interactions. \ \ - This deployment allows the user to scale up number of instances of micro-services to handle a larger load than listed [here](../performance/sdk.md). \ + This deployment allows the user to scale up number of instances of micro-services to handle a larger load than listed [here](broken-reference). \ \ The repository contains the instructions here: