Skip to content

Commit 5fda31a

Browse files
committed
fix(various): fix unwanted files
1 parent b73d082 commit 5fda31a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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 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
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
55
content:
6-
h1: whatevs
7-
paragraph: whatevs
6+
h1: *title
7+
paragraph: *desc
88
tags: fail error troubleshooting help unable cannot
99
dates:
1010
validation: 2025-03-10

pages/block-storage/api-cli/increasing-volume-size.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
meta:
3-
title: Increasing the size of Block Storage volumes via the Scaleway API
4-
description: This page explains how to increase the size of a Block Storage volume using the Scaleway API.
3+
title: &title Increasing the size of Block Storage volumes via the Scaleway API
4+
description: &desc This page explains how to increase the size of a Block Storage volume using the Scaleway API.
55
content:
6-
h1: whaevs
7-
paragraph: whaevs
6+
h1: *title
7+
paragraph: *desc
88
tags: increase expand increment raise storage volume block
99
dates:
1010
validation: 2025-03-04

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: whaevs Find troubleshooting resources for resolving issues with Scaleway Block Storage.
4+
description: $desc Find troubleshooting resources for resolving issues with Scaleway Block Storage.
55
content:
6-
paragraph: whaevs
6+
paragraph: *desc
77
dates:
88
posted: 2025-03-12
99
validation: 2025-03-12
413 KB
Loading

0 commit comments

Comments
 (0)