From 2efee912512efaa8ac73f1679bbfce7b38ec8379 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Tue, 17 May 2022 10:32:08 +0200 Subject: [PATCH] chore(entity-docs): add changeset file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Anders Näsman Co-authored-by: Otto Sichert Signed-off-by: Camila Belo --- .changeset/techdocs-dancers-battle.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/techdocs-dancers-battle.md diff --git a/.changeset/techdocs-dancers-battle.md b/.changeset/techdocs-dancers-battle.md new file mode 100644 index 0000000000..68c6c52414 --- /dev/null +++ b/.changeset/techdocs-dancers-battle.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +Add a `sub-route` path on the EntityDocs page to fix the blank screen error when navigating using sidebar links.