@@ -7,9 +7,6 @@ instances:
77 repo : assemblyai-api-spec
88 branch : fern/add-docs
99title : AssemblyAI | API Reference
10- landing-page :
11- page : Home
12- path : pages/home.mdx
1310tabs :
1411 docs :
1512 display-name : Documentation
@@ -34,9 +31,14 @@ navigation:
3431 layout :
3532 - section : Getting started
3633 contents :
34+ - page : Overview
35+ icon : regular house
36+ path : pages/home.mdx
3737 - page : Transcribe an audio file
38+ icon : regular file-audio
3839 path : pages/01-getting-started/transcribe-an-audio-file.mdx
39- - section : Transcribe streaming audio from a microphone
40+ - section : Transcribe streaming audio
41+ icon : regular microphone
4042 # TODO: construct overview page
4143 # path: pages/01-getting-started/transcribe-streaming-audio.mdx
4244 contents :
@@ -51,33 +53,45 @@ navigation:
5153 - page : Java
5254 path : pages/01-getting-started/transcribe-streaming-audio-from-a-microphone/java.mdx
5355 - page : Apply LLMs to audio files
56+ icon : regular binary
5457 path : pages/01-getting-started/apply-llms-to-audio-files.mdx
5558 - page : Webhooks
59+ icon : regular webhook
5660 path : pages/01-getting-started/webhooks.mdx
5761 - page : Supported Languages
62+ icon : regular language
5863 path : pages/01-getting-started/supported-languages.mdx
5964 - page : Usage limits
65+ icon : regular bolt-lightning
6066 path : pages/01-getting-started/usage-limits.mdx
6167 - section : Speech-to-text
6268 contents :
6369 - page : Speech Recognition
70+ icon : regular comment
6471 path : pages/02-speech-to-text/speech-recognition.mdx
6572 - page : Speaker Diarization
73+ icon : regular user-group
6674 path : pages/02-speech-to-text/speaker-diarization.mdx
6775 - page : Streaming
76+ icon : regular signal-stream
6877 path : pages/02-speech-to-text/streaming.mdx
6978 - section : LeMUR - LLMs for speech
7079 slug : lemur
7180 contents :
7281 - page : Summarize your audio data
82+ icon : regular file-lines
7383 path : pages/04-lemur/summarize-audio.mdx
7484 - page : Ask questions about your audio data
85+ icon : regular messages
7586 path : pages/04-lemur/ask-questions.mdx
7687 - page : Create custom LLM prompts
88+ icon : regular question
7789 path : pages/04-lemur/examples.mdx
7890 - page : Change model and parameters
91+ icon : regular terminal
7992 path : pages/04-lemur/customize-parameters.mdx
8093 - page : Prompt engineering
94+ icon : regular code
8195 path : pages/04-lemur/improving-your-prompt.mdx
8296 # - section: Audio Intelligence
8397 # contents:
@@ -212,16 +226,29 @@ navigation:
212226 - tab : changelog
213227
214228colors :
215- accent-primary : " #df9844"
216- background : " #09060F"
217- header-background : " #09060F"
229+ accent-primary :
230+ light : " #2545D3"
231+ dark : " #df9844"
232+ background :
233+ light : " #FFFFFF"
234+ dark : " #09060F"
235+ header-background :
236+ light : " #FFFFFF"
237+ dark : " #09060F"
238+ border :
239+ light : " #E5E5E5"
240+ dark : " #2A2522"
241+ sidebar-background :
242+ light : " #FFFFFF"
243+ dark : " #09060F"
218244layout :
219245 page-width : full
220246 searchbar-placement : header
221247 header-height : 80px
222248 sidebar-width : 316px
223249 tabs-placement : header
224250logo :
251+ light : ./assets/logo-light.svg
225252 dark : ./assets/AssemblyAI_White.svg
226253 height : 32
227254 href : /
0 commit comments