forked from apigee/apigee-api-catalog-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apigee_api_catalog.libraries.yml
36 lines (34 loc) · 1.33 KB
/
apigee_api_catalog.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# SmartDocs Drupal Angular application.
smartdocs:
version: 1.0.0
license:
name: Proprietary Google Code
gpl-compatible: false
css:
component:
https://fonts.googleapis.com/icon?family=Material+Icons: { type: external }
https://www.gstatic.com/smartdocs/1.1.0/styles.css: { type: external }
js:
https://www.gstatic.com/smartdocs/1.1.0/es2015-polyfills.js: { type: external, minified: true }
https://www.gstatic.com/smartdocs/1.1.0/main.js: { type: external, minified: true }
https://www.gstatic.com/smartdocs/1.1.0/polyfills.js: { type: external, minified: true }
https://www.gstatic.com/smartdocs/1.1.0/runtime.js: { type: external, minified: true }
https://www.gstatic.com/smartdocs/1.1.0/vendor.js: { type: external, minified: true }
# Integration of SmartDocs Angular application with Drupal,
# passes the OpenAPI spec URL to the SmartDocs ng app.
smartdocs_integration:
version: VERSION
js:
js/smartdocs_integration.js: {}
dependencies:
- core/jquery
- core/drupal
# Library to parse OpenAPI YAML files to pass to SmartDocs Angular app.
js_yaml:
version: 3.13.1
license:
name: MIT
url: https://github.com/nodeca/js-yaml/blob/master/LICENSE
gpl-compatible: true
js:
https://cdn.jsdelivr.net/npm/[email protected]/dist/js-yaml.min.js: { type: external, minified: true }