From b592810c5f1edc19cdb19783bfe9d63b67f7a5b3 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 4 Apr 2026 23:51:04 +0200 Subject: [PATCH] Fix duplicate frontmatter IDs in old-system doc pages Prefix the frontmatter `id` in the --old variants with their feature area (techdocs-/search-) so Docusaurus no longer reports duplicate doc ID collisions. Signed-off-by: Patrik Oldsberg Made-with: Cursor --- docs/features/search/getting-started--old.md | 2 +- docs/features/search/how-to-guides--old.md | 2 +- docs/features/techdocs/getting-started--old.md | 2 +- docs/features/techdocs/how-to-guides--old.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features/search/getting-started--old.md b/docs/features/search/getting-started--old.md index 6cfa732428..92809fab0f 100644 --- a/docs/features/search/getting-started--old.md +++ b/docs/features/search/getting-started--old.md @@ -1,5 +1,5 @@ --- -id: getting-started--old +id: search-getting-started--old title: Getting Started with Search (Old Frontend System) description: How to set up and install Backstage Search --- diff --git a/docs/features/search/how-to-guides--old.md b/docs/features/search/how-to-guides--old.md index 9b0147da8a..7ac8679137 100644 --- a/docs/features/search/how-to-guides--old.md +++ b/docs/features/search/how-to-guides--old.md @@ -1,5 +1,5 @@ --- -id: how-to-guides--old +id: search-how-to-guides--old title: Search How-To guides (Old Frontend System) sidebar_label: How-To guides description: Search How To guides diff --git a/docs/features/techdocs/getting-started--old.md b/docs/features/techdocs/getting-started--old.md index 869f685cd2..989adf0ef9 100644 --- a/docs/features/techdocs/getting-started--old.md +++ b/docs/features/techdocs/getting-started--old.md @@ -1,5 +1,5 @@ --- -id: getting-started--old +id: techdocs-getting-started--old title: Getting Started (Old Frontend System) description: Getting Started Documentation --- diff --git a/docs/features/techdocs/how-to-guides--old.md b/docs/features/techdocs/how-to-guides--old.md index 19674bb808..175a8e2ee8 100644 --- a/docs/features/techdocs/how-to-guides--old.md +++ b/docs/features/techdocs/how-to-guides--old.md @@ -1,5 +1,5 @@ --- -id: how-to-guides--old +id: techdocs-how-to-guides--old title: TechDocs How-To guides (Old Frontend System) sidebar_label: How-To guides description: TechDocs How-To guides related to TechDocs