Skip to content

Commit 6afed60

Browse files
committed
docs(content): fix titles
1 parent 96e53bf commit 6afed60

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

docs/src/components/content-container.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# ContentContainer
1+
---
2+
title: ContentHeadline
3+
---
4+
5+
# {{$frontmatter.title}}
26

37
## Introduction
48

docs/src/components/content-headline.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# ContentHeadline
1+
---
2+
title: ContentHeadline
3+
---
4+
5+
# {{$frontmatter.title}}
26

37
## Introduction
48

docs/src/composables/use-content-container.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# useContentContainer
1+
---
2+
title: useContentContainer
3+
---
4+
5+
# {{$frontmatter.title}}
26

37
## Introduction
48

docs/src/composables/use-content-headline.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# useContentContainer
1+
---
2+
title: useContentHeadline
3+
---
4+
5+
# {{$frontmatter.title}}
26

37
## Introduction
48

docs/src/introduction.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
---
2+
title: Introduction
3+
---
14

2-
# Introduction
5+
# {{$frontmatter.title}}
36

47
## What does Vue Structural Headings do?
58

0 commit comments

Comments
 (0)