Skip to content

Commit

Permalink
chore: added description frontmatter field
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed May 29, 2020
1 parent 0bdb64c commit 796eb70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/markdown-pages/add-time-picker-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ path: '/build-apps/add-time-picker-guide'
duration: '20 min'
title: 'Add the time picker to a sample application'
template: 'GuideTemplate'
description: 'Example guide page'
---


Expand Down
1 change: 1 addition & 0 deletions src/markdown-pages/example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ path: '/guides/graphql-api'
duration: '30 min'
title: 'GraphQL API'
template: 'GuideTemplate'
description: 'Example guide page'
---

## Lorem ipsum
Expand Down
1 change: 1 addition & 0 deletions src/markdown-pages/foo-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ path: '/foo/bar'
duration: '0 min'
title: 'Bar'
template: 'GuideTemplate'
description: 'Foo Bar page description goes here'
---

## This is the Bar page within Foo
Expand Down
1 change: 1 addition & 0 deletions src/markdown-pages/guide-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ path: '/guides'
duration: '0 min'
title: 'Guides'
template: 'GuideTemplate'
description: 'Guide page description'
---

## This is the top-level guide page
Expand Down

0 comments on commit 796eb70

Please sign in to comment.