diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index 846e050c49..736b654486 100644 --- a/.github/styles/vocab.txt +++ b/.github/styles/vocab.txt @@ -137,6 +137,7 @@ maintainership makefile md memcache +memoized microservice microservices microsite diff --git a/docs/integrations/url-reader.md b/docs/integrations/url-reader.md index e9d6caf17c..23500a3dcb 100644 --- a/docs/integrations/url-reader.md +++ b/docs/integrations/url-reader.md @@ -51,7 +51,7 @@ function makeCreateEnv(config: Config) { This instance contains all [the default URL Reader providers](https://github.com/backstage/backstage/blob/master/packages/backend-common/src/reading/UrlReaders.ts) -in the backend-common package including GitHub, Gitlab, Bitbucket, Azure, Google +in the backend-common package including GitHub, GitLab, Bitbucket, Azure, Google GCS. As the need arises, more URL Readers are being written to support different providers.