docs: bugfix/formatting faq docs (#1027)

* fixed formatting of faq and enhanced styling

* save

* did further improvements and fixing the sidebar

---------

Co-authored-by: Anirban Kar <thecodacus@gmail.com>
This commit is contained in:
Leex
2025-01-10 16:47:32 +01:00
committed by GitHub
parent 4fd5040355
commit 6bf36a915c
6 changed files with 100 additions and 66 deletions

View File

@@ -31,6 +31,7 @@ export function ImportButtons(importChat: ((description: string, messages: Messa
if (Array.isArray(data.messages)) {
await importChat(data.description || 'Imported Chat', data.messages);
toast.success('Chat imported successfully');
return;
}