Skip to content

Commit

Permalink
chore(CI): fix compodoc config after restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Mar 5, 2020
1 parent 6f7ef29 commit 143f863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .compodocrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/@compodoc/compodoc/src/config/schema.json",
"customFavicon": "./demo/favicon.ico",
"customFavicon": "./projects/demo/src/favicon.ico",
"customLogo": "./tooling/mark-small.svg",
"disableDomTree": true,
"disableInternal": true,
Expand Down Expand Up @@ -32,5 +32,5 @@
],
"output": "./docs",
"theme": "laravel",
"tsconfig": "./terminus-ui/tsconfig.compodoc.json"
"tsconfig": "./projects/library/tsconfig.compodoc.json"
}

0 comments on commit 143f863

Please sign in to comment.