From 6eaaaef3b624dca4b674dbabb6f17e5fe3f0e95e Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:02:40 -0500 Subject: [PATCH] chore: remove PDF option --- docfx/docfx.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docfx/docfx.json b/docfx/docfx.json index b8abc23..3c18989 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -35,8 +35,7 @@ "globalMetadata": { "_appName": "AnthropicClient", "_appTitle": "AnthropicClient", - "_enableSearch": true, - "pdf": true + "_enableSearch": true } } } \ No newline at end of file