Skip to content

Commit 7694878

Browse files
committed
lint
1 parent 3ce09f6 commit 7694878

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

apps/docs/components/ui/icon-mapping.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ import {
3333
DatadogIcon,
3434
DevinIcon,
3535
DiscordIcon,
36-
DocumentIcon,
3736
DocuSignIcon,
37+
DocumentIcon,
3838
DropboxIcon,
3939
DsPyIcon,
4040
DubIcon,
@@ -50,8 +50,8 @@ import {
5050
FirecrawlIcon,
5151
FirefliesIcon,
5252
GammaIcon,
53-
GithubIcon,
5453
GitLabIcon,
54+
GithubIcon,
5555
GmailIcon,
5656
GongIcon,
5757
GoogleAdsIcon,
@@ -95,9 +95,9 @@ import {
9595
LinkupIcon,
9696
LoopsIcon,
9797
LumaIcon,
98+
MailServerIcon,
9899
MailchimpIcon,
99100
MailgunIcon,
100-
MailServerIcon,
101101
Mem0Icon,
102102
MicrosoftDataverseIcon,
103103
MicrosoftExcelIcon,
@@ -134,6 +134,8 @@ import {
134134
ResendIcon,
135135
RevenueCatIcon,
136136
S3Icon,
137+
SQSIcon,
138+
STTIcon,
137139
SalesforceIcon,
138140
SearchIcon,
139141
SendgridIcon,
@@ -145,19 +147,17 @@ import {
145147
SimilarwebIcon,
146148
SlackIcon,
147149
SmtpIcon,
148-
SQSIcon,
149150
SshIcon,
150-
STTIcon,
151151
StagehandIcon,
152152
StripeIcon,
153153
SupabaseIcon,
154+
TTSIcon,
154155
TavilyIcon,
155156
TelegramIcon,
156157
TextractIcon,
157158
TinybirdIcon,
158159
TranslateIcon,
159160
TrelloIcon,
160-
TTSIcon,
161161
TwilioIcon,
162162
TypeformIcon,
163163
UpstashIcon,
@@ -169,11 +169,11 @@ import {
169169
WikipediaIcon,
170170
WordpressIcon,
171171
WorkdayIcon,
172-
xIcon,
173172
YouTubeIcon,
174173
ZendeskIcon,
175174
ZepIcon,
176175
ZoomIcon,
176+
xIcon,
177177
} from '@/components/icons'
178178

179179
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

apps/docs/content/docs/en/tools/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@
174174
"zep",
175175
"zoom"
176176
]
177-
}
177+
}

apps/docs/content/docs/en/tools/quiver.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ Generate SVG images from text prompts using QuiverAI
5959
| --------- | ---- | ----------- |
6060
| `success` | boolean | Whether the SVG generation succeeded |
6161
| `output` | object | Generated SVG output |
62-
|`file` | file | Generated SVG file |
63-
|`svgContent` | string | Raw SVG markup content |
62+
|`file` | file | First generated SVG file |
63+
|`files` | json | All generated SVG files \(when n &gt; 1\) |
64+
|`svgContent` | string | Raw SVG markup content of the first result |
6465
|`id` | string | Generation request ID |
6566
|`usage` | json | Token usage statistics |
6667
|`totalTokens` | number | Total tokens used |

0 commit comments

Comments
 (0)