Skip to content

Commit 18c7875

Browse files
minor fixes
1 parent b20b3e9 commit 18c7875

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ This repository documents the Supplier API specification and provides an SDK wit
2525
- [SDK Assets](#sdk-assets)
2626
- [Examples](#examples)
2727
- [API Developers](#api-developers)
28-
- [Pre built servers](#pre-built-servers)
2928
- [Setup](#setup)
3029
- [Prerequisites and Configuration](#prerequisites-and-configuration)
3130
- [SDKs](#sdks)
3231
- [Build](#build)
32+
- [Documentation](#documentation-1)
3333
- [GitHub Actions CI/CD](#github-actions-cicd)
3434
- [CI (Automatic)](#ci-automatic)
3535
- [CD (Manual)](#cd-manual)
@@ -68,11 +68,7 @@ TODO:CCM-11209 Links to example clients.
6868

6969
## API Developers
7070

71-
New developer of the NHS Notify Supplier API should understand the below.
72-
73-
### Pre built servers
74-
75-
- OAS preview at [http://localhost:8080/swagger/index.html](http://localhost:8080/swagger/index.html)
71+
New developers of the NHS Notify Supplier API should understand the below.
7672

7773
### Setup
7874

@@ -115,6 +111,10 @@ by default they will be available at [http://localhost:3050](http://localhost:30
115111

116112
These are generated using [https://hub.docker.com/r/openapitools/openapi-generator-cli](https://hub.docker.com/r/openapitools/openapi-generator-cli)
117113

114+
### Documentation
115+
116+
- You can preview the OAS locally by running `make serve-oas`
117+
118118
### GitHub Actions CI/CD
119119

120120
#### CI (Automatic)

0 commit comments

Comments
 (0)