Skip to content

Commit

Permalink
feat: Add AreaChart and AccountStorageMutation components
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 3, 2020
1 parent dde2f10 commit 9a43c6c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,23 @@
]
}
]
},
{
"displayName": "Charts",
"children": [
{
"displayName": "AreaChart",
"url": "/components/area-chart"
}
]
},
{
"displayName": "Query and storage",
"children": [
{
"displayName": "AccountStorageMutation",
"url": "/components/account-storage-mutation"
}
]
}
]
8 changes: 8 additions & 0 deletions src/markdown-pages/components/account-storage-mutation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
path: '/components/account-storage-mutation'
title: 'AccountStorageMutation'
description: 'An AccountStorageMutation component!'
component: 'AccountStorageMutation'
noInline: true
template: 'ReferenceTemplate'
---
7 changes: 7 additions & 0 deletions src/markdown-pages/components/area-chart.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/area-chart'
title: 'AreaChart'
description: 'An AreaChart component!'
component: 'AreaChart'
template: 'ReferenceTemplate'
---

0 comments on commit 9a43c6c

Please sign in to comment.