Skip to content

Commit b3147f4

Browse files
committed
chore(demo): update models and include them in demo page
1 parent 0df23e1 commit b3147f4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

demo/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ class ComponentDemo extends ApiDemoPage {
123123
['APIC-391', 'APIC-391'],
124124
['APIC-655', 'APIC-655'],
125125
['xml-api', 'xml-api'],
126+
['W-11843862', 'W-11843862'],
127+
['v4_0_0_api_specs', 'v4_0_0_api_specs']
126128
].map(
127129
([file, label]) => html`
128130
<anypoint-item data-src="${file}-compact.json"

demo/model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ files.set('allof-types/allof-types.yaml', { type: 'OAS 3.0', mime: 'application/
2727
files.set('APIC-679/APIC-679.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
2828
files.set('xml-api/xml-api.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
2929
files.set('v4_0_0_api_spec/v4_0_0_api_specs.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
30+
files.set('W-11843862/W-11843862.yaml', { type: 'OAS 3.0', mime: 'application/yaml' });
3031

3132
generator.generate(files);

0 commit comments

Comments
 (0)