diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index ca2e72f6dfa..21595bc638e 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -16,8 +16,7 @@ configuration: matchAny: true excludedFiles: - xml/Microsoft.Extensions.FileSystemGlobbing/* - - xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/* - - xml/Microsoft.Extensions.FileSystemGlobbing.Internal*/* + - xml/Microsoft.Extensions.FileSystemGlobbing.*/* - filesMatchPattern: matchAny: true pattern: xml/System.Composition/* diff --git a/docfx.json b/docfx.json index 518cbbbc590..bce7cf5ed9b 100644 --- a/docfx.json +++ b/docfx.json @@ -49,7 +49,7 @@ "show_latex": true, "uhfHeaderId": "MSDocsHeader-DotNet", "apiPlatform": "dotnet", - "ms.topic": "managed-reference", + "ms.topic": "reference", "ms.service": "dotnet-api", "products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/7696cda6-0510-47f6-8302-71bb5d2e28cf"], "feedback_system": "OpenSource", @@ -146,6 +146,21 @@ "langs": { "api/**.yml": ["csharp", "vb", "fsharp", "cpp"] }, + "ms.topic": { + "api/Microsoft.Extensions**": "generated-reference", + "api/Microsoft.Extensions.FileSystemGlobbing**": "reference", + "api/System.Composition**": "generated-reference", + "api/System.Diagnostics.EventLog.Messages**": "generated-reference", + "api/System.Formats.Asn1**": "generated-reference", + "api/System.Formats.Cbor**": "generated-reference", + "api/System.Formats.Nrbf**": "generated-reference", + "api/System.Net.ServerSentEvents**": "generated-reference", + "api/System.Numerics.Tensors**": "generated-reference", + "api/System.Runtime.Serialization.Schema**": "generated-reference", + "api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": "generated-reference", + "api/System.Runtime.Serialization.ImportOptions.yml": "generated-reference", + "api/System.Runtime.Serialization.XsdDataContractExporter.yml": "generated-reference" + }, "open_to_public_contributors": { "api/Microsoft.Extensions**": false, "api/System.Composition**": false,