@@ -186,20 +186,11 @@ twitter:description: "Build with our leading Speech AI models"
186
186
border-color: #171c29;
187
187
}
188
188
189
- :is(.dark) body#fern-docs .product-card .fern-card .w-full.space-y-1.overflow-hidden div:last-child {
190
- background-color: #0d101a !important;
191
- border-color: #171c29 !important;
192
- }
193
-
194
189
:is(.dark) .product-card .fern-card .t-muted p {
195
190
background-color: #0d101a;
196
191
197
192
}
198
193
199
- :is(.dark) body#fern-docs .product-card .fern-card .w-full.space-y-1.overflow-hidden div:last-child p {
200
- background-color: #0d101a;
201
- }
202
-
203
194
:is(.dark) .product-card .fern-card .text-base {
204
195
color: white;
205
196
}
@@ -219,19 +210,6 @@ twitter:description: "Build with our leading Speech AI models"
219
210
border-bottom-width: 0px;
220
211
height: 100% !important;
221
212
margin-top: 10px !important;
222
- height: 85% !important;
223
- }
224
-
225
- body#fern-docs .product-card .fern-card .w-full.space-y-1.overflow-hidden div:last-child {
226
- background-color: #BEC2EE !important;
227
- border: 8px solid #BEC2EE !important;
228
- border-radius: 12px !important;
229
- border-bottom-left-radius: 0px !important;
230
- border-bottom-right-radius: 0px !important;
231
- border-bottom-width: 0px !important;
232
- height: 100% !important;
233
- margin-top: 10px !important;
234
- height: 85% !important;
235
213
}
236
214
237
215
.product-card .fern-card .t-muted p {
@@ -247,19 +225,6 @@ twitter:description: "Build with our leading Speech AI models"
247
225
height: 100% !important;
248
226
}
249
227
250
- body#fern-docs .product-card .fern-card .w-full.space-y-1.overflow-hidden div:last-child {
251
- color: white !important;
252
- background-color: #747FDB !important;
253
- border-radius: 10px !important;
254
- border-bottom-left-radius: 0px !important;
255
- border-bottom-right-radius: 0px !important;
256
- padding-left: 16px !important;
257
- padding-right: 16px !important;
258
- padding-top: 12px !important;
259
- padding-bottom: 12px !important;
260
- height: 100% !important;
261
- }
262
-
263
228
.product-card .fern-card .w-full.space-y-1.overflow-hidden {
264
229
margin-top: 10px !important;
265
230
display: flex;
@@ -290,10 +255,6 @@ twitter:description: "Build with our leading Speech AI models"
290
255
color: rgba(var(--body-text),var(--tw-text-opacity,1) !important;
291
256
}
292
257
293
- body#fern-docs .gradient-card .fern-card .w-full.space-y-1.overflow-hidden div:last-child {
294
- color: rgba(var(--body-text),var(--tw-text-opacity,1) !important;
295
- }
296
-
297
258
:is(.dark) .sdk-card .fern-card {
298
259
background-color: #2A2522;
299
260
}
@@ -395,19 +356,27 @@ twitter:description: "Build with our leading Speech AI models"
395
356
<CardGroup cols = { 2 } >
396
357
<Card title = " Transcribe an audio file" href = " /docs/getting-started/transcribe-an-audio-file" >
397
358
<div class = " bg-noise" ></div >
398
- Learn how to transcribe audio files with our SDK
359
+ <div class = " t-muted" >
360
+ Learn how to transcribe audio files with our SDK
361
+ </div >
399
362
</Card >
400
363
<Card title = " Transcribe streaming audio" href = " /docs/getting-started/transcribe-streaming-audio-from-a-microphone/python" >
401
364
<div class = " bg-noise" ></div >
402
- Learn how to transcribe live audio from a microphone
365
+ <div class = " t-muted" >
366
+ Learn how to transcribe live audio from a microphone
367
+ </div >
403
368
</Card >
404
369
<Card title = " Apply LLMs to audio" href = " /docs/lemur/apply-llms-to-audio-files" >
405
370
<div class = " bg-noise" ></div >
406
- Learn how to analyze audio content with LLMs
371
+ <div class = " t-muted" >
372
+ Learn how to analyze audio content with LLMs
373
+ </div >
407
374
</Card >
408
375
<Card title = " Cookbooks" href = " /docs/guides" >
409
376
<div class = " bg-noise" ></div >
410
- Get started quickly with our use-case specific cookbooks
377
+ <div class = " t-muted" >
378
+ Get started quickly with our use-case specific cookbooks
379
+ </div >
411
380
</Card >
412
381
</CardGroup >
413
382
</div >
@@ -421,23 +390,29 @@ twitter:description: "Build with our leading Speech AI models"
421
390
href = " /docs/speech-to-text/pre-recorded-audio"
422
391
>
423
392
<div class = " bg-noise" ></div >
424
- Models for converting audio files, video files, and live speech into text.
393
+ <div class = " t-muted" >
394
+ Models for converting audio files, video files, and live speech into text.
395
+ </div >
425
396
</Card >
426
397
<Card
427
398
title = " LeMUR"
428
399
icon = { <img src = " https://fern-image-hosting.s3.us-east-1.amazonaws.com/assemblyai/1442.svg" />}
429
400
href = " /docs/lemur/apply-llms-to-audio-files"
430
401
>
431
402
<div class = " bg-noise" ></div >
403
+ <div class = " t-muted" >
432
404
LeMUR is a framework for applying Large Language Models (LLMs) to spoken data.
405
+ </div >
433
406
</Card >
434
407
<Card
435
408
title = " Audio Intelligence"
436
409
icon = { <img src = " https://fern-image-hosting.s3.us-east-1.amazonaws.com/assemblyai/1443.svg" />}
437
410
href = " /docs/audio-intelligence/summarization"
438
411
>
439
412
<div class = " bg-noise" ></div >
413
+ <div class = " t-muted" >
440
414
Models for interpreting audio for business and personal workflows.
415
+ </div >
441
416
</Card >
442
417
</CardGroup >
443
418
</div >
0 commit comments