You are here

apigee_api_catalog.libraries.yml in Apigee API Catalog 8

Same filename and directory in other branches
  1. 8.2 apigee_api_catalog.libraries.yml

File

apigee_api_catalog.libraries.yml
View source
  1. # SmartDocs Drupal Angular application.
  2. apigee_api_catalog.smartdocs:
  3. version: 1.0.0
  4. license:
  5. name: Proprietary Google Code
  6. gpl-compatible: false
  7. css:
  8. component:
  9. https://fonts.googleapis.com/icon?family=Material+Icons: { type: external }
  10. https://www.gstatic.com/smartdocs/1.1.0/styles.css: { type: external }
  11. js:
  12. https://www.gstatic.com/smartdocs/1.1.0/es2015-polyfills.js: { type: external, minified: true }
  13. https://www.gstatic.com/smartdocs/1.1.0/main.js: { type: external, minified: true }
  14. https://www.gstatic.com/smartdocs/1.1.0/polyfills.js: { type: external, minified: true }
  15. https://www.gstatic.com/smartdocs/1.1.0/runtime.js: { type: external, minified: true }
  16. https://www.gstatic.com/smartdocs/1.1.0/vendor.js: { type: external, minified: true }
  17. # Integration of SmartDocs Angular application with Drupal,
  18. # passes the OpenAPI spec URL to the SmartDocs ng app.
  19. apigee_api_catalog.smartdocs_integration:
  20. version: VERSION
  21. js:
  22. js/smartdocs_integration.js: {}
  23. dependencies:
  24. - core/jquery
  25. - core/drupal
  26. # Library to parse OpenAPI YAML files to pass to SmartDocs Angular app.
  27. apigee_api_catalog.js_yaml:
  28. version: 3.13.1
  29. license:
  30. name: MIT
  31. url: https://github.com/nodeca/js-yaml/blob/master/LICENSE
  32. gpl-compatible: true
  33. js:
  34. https://cdn.jsdelivr.net/npm/js-yaml@3.13.1/dist/js-yaml.min.js: { type: external, minified: true }