docs: add AI Assistant (#5249)

* added components

* added ai assistant button

* change styling

* improve AI assistant

* change to a drawer

* added command support into search

* add AiAssistant to all projects

* remove usage of Text component

* added error handling

* use recaptcha

* fix new configurations

* fix background color

* change suggested questions
This commit is contained in:
Shahed Nasser
2023-10-05 11:10:44 +03:00
committed by GitHub
parent b6bea74914
commit b3f75d8f21
45 changed files with 1864 additions and 437 deletions
@@ -1,3 +1,5 @@
export * from "./AiAssistant"
export * from "./AiAssistant/CommandIcon"
export * from "./Badge"
export * from "./Bordered"
export * from "./BorderedIcon"
@@ -11,13 +13,16 @@ export * from "./Details"
export * from "./Details/Summary"
export * from "./Feedback"
export * from "./Feedback/Solutions"
export * from "./Icons"
export * from "./InlineCode"
export * from "./Input/Text"
export * from "./Kbd"
export * from "./Label"
export * from "./Link"
export * from "./Loading"
export * from "./Loading/Dots"
export * from "./Loading/Spinner"
export * from "./MarkdownContent"
export * from "./Modal"
export * from "./Modal/Header"
export * from "./Modal/Footer"
@@ -35,6 +40,13 @@ export * from "./Notification/Item"
export * from "./Notification/Item/Layout/Default"
export * from "./Rating"
export * from "./Search"
export * from "./Search/EmptyQueryBoundary"
export * from "./Search/Hits"
export * from "./Search/Hits/GroupName"
export * from "./Search/ModalOpener"
export * from "./Search/NoResults"
export * from "./Search/Suggestions"
export * from "./Search/Suggestions/Item"
export * from "./Select"
export * from "./Sidebar"
export * from "./Sidebar/Item"