File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
116112These 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)
You can’t perform that action at this time.
0 commit comments