From 3993e2cf28877bd6a93a7c5387e77123eb57ee4c Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 5 Nov 2018 14:49:29 +0000 Subject: [PATCH 1/2] Link to tech docs format for PHP and Node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They’re live 🎉 One more to go… --- app/templates/views/documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/documentation.html b/app/templates/views/documentation.html index 2ee51e400..eb4caf56c 100644 --- a/app/templates/views/documentation.html +++ b/app/templates/views/documentation.html @@ -14,8 +14,8 @@ From c1bcfff8952e8057f3dcc4fc4c41da3481fdb03e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 5 Nov 2018 15:17:07 +0000 Subject: [PATCH 2/2] 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.