Skip to content

Commit c33b259

Browse files
Merge pull request #181 from MobilePayDev/remove-old-specs
Remove old specs: invoice, online, pos, and reporting
2 parents 4831949 + 0a64774 commit c33b259

File tree

6 files changed

+3
-7265
lines changed

6 files changed

+3
-7265
lines changed

docs/online/transition-to-one-platform.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -104,40 +104,20 @@ module.exports = {
104104
// Plugin Options for loading OpenAPI files
105105
specs: [
106106
{
107-
id: 'payments-api-yaml',
107+
id: 'payments-api-yaml', // KEEP FOR FACADE
108108
spec: "openapi/app_payments_api.yaml",
109109
route: "/api/app-payments",
110110
},
111111
{
112-
id: 'webhooks-api-yaml',
112+
id: 'webhooks-api-yaml', // KEEP FOR FACADE
113113
spec: "openapi/webhooks.yaml",
114114
route: "/api/wehooks",
115115
},
116116
{
117-
id: 'reporting-api-yaml',
118-
spec: "openapi/reporting.yaml",
119-
route: "/api/reporting",
120-
},
121-
{
122-
id: 'subscriptions-api-yaml',
117+
id: 'subscriptions-api-yaml', // KEEP FOR FACADE
123118
spec: "openapi/subscriptions.yaml",
124119
route: "/api/subscriptions",
125120
},
126-
{
127-
id: 'invoice-api-yaml',
128-
spec: "openapi/invoice.yaml",
129-
route: "/api/invoice",
130-
},
131-
{
132-
id: 'pos-api-yaml',
133-
spec: "openapi/pos.yaml",
134-
route: "/api/pos",
135-
},
136-
{
137-
id: 'online-api-yaml',
138-
spec: "openapi/online.yaml",
139-
route: "/api/online",
140-
},
141121
],
142122
// Theme Options for modifying how redoc renders them
143123
theme: {

0 commit comments

Comments
 (0)