Skip to content

Commit

Permalink
feat: Add NerdGraphQuery and NrqlQuery components
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 3, 2020
1 parent a807263 commit 0b608d7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@
{
"displayName": "AccountStorageMutation",
"url": "/components/account-storage-mutation"
},
{
"displayName": "NerdGraphQuery",
"url": "/components/nerd-graph-query"
},
{
"displayName": "NrqlQuery",
"url": "/components/nrql-query"
}
]
}
Expand Down
7 changes: 7 additions & 0 deletions src/markdown-pages/components/nerd-graph-query.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/nerd-graph-query'
title: 'NerdGraphQuery'
description: 'A NerdGraphQuery component!'
component: 'NerdGraphQuery'
template: 'ReferenceTemplate'
---
7 changes: 7 additions & 0 deletions src/markdown-pages/components/nrql-query.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/nrql-query'
title: 'NrqlQuery'
description: 'A NrqlQuery component!'
component: 'NrqlQuery'
template: 'ReferenceTemplate'
---

0 comments on commit 0b608d7

Please sign in to comment.