Selaa lähdekoodia

Rename folder to typedoc

Alex Dima 4 vuotta sitten
vanhempi
commit
14192f5c4e

+ 1 - 1
gulpfile.js

@@ -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);
 	});
 }

+ 1 - 1
package.json

@@ -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",

+ 0 - 0
doc/monaco.d.ts → typedoc/monaco.d.ts


+ 0 - 0
doc/tsconfig.json → typedoc/tsconfig.json


+ 0 - 0
doc/typedoc.json → typedoc/typedoc.json


+ 1 - 1
website/typedoc-theme/partials/member.sources.hbs

@@ -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>