From f21652444803ff6a9351d95595caa14a578fa758 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Sun, 12 Jan 2025 21:36:46 -0500 Subject: [PATCH] fix docfx icon add proxy toc --- .docs/docfx.json | 4 ++-- ElevenLabs-DotNet-Proxy/toc.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 ElevenLabs-DotNet-Proxy/toc.yml diff --git a/.docs/docfx.json b/.docs/docfx.json index da42204..87f5e95 100644 --- a/.docs/docfx.json +++ b/.docs/docfx.json @@ -56,8 +56,8 @@ "globalMetadata": { "_appName": "ElevenLabs-DotNet", "_appTitle": "ElevenLabs-DotNet", - "_appLogoPath": "Assets/ElevenLabsIcon@x1.png", - "_appFaviconPath": "Assets/ElevenLabsIcon@x1.png", + "_appLogoPath": "assets/ElevenLabsIcon@x1.png", + "_appFaviconPath": "assets/ElevenLabsIcon@x1.png", "_enableSearch": true, "pdf": false } diff --git a/ElevenLabs-DotNet-Proxy/toc.yml b/ElevenLabs-DotNet-Proxy/toc.yml new file mode 100644 index 0000000..348a97c --- /dev/null +++ b/ElevenLabs-DotNet-Proxy/toc.yml @@ -0,0 +1,4 @@ +- name: Proxy + href: Readme.md +- name: API + href: ../api/ElevenLabs.ElevenLabsClient.html \ No newline at end of file