{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": ["src/index.ts"],
  "plugin": [
    "typedoc-plugin-markdown",
    "typedoc-plugin-frontmatter",
    "@algorandfoundation/algo-docs-sync/dist/plugins/custom-frontmatter.mjs"
  ],
  "readmeFrontmatter": {
    "title": "Overview",
    "sidebar": {
      "order": 0
    }
  },
  "readme": "none",
  "excludePrivate": true,
  "excludeInternal": true,
  "hideGenerator": true,
  "hideBreadcrumbs": true,
  "tsconfig": "tsconfig.json",
  "out": "docs/api",
  "githubPages": false
}
