From c1bcfff8952e8057f3dcc4fc4c41da3481fdb03e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 5 Nov 2018 15:17:07 +0000 Subject: [PATCH] Add link to .NET documentation --- app/templates/views/documentation.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/app/templates/views/documentation.html b/app/templates/views/documentation.html index eb4caf56c..e4b643b20 100644 --- a/app/templates/views/documentation.html +++ b/app/templates/views/documentation.html @@ -9,17 +9,21 @@
-

Documentation

-

Integrate with the GOV.UK Notify API using one of our clients (links open in a new tab):

- -

You can also find out about integration testing and the different types of API keys that you can use.

+

Documentation

+

Integrate with the GOV.UK Notify API using one of our clients (links open in a new tab):

+
    + {% for key, label in [ + ('java', 'Java'), + ('net', '.NET'), + ('node', 'Node JS'), + ('php', 'PHP'), + ('python', 'Python'), + ('ruby', 'Ruby'), + ] %} +
  • {{ label }}
  • + {% endfor %} +
+

You can also find out about integration testing and the different types of API keys that you can use.