Improves the default template for TypeScript documentation#5128
Improves the default template for TypeScript documentation#5128yufeih merged 2 commits intodotnet:devfrom
Conversation
|
Awesome, thanks for making this PR! We've been waiting for this DocFX improvement for a long time. |
|
@AlexJerabek FYI |
|
I noticed the For some context, DocFX's handling of TypeScript namespaces has been an issue for libraries like Office Add-ins and Office UI Fabric for a long time. This PR is the second-to-last in a series of PRs that @rbuckton has been working on over the summer, which should finally solve this problem. We're really excited about it! But we can't merge microsoft/rushstack#1537 until the fixed template has been released. |
The other PRs aren't for the DocFX project. They are for API Extractor, which is the tool that Office uses to generate the .yml input files for DocFX. The last PR microsoft/rushstack#1537 will update API Extractor to generate .yml files for namespaces, which requires the updated template from this PR. (Thus it is blocked until this PR gets merged+released.) Sorry, I guess I could have explained that better. 😊 |
|
@octogonz that make sense. |
|
@yufeih Does the DocFX project publish nightly builds? |
|
yep, here is the feed: https://www.myget.org/feed/Packages/docfx-dev |
This PR makes a few changes to the default template to fix some issues and better support TypeScript documentation. This PR is also intended to align with the changes to the
@microsoft/api-documenterpackage in microsoft/rushstack#1537.Microsoft Reviewers: Open in CodeFlow