diff --git a/app/assets/stylesheets/views/documenation.scss b/app/assets/stylesheets/views/documenation.scss index d86486aee..62ff03ed8 100644 --- a/app/assets/stylesheets/views/documenation.scss +++ b/app/assets/stylesheets/views/documenation.scss @@ -36,8 +36,14 @@ } ul { + list-style: disc; margin: 0 0 20px 20px; + + ul { + margin-bottom: 0; + } + } ol { diff --git a/docs/index.md b/docs/index.md index d5c0ee59b..3573a849e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -66,11 +66,9 @@ GOV.UK Notify provides an API that allows you to create text and email notificat There are two ways to integrate the API into your service: * use one of the client libraries provided by GOV.UK Notify: -
Note: To access the template ID from the [GOV.UK Notify](https://www.notifications.service.gov.uk/) web application, go to Text message templates or Email templates and click on API info. -
+ **Note:** To access the template ID from the [GOV.UK Notify](https://www.notifications.service.gov.uk/) web application, go to **Text message templates** or **Email templates** and click on **API info**. * `personalisation` (optional) specifies the values for the placeholders in your templates -Note: You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart). + + **Note:** You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart). The response will be: @@ -179,7 +177,7 @@ The response will be: } ``` -where `id` is the unique identifier for the notification - you will use this id to retrieve the status of a notification. +where `id` is the unique identifier for the notification – you will use this id to retrieve the status of a notification. To retrieve the status of a single text or email notification: ```