Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.06k stars 1.19k forks source link

Enable publishing for packages previously excluded from Docs MS #31207

Open danieljurek opened 3 days ago

danieljurek commented 3 days ago

Fixes #26770

I have tested and validated that these packages will work with the new type2docfx docs build system and this PR enables docs.ms publishing.

@xirzec -- When searching through ci.yml files I noticed two places where we intentionally skip publishing docs on docs.ms:

In both of these instances these are @azure-tools/___ packages. I left these untouched. Should docs be published for these on docs.microsoft.com whenever they release?