mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-16 03:37:53 +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"],
|
||||
"includes": "src/types",
|
||||
"exclude": ["**/*.test"],
|
||||
"readme": "none",
|
||||
"githubPages": false,
|
||||
"hideInPageTOC": true,
|
||||
"entryDocument": "index.md",
|
||||
"name": "Rowy",
|
||||
"includeVersion": true,
|
||||
"publicPath": "",
|
||||
"out": "typedoc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user