Skip to content

Commit 6fcae2c

Browse files
committed
fix paths again
1 parent 59b5d0b commit 6fcae2c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docfx.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@
147147
"api/**.yml": ["csharp", "vb", "fsharp", "cpp"]
148148
},
149149
"open_to_public_contributors": {
150-
"xml/Microsoft.Extensions**/**": false,
151-
"xml/System.Composition/**": false,
152-
"xml/System.Formats.Cbor/**": false,
153-
"xml/System.Formats.Nrbf/**": false,
154-
"xml/System.Net.ServerSentEvents/**": false,
155-
"xml/System.Numerics.Tensors/**": false,
156-
"xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.yml": false,
157-
"xml/System.Runtime.Serialization/ImportOptions.yml": false,
158-
"xml/System.Runtime.Serialization/XsdDataContractExporter.yml": false,
159-
"xml/System.Speech**/**": false
150+
"api/Microsoft.Extensions**": false,
151+
"api/System.Composition**": false,
152+
"api/System.Formats.Cbor**": false,
153+
"api/System.Formats.Nrbf**": false,
154+
"api/System.Net.ServerSentEvents**": false,
155+
"api/System.Numerics.Tensors**": false,
156+
"api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false,
157+
"api/System.Runtime.Serialization.ImportOptions.yml": false,
158+
"api/System.Runtime.Serialization.XsdDataContractExporter.yml": false,
159+
"api/System.Speech**": false
160160
}
161161
},
162162
"dest": "_site",

0 commit comments

Comments
 (0)