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 <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: getting-started--old
|
||||
id: techdocs-getting-started--old
|
||||
title: Getting Started (Old Frontend System)
|
||||
description: Getting Started Documentation
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user