Skip to content

Commit

Permalink
fix typedoc config - remove markdown plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney committed Nov 28, 2022
1 parent 672f0b4 commit 0934637
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -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"
}

1 comment on commit 0934637

@vercel
Copy link

@vercel vercel bot commented on 0934637 Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rowy-typedoc – ./

rowy-typedoc-rowy.vercel.app
rowy-typedoc.vercel.app
rowy-typedoc-git-develop-rowy.vercel.app

Please sign in to comment.