From 30519deddc9d976883309e99aa0236e0f0b6cfa4 Mon Sep 17 00:00:00 2001 From: Robert Bunning Date: Fri, 23 Dec 2022 09:40:21 -0500 Subject: [PATCH] Updated documentation Changed the wording in the changeset. Fixed a grammar mistake in the backend plugin's readme. Signed-off-by: Robert Bunning --- .changeset/dull-taxis-carry.md | 2 +- plugins/adr-backend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/dull-taxis-carry.md b/.changeset/dull-taxis-carry.md index 6f2901bac2..3cc4bbdde3 100644 --- a/.changeset/dull-taxis-carry.md +++ b/.changeset/dull-taxis-carry.md @@ -3,4 +3,4 @@ '@backstage/plugin-adr-backend': patch --- -The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this and changed EntityAdrContent and AdrReader to take an optional property, adrFileFetcher, to allow switching between the new implementation and the octokit one. By default, the octokit version is used. +The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this. diff --git a/plugins/adr-backend/README.md b/plugins/adr-backend/README.md index ab81c34c82..83c87530ff 100644 --- a/plugins/adr-backend/README.md +++ b/plugins/adr-backend/README.md @@ -4,7 +4,7 @@ This ADR backend plugin is primarily responsible for the following: - Provides a `DefaultAdrCollatorFactory`, which can be used in the search backend to index ADR documents associated with entities to your Backstage Search. -- Provides endpoints that use UrlReaders for getting a ADR documents (used in the [ADR frontend plugin](../adr/README.md)). +- Provides endpoints that use UrlReaders for getting ADR documents (used in the [ADR frontend plugin](../adr/README.md)). ## Indexing ADR documents for search