diff --git a/core/base-service/openapi.js b/core/base-service/openapi.js index 92847b71f52ae..8f6e75fe3ff60 100644 --- a/core/base-service/openapi.js +++ b/core/base-service/openapi.js @@ -253,7 +253,7 @@ function category2openapi(category, services) { in: 'query', required: false, description: - 'One of the named logos (bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', + 'One of the named logos (bazel, bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', schema: { type: 'string', }, diff --git a/core/base-service/openapi.spec.js b/core/base-service/openapi.spec.js index 0577f078e682c..c8efc26e9377d 100644 --- a/core/base-service/openapi.spec.js +++ b/core/base-service/openapi.spec.js @@ -98,7 +98,7 @@ const expected = { in: 'query', required: false, description: - 'One of the named logos (bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', + 'One of the named logos (bazel, bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', schema: { type: 'string' }, example: 'appveyor', }, diff --git a/logo/bazel.svg b/logo/bazel.svg new file mode 100644 index 0000000000000..9fd22d67459f9 --- /dev/null +++ b/logo/bazel.svg @@ -0,0 +1 @@ + \ No newline at end of file