From 18bba6a80ac8d535e49a4970e7fad76103c02309 Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Tue, 19 Jul 2022 08:54:15 +0200 Subject: [PATCH] Update gen_doc_for_ts.md Typescript example is broken as discussed here #6791 (https://github.com/dotnet/docfx/issues/6791). Re-verting to older npm package 0.10.5 for type2docfx fixes it for now. --- Documentation/tutorial/universalreference/gen_doc_for_ts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tutorial/universalreference/gen_doc_for_ts.md b/Documentation/tutorial/universalreference/gen_doc_for_ts.md index 439bc985ee7..66517725212 100644 --- a/Documentation/tutorial/universalreference/gen_doc_for_ts.md +++ b/Documentation/tutorial/universalreference/gen_doc_for_ts.md @@ -20,7 +20,7 @@ We use [typedoc](http://typedoc.org/) tool and [type2docfx](https://www.npmjs.co First, let's install the tools globally. ``` -npm install -g typedoc type2docfx +npm install -g typedoc type2docfx@0.10.5 ``` #### 2.2.1 TypeDoc to parse source code into a JSON format output