Skip to content

Commit

Permalink
typedoc: fix out directory (eclipse-theia#10759)
Browse files Browse the repository at this point in the history
Due to typedoc `0.22.x` changes, the config `typedoc.json`
configurations should be relative to the config and not the cwd anymore.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto authored and thegecko committed Feb 17, 2022
1 parent 90ea971 commit e6a55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"external-modulemap": ".*\/packages\/([\\w\\-_]+)\/",
"hideGenerator": true,
"name": "Theia TypeDoc",
"out": "gh-pages/docs/next",
"out": "../gh-pages/docs/next",
"readme": "../README.md",
"entryPointStrategy": "expand"
}

0 comments on commit e6a55b7

Please sign in to comment.