From 982bacb1670c6456740b85eeffd96221be55c377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Wed, 15 Jul 2020 08:02:01 +0200 Subject: [PATCH] [TechDocs] Use Backstage docs as example (#1625) --- plugins/techdocs/src/reader/components/TechDocsHome.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/techdocs/src/reader/components/TechDocsHome.tsx b/plugins/techdocs/src/reader/components/TechDocsHome.tsx index 3f9763912c..f8f1e89b62 100644 --- a/plugins/techdocs/src/reader/components/TechDocsHome.tsx +++ b/plugins/techdocs/src/reader/components/TechDocsHome.tsx @@ -39,10 +39,9 @@ const documentationSites: Array = [ }, { title: 'Backstage Docs', - description: - 'Getting started guides, API Overview, documentation around how to Create a Plugin and more. ', + description: 'Main documentation for Backstage features and platform APIs.', tags: ['Service'], - path: '/docs/backstage-microsite', + path: '/docs/backstage', btnLabel: 'Read Docs', }, ];