Skip to content

Commit

Permalink
💄 chore(docs): Update API sidebar (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Jan 9, 2024
1 parent 09bd393 commit 39f84fb
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions docs/api/typedoc-sidebar.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
[
{
"text": "Classes",
"collapsed": true,
"items": [
{
"text": "MetaMask",
"link": "/api/classes/MetaMask.md",
"collapsed": true
"link": "/api/classes/MetaMask.md"
}
]
},
{
"text": "Functions",
"collapsed": true,
"items": [
{
"text": "defineWalletSetup",
"link": "/api/functions/defineWalletSetup.md",
"collapsed": true
"link": "/api/functions/defineWalletSetup.md"
},
{
"text": "getExtensionId",
"link": "/api/functions/getExtensionId.md",
"collapsed": true
"link": "/api/functions/getExtensionId.md"
},
{
"text": "testWithSynpress",
"link": "/api/functions/testWithSynpress.md",
"collapsed": true
"link": "/api/functions/testWithSynpress.md"
},
{
"text": "unlockForFixture",
"link": "/api/functions/unlockForFixture.md",
"collapsed": true
"link": "/api/functions/unlockForFixture.md"
}
]
}
Expand Down

0 comments on commit 39f84fb

Please sign in to comment.