Skip to content

Commit

Permalink
Remove old workflow YAML files and references.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 15, 2022
1 parent 235f13c commit 7b43c72
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 146 deletions.
5 changes: 1 addition & 4 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,7 @@ async function injectOas(config, document) {
let holderApi = await SwaggerParser.validate('holder.yml');
console.log('API name: %s, Version: %s',
holderApi.info.title, holderApi.info.version);
let workflowApi = await SwaggerParser.validate('workflow.yml');
console.log('API name: %s, Version: %s',
workflowApi.info.title, workflowApi.info.version);
const apis = [issuerApi, verifierApi, holderApi, workflowApi];
const apis = [issuerApi, verifierApi, holderApi];

buildApiSummaryTables({config, document, apis});
buildEndpointDetails({config, document, apis});
Expand Down
50 changes: 0 additions & 50 deletions components/WorkflowStartResponse.yml

This file was deleted.

20 changes: 0 additions & 20 deletions workflow.html

This file was deleted.

72 changes: 0 additions & 72 deletions workflow.yml

This file was deleted.

0 comments on commit 7b43c72

Please sign in to comment.