From dbe6b9308d7b957f2ce7d06f95cdb48fb85c1a1e Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 13 Dec 2022 11:41:00 +0100 Subject: [PATCH 1/4] Fix docs for microsite-next Signed-off-by: Johan Haals --- docs/features/search/how-to-guides.md | 6 +++--- docs/features/techdocs/how-to-guides.md | 6 +++--- docs/getting-started/homepage.md | 4 ++-- docs/overview/versioning-policy.md | 2 +- docs/releases/v1.2.0-changelog.md | 4 ++-- docs/releases/v1.2.0-next.1-changelog.md | 2 +- docs/releases/v1.2.0-next.3-changelog.md | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/features/search/how-to-guides.md b/docs/features/search/how-to-guides.md index 5cc2ab5f06..7267e9fd5b 100644 --- a/docs/features/search/how-to-guides.md +++ b/docs/features/search/how-to-guides.md @@ -1,8 +1,8 @@ --- id: how-to-guides -title: Search "HOW TO" guides -sidebar_label: "HOW TO" guides -description: Search "HOW TO" guides +title: Search How-To guides +sidebar_label: How-To guides +description: Search How To guides --- ## How to implement your own Search API diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index 70ea27821b..cfca7c6a7f 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -1,8 +1,8 @@ --- id: how-to-guides -title: TechDocs "HOW TO" guides -sidebar_label: "HOW TO" guides -description: TechDocs "HOW TO" guides related to TechDocs +title: TechDocs How-To guides +sidebar_label: How-To guides +description: TechDocs How-To guides related to TechDocs --- ## How to migrate from TechDocs Basic to Recommended deployment approach? diff --git a/docs/getting-started/homepage.md b/docs/getting-started/homepage.md index 2d34998013..7db41d7768 100644 --- a/docs/getting-started/homepage.md +++ b/docs/getting-started/homepage.md @@ -84,8 +84,8 @@ Let's update the route for "Home" in the Backstage sidebar to point to the new h - + diff --git a/docs/overview/versioning-policy.md b/docs/overview/versioning-policy.md index 10ffc82188..ad5421585e 100644 --- a/docs/overview/versioning-policy.md +++ b/docs/overview/versioning-policy.md @@ -1,7 +1,7 @@ --- id: versioning-policy title: Release & Versioning Policy -description: +description: The process and policy for releasing and versioning Backstage --- The Backstage project is comprised of a set of software components that together diff --git a/docs/releases/v1.2.0-changelog.md b/docs/releases/v1.2.0-changelog.md index 30c780e7ae..977f8a25b7 100644 --- a/docs/releases/v1.2.0-changelog.md +++ b/docs/releases/v1.2.0-changelog.md @@ -722,7 +722,7 @@ ### Patch Changes -- ac19f82936: Added ARIA landmark
to Page component and added ARIA landmark
Sidebar without Catalog - Sidebar with Catalog + Sidebar without CatalogSidebar with Catalog
Before