diff --git a/README.md b/README.md index 1e59e0c1..f6ad3576 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The framework is a companion to: The framework consists of: -* [Engineering principles](principles.md) and [blueprints](blueprints.md) +* [Engineering principles](principles.md) * [Engineering quality review tool](insights/review.md) * Guidance on how to practice [continuous improvement](continuous-improvement.md) diff --git a/blueprints.md b/blueprints.md deleted file mode 100644 index 01c3fc68..00000000 --- a/blueprints.md +++ /dev/null @@ -1,14 +0,0 @@ -# Engineering blueprints - -This is a list of blueprint solutions to common problems which are referenced within this [quality framework](README.md). - -Where possible this will be a set of fully working components / solutions you can use. Where that's not possible, it will be instructions. - -| Topic | Type of blueprint | Classification | Status | -| :--------------------------------------------------------------------------------------- | :---------------- | :------------- | :--------- | -| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published | -| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published | -| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published | -| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published | -| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published | -| Cross-account backups on AWS | Instructions | In progress | Draft |