mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Rename folder to typedoc
This commit is contained in:
parent
5f1f3bb148
commit
14192f5c4e
6 changed files with 3 additions and 3 deletions
|
|
@ -433,7 +433,7 @@ function addPluginDTS() {
|
||||||
}));
|
}));
|
||||||
|
|
||||||
fs.writeFileSync('website/playground/monaco.d.ts.txt', contents);
|
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);
|
this.emit('data', data);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"release": "gulp release",
|
"release": "gulp release",
|
||||||
"website": "gulp website && npm run typedoc",
|
"website": "gulp website && npm run typedoc",
|
||||||
"build-website": "gulp build-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",
|
"typings": "./esm/vs/editor/editor.api.d.ts",
|
||||||
"module": "./esm/vs/editor/editor.main.js",
|
"module": "./esm/vs/editor/editor.main.js",
|
||||||
|
|
|
||||||
0
doc/monaco.d.ts → typedoc/monaco.d.ts
vendored
0
doc/monaco.d.ts → typedoc/monaco.d.ts
vendored
|
|
@ -17,7 +17,7 @@
|
||||||
{{!--MONACO_CHANGE
|
{{!--MONACO_CHANGE
|
||||||
<li>Defined in {{fileName}}:{{line}}</li>
|
<li>Defined in {{fileName}}:{{line}}</li>
|
||||||
MONACO_CHANGE--}}
|
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}}
|
{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue