Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.57k stars 2.79k forks source link

[docs] docfx.json -- exclude publishing of -index.md files #31148

Open danieljurek opened 1 year ago

danieljurek commented 1 year ago

The -index.md files are consumed by service-level overview pages and as such should not be published.

Something like:

{
  "exclude": [ "**/*-index.md" ] 
  ...
}
danieljurek commented 4 weeks ago

Fixed in https://github.com/MicrosoftDocs/azure-docs-sdk-python/pull/1956