# What's changed? * create sidebar from typedoc output * use plugin markdown to generate typedoc as markdown
8 lines
228 B
JSON
8 lines
228 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"plugin": "typedoc-plugin-markdown",
|
|
"entryPoints": ["../packages/vue-flow/src/index.ts"],
|
|
"out": "src/typedocs",
|
|
"tsconfig": "../packages/vue-flow/tsconfig.docs.json"
|
|
}
|