Move typedoc related files together

This commit is contained in:
Alex Dima 2021-02-17 08:00:17 +01:00
parent 14192f5c4e
commit a5b4a189c2
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
72 changed files with 4 additions and 4 deletions

View file

@ -545,8 +545,7 @@ const buildWebsiteTask = taskSeries(cleanWebsiteTask, function() {
return (
es.merge(
gulp.src([
'website/**/*',
'!website/typedoc-theme/**'
'website/**/*'
], { dot: true })
.pipe(es.through(function(data) {
if (!data.contents || !/\.(html)$/.test(data.path) || /new-samples/.test(data.path)) {

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 480 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 855 B

After

Width:  |  Height:  |  Size: 855 B

Before After
Before After

View file

@ -2,5 +2,6 @@
"compilerOptions": {
"module": "CommonJS"
},
"include": ["monaco.d.ts"]
"include": ["monaco.d.ts"],
"exclude": ["theme"]
}

View file

@ -1,7 +1,7 @@
{
"entryPoints": ["monaco.d.ts"],
"out": "../../monaco-editor-website/api",
"theme": "../website/typedoc-theme",
"theme": "./theme",
"name": "Monaco Editor API",
"readme": "none",
"hideGenerator": true