{
  "$schema": "https://typedoc.org/schema.json",
  "name": "O3 Framework",
  "entryPoints": ["./src/index.ts"],
  "outputs": [
    {
      "name": "markdown",
      "path": "./docs"
    }
  ],
  "plugin": [
    "@openmrs/typedoc-plugin-file-categories",
    "typedoc-plugin-markdown",
    "typedoc-plugin-no-inherit"
  ],
  "basePath": "../../../",
  "readme": "none",
  "excludeInternal": true,
  "entryFileName": "API.md",
  "gitRevision": "main",
  "sourceLinkTemplate": "https://github.com/openmrs/openmrs-esm-core/blob/{gitRevision}/{path}#L{line}",
  "hidePageHeader": true,
  "sort": ["alphabetical"]
}
