Skip to content

Commit f112940

Browse files
author
Javi Arques
committed
Update read
1 parent a311c20 commit f112940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gulp.task('default', function () {
3030

3131
yamlMeta: true
3232

33-
*Required* in order to construct the navigation menu. When set to true, each document given to gulp-markdown-docs should have a YAML header providing needed information about the document.
33+
*Required* in order to construct the navigation menu. When set to true, each document given to gulp-markdown-docs should have a Front Matter YAML header providing needed information about the document.
3434

3535
```md
3636
---
@@ -40,6 +40,7 @@ categorySlug:
4040
categoryLabel:
4141
categoryRank:
4242
documentRank:
43+
---
4344

4445
# Your Content
4546
...

0 commit comments

Comments
 (0)