From f61884806a48f92d196ab1498620d538b60a45d2 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 29 Dec 2025 11:17:53 +0100 Subject: [PATCH] Filter out storage --- docfx/docfx_project/filterConfig.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docfx/docfx_project/filterConfig.yml b/docfx/docfx_project/filterConfig.yml index a8c6eb018..a66ea5214 100644 --- a/docfx/docfx_project/filterConfig.yml +++ b/docfx/docfx_project/filterConfig.yml @@ -25,4 +25,7 @@ apiRules: type: Type - exclude: uidRegex: ^Artemis\.Core\.TypeExtensions + type: Type +- exclude: + uidRegex: ^Artemis\.Storage type: Type \ No newline at end of file