From b7d608c5dda4da1d550b17731e8cb7aaa8ef0374 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Sun, 21 May 2017 18:35:47 -0500 Subject: [PATCH] Break out recipes as sub list --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff14cc8..17a616a 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ COmanage Registry and deployments ready for production. ## What is here * [Dockerfile templates](#Dockerfile-templates) -* [Simple deployment for evaluation, no persistence](recipes/simple-no-persistence/README.md) -* [Simple deployment for evaluation with persistence](recipes/simple-with-persistence/README.md) -* [Production deployment using Docker stacks with mod_auth_openidc and MariaDB](recipes/production-mod-auth-openidc-mariadb/README.md) -* [Production deployment using docker-compose with Shibboleth SP and PostgreSQL](recipes/production-shibboleth-sp-postgres/README.md) +* Recipes + * [Simple deployment for evaluation, no persistence](recipes/simple-no-persistence/README.md) + * [Simple deployment for evaluation with persistence](recipes/simple-with-persistence/README.md) + * [Production deployment using Docker stacks with mod_auth_openidc and MariaDB](recipes/production-mod-auth-openidc-mariadb/README.md) + * [Production deployment using docker-compose with Shibboleth SP and PostgreSQL](recipes/production-shibboleth-sp-postgres/README.md) ## Dockerfile templates