diff --git a/templates/roles/web-app/README.md.j2 b/templates/roles/web-app/README.md.j2 index a519138e..fcfe3557 100644 --- a/templates/roles/web-app/README.md.j2 +++ b/templates/roles/web-app/README.md.j2 @@ -1,6 +1,6 @@ -# Docker Role Template +# {{ application_id }} Template -This folder contains a template to setup docker roles. +This folder contains a template to setup a web app role. ## Description diff --git a/templates/roles/web-app/docs/README.md.j2 b/templates/roles/web-app/docs/README.md.j2 new file mode 100644 index 00000000..176cab63 --- /dev/null +++ b/templates/roles/web-app/docs/README.md.j2 @@ -0,0 +1,3 @@ +# Additional Docs for {{ application_id }} + +This folder contains additional documentation for {{ application_id }}. \ No newline at end of file