Skip to content

Commit

Permalink
feat: Add nerdlet API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 5, 2020
1 parent 1172e81 commit a8bbf09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@
{
"displayName": "logger",
"url": "/apis/logger"
},
{
"displayName": "nerdlet",
"url": "/apis/nerdlet"
}
]
}
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions src/markdown-pages/apis/nerdlet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/apis/nerdlet'
title: 'Nerdlet'
description: 'The nerdlet API'
component: 'nerdlet'
template: 'ReferenceTemplate'
---

0 comments on commit a8bbf09

Please sign in to comment.