Skip to content

Commit 0766ec9

Browse files
fix(gen): revert frontmatter anchors (#4642)
1 parent 525bc1e commit 0766ec9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/TROUBLESHOOTING_TEMPLATE.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
meta:
3-
title: &title Title describing the PROBLEM (I cannot..., I am experiencing..., My resource..., I am unable to..., Resource not found, etc.)
4-
description: &desc Description for SEO and referencing purposes that complements the title
3+
title: Title describing the PROBLEM (I cannot..., I am experiencing..., My resource..., I am unable to..., Resource not found, etc.)
4+
description: Description for SEO and referencing purposes that complements the title
55
content:
6-
h1: *title
7-
paragraph: *desc
6+
h1: Title describing the PROBLEM (I cannot..., I am experiencing..., My resource..., I am unable to..., Resource not found, etc.)
7+
paragraph: Description for SEO and referencing purposes that complements the title
88
tags: fail error troubleshooting help unable cannot
99
dates:
1010
validation: 2025-03-10

pages/block-storage/troubleshooting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
33
title: Block Storage - Troubleshooting
4-
description: $desc Find troubleshooting resources for resolving issues with Scaleway Block Storage.
4+
description: Find troubleshooting resources for resolving issues with Scaleway Block Storage.
55
content:
6-
paragraph: *desc
6+
paragraph: Find troubleshooting resources for resolving issues with Scaleway Block Storage.
77
dates:
88
posted: 2025-03-12
99
validation: 2025-03-12

0 commit comments

Comments
 (0)