diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index 22abb95fe5c..ca2e72f6dfa 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -51,9 +51,6 @@ configuration: - filesMatchPattern: matchAny: true pattern: xml/System.Runtime.Serialization/XsdDataContractExporter.xml - - filesMatchPattern: - matchAny: true - pattern: xml/System.Speech/* then: - addReply: reply: >- diff --git a/docfx.json b/docfx.json index b3258d500ec..518cbbbc590 100644 --- a/docfx.json +++ b/docfx.json @@ -158,8 +158,7 @@ "api/System.Runtime.Serialization.Schema**": false, "api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false, "api/System.Runtime.Serialization.ImportOptions.yml": false, - "api/System.Runtime.Serialization.XsdDataContractExporter.yml": false, - "api/System.Speech**": false + "api/System.Runtime.Serialization.XsdDataContractExporter.yml": false } }, "dest": "_site",