Skip to content

Commit 2c2962a

Browse files
wip
1 parent f492108 commit 2c2962a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ This repository documents the Supplier API specification and provides an SDK wit
1111

1212
## OAS Specifications
1313

14-
- [Current Version](specification/api/notify-supplier.yml)
15-
- [vNext](specification/api/notify-supplier-next.yml)
14+
- [Current Version](specification/api/notify-supplier-phase1.yml)
1615

1716
## Table of Contents
1817

sdk/_config.version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 0.2.0-20250724.105025+579bd65
1+
version: 0.1

sdk/swagger-initializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ window.onload = function() {
33

44
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
55
window.ui = SwaggerUIBundle({
6-
urls: [{url:"swagger.json", name: "current"},{url:"swagger-vnext.json", name: "vNext"}],
6+
urls: [{url:"swagger.json", name: "current"}],
77
dom_id: '#swagger-ui',
88
deepLinking: true,
99
presets: [

sdk/swagger-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ mv swagger/swagger-ui-$VERSION/dist/* swagger
1010
rm -r swagger/swagger-ui-$VERSION
1111
cp swagger-initializer.js swagger/swagger-initializer.js
1212
cp ../specification/api/notify-supplier-phase1.yml swagger/swagger.json
13-
cp ../specification/api/notify-supplier-next.yml swagger/swagger-vnext.json
13+
# cp ../specification/api/notify-supplier-next.yml swagger/swagger-vnext.json
1414
rm swagger.zip

0 commit comments

Comments
 (0)