Move typedoc files to /website/typedoc

This commit is contained in:
Alex Dima 2021-11-16 22:35:42 +01:00
parent 33ea399f99
commit cad7e90951
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
7 changed files with 4 additions and 4 deletions

View file

@ -46,6 +46,7 @@ function replaceWithRelativeResource(dataPath, contents, regex, callback) {
function generateWebsite() {
const files = readFiles('website/**/*', {
base: 'website',
ignore: ['website/typedoc/**/*'],
dot: true
});