docs: improve AI Assistant (#11208)
* initial implementation * integrate new ai assistant in other projects + ux improvements * fix chat window on mobile devices * fixes to mobile * allow pre * change shortcut to i * improved responsiveness * align version in navbar
This commit is contained in:
@@ -16,7 +16,7 @@ export const ApiRunnerParamInputs = ({
|
||||
}: ApiRunnerParamInputsProps) => {
|
||||
return (
|
||||
<div className="flex flex-col gap-docs_0.25 w-full">
|
||||
<span className="txt-small-plus text-medusa-fg-subtle">{title}</span>
|
||||
<span className="txt-small-plus text-medusa-fg-base">{title}</span>
|
||||
<div className="flex flex-col gap-docs_0.5">
|
||||
{Object.keys(data).map((pathParam, index) => (
|
||||
<ApiRunnerParamInput
|
||||
|
||||
Reference in New Issue
Block a user