From 9eab37086ef8077ab2438ba340a4120afc925575 Mon Sep 17 00:00:00 2001 From: Natalia Kazakova <17986517+natakazakova@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:07:22 +0400 Subject: [PATCH] fix broken link in filters (#9486) --- docs/docs/dotnet-api-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dotnet-api-docs.md b/docs/docs/dotnet-api-docs.md index 8a52b7228a9..b12b7d313f0 100644 --- a/docs/docs/dotnet-api-docs.md +++ b/docs/docs/dotnet-api-docs.md @@ -148,7 +148,7 @@ To disable markdown parsing while processing XML tags, set `shouldSkipMarkup` to ## Filter APIs -Docfx shows only the public accessible types and methods callable from another assembly. It also has a set of [default filtering rules](https://github.com/dotnet/docfx/blob/main/src/Docfx.Metadata.ManagedReference.Common/Filters/defaultfilterconfig.yml) that excludes common API patterns based on attributes such as `[EditorBrowsableAttribute]`. +Docfx shows only the public accessible types and methods callable from another assembly. It also has a set of [default filtering rules](https://github.com/dotnet/docfx/blob/main/src/Docfx.Dotnet/Resources/defaultfilterconfig.yml) that excludes common API patterns based on attributes such as `[EditorBrowsableAttribute]`. To disable the default filtering rules, set the `disableDefaultFilter` property to `true`.