mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Move typedoc files to /website/typedoc
This commit is contained in:
parent
33ea399f99
commit
cad7e90951
7 changed files with 4 additions and 4 deletions
7748
website/typedoc/monaco.d.ts
vendored
Normal file
7748
website/typedoc/monaco.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load diff
7
website/typedoc/tsconfig.json
Normal file
7
website/typedoc/tsconfig.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS"
|
||||
},
|
||||
"include": ["monaco.d.ts"],
|
||||
"exclude": ["theme"]
|
||||
}
|
||||
8
website/typedoc/typedoc.json
Normal file
8
website/typedoc/typedoc.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"entryPoints": ["monaco.d.ts"],
|
||||
"out": "../../../monaco-editor-website/api",
|
||||
"theme": "default",
|
||||
"name": "Monaco Editor API",
|
||||
"readme": "none",
|
||||
"hideGenerator": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue