@algodex/algodex-sdk
Version:
API calls for interacting with the Algorand blockchain
20 lines (19 loc) • 588 B
JSON
{
"plugins": ["plugins/markdown"],
"source": {
"include": ["./lib/order", "./spec", "./lib/AlgodexApi.js"],
"exclude": ["./lib/order/__tests__", "./lib/order/http"]
},
"templates": {
"default": {
"outputSourceFiles": true
}
},
"opts": {
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"theme": "dark",
"create_style": "header,h4.name,.page-title{visibility: hidden; height: 0px; margin: 0px; padding: 0px;} h3.subsection-title {font-size: 2.5rem;} .description>h2>a {text-decoration: none; color: white;}"
}
}
}