From d2cc139506c3948f7d7c9de86087c2c61b628a03 Mon Sep 17 00:00:00 2001 From: sagardesai1 Date: Thu, 18 Apr 2024 15:42:56 -0400 Subject: [PATCH] Updating Readme docs Signed-off-by: sagardesai1 --- .changeset/eighty-bats-stare.md | 5 +++++ plugins/techdocs/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/eighty-bats-stare.md diff --git a/.changeset/eighty-bats-stare.md b/.changeset/eighty-bats-stare.md new file mode 100644 index 0000000000..6ebb2e9265 --- /dev/null +++ b/.changeset/eighty-bats-stare.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +Update path in Readme for Plugin Techdocs to show the correct setup information. diff --git a/plugins/techdocs/README.md b/plugins/techdocs/README.md index 6524651bf5..ddc73e650f 100644 --- a/plugins/techdocs/README.md +++ b/plugins/techdocs/README.md @@ -10,4 +10,4 @@ Refer to our [configuration reference](../../docs/features/techdocs/configuratio ### TechDocs Storage API -The default setup of TechDocs assumes that your documentation is accessed by reading a page with the format of `///`. This can be configured by [implementing a new techdocs storage API](https://backstage.io/docs/features/techdocs/how-to-guides#how-to-implement-your-own-techdocs-apis). +The default setup of TechDocs assumes that your documentation is accessed by reading a page with the format of `///`. This can be configured by [implementing a new techdocs storage API](https://backstage.io/docs/features/techdocs/how-to-guides#how-to-implement-your-own-techdocs-apis).