Rename folder to typedoc

pull/2455/head
Alex Dima 4 years ago
parent 5f1f3bb148
commit 14192f5c4e
No known key found for this signature in database
GPG Key ID: 6E58D7B045760DA0

@ -433,7 +433,7 @@ function addPluginDTS() {
}));
fs.writeFileSync('website/playground/monaco.d.ts.txt', contents);
fs.writeFileSync('doc/monaco.d.ts', contents);
fs.writeFileSync('typedoc/monaco.d.ts', contents);
this.emit('data', data);
});
}

@ -10,7 +10,7 @@
"release": "gulp release",
"website": "gulp website && npm run typedoc",
"build-website": "gulp build-website && npm run typedoc",
"typedoc": "cd doc && \"../node_modules/.bin/typedoc\" --options ./typedoc.json"
"typedoc": "cd typedoc && \"../node_modules/.bin/typedoc\" --options ./typedoc.json"
},
"typings": "./esm/vs/editor/editor.api.d.ts",
"module": "./esm/vs/editor/editor.main.js",

@ -17,7 +17,7 @@
{{!--MONACO_CHANGE
<li>Defined in {{fileName}}:{{line}}</li>
MONACO_CHANGE--}}
<li>Defined in <a href="https://github.com/Microsoft/monaco-editor/blob/main/doc/monaco.d.ts#L{{line}}">{{fileName}}:{{line}}</a></li>
<li>Defined in <a href="https://github.com/Microsoft/monaco-editor/blob/main/typedoc/monaco.d.ts#L{{line}}">{{fileName}}:{{line}}</a></li>
{{/if}}
{{/each}}
</ul>

Loading…
Cancel
Save