mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-16 11:47:50 +01:00
fix typedoc config - remove markdown plugin
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
{
|
{
|
||||||
"plugin": "",
|
|
||||||
"entryPoints": ["src/atoms/projectScope/*.ts", "src/atoms/tableScope/*.ts"],
|
"entryPoints": ["src/atoms/projectScope/*.ts", "src/atoms/tableScope/*.ts"],
|
||||||
"includes": "src/types",
|
"includes": "src/types",
|
||||||
"exclude": ["**/*.test"],
|
"exclude": ["**/*.test"],
|
||||||
"readme": "none",
|
"readme": "none",
|
||||||
"githubPages": false,
|
"githubPages": false,
|
||||||
"hideInPageTOC": true,
|
|
||||||
"entryDocument": "index.md",
|
|
||||||
"name": "Rowy",
|
"name": "Rowy",
|
||||||
"includeVersion": true,
|
"includeVersion": true,
|
||||||
"publicPath": "",
|
|
||||||
"out": "typedoc"
|
"out": "typedoc"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user