@@ -20,7 +20,7 @@ const config: Config = {
2020
2121 future : {
2222 experimental_faster : true ,
23- v4 : true
23+ v4 : true ,
2424 } ,
2525
2626 i18n : {
@@ -37,7 +37,7 @@ const config: Config = {
3737 lastVersion : '6.x' ,
3838 includeCurrentVersion : true ,
3939 versions : {
40- current : {
40+ ' current' : {
4141 label : 'v7 Beta' ,
4242 path : 'v7' ,
4343 banner : 'none' ,
@@ -105,8 +105,8 @@ const config: Config = {
105105 {
106106 type : 'docsVersionDropdown' ,
107107 versions : {
108- current : { label : 'v7 Beta' } ,
109- '6.x' : { label : 'v6' } ,
108+ ' current' : { label : 'v7 Beta' } ,
109+ '6.x' : { label : 'v6' } ,
110110 } ,
111111 position : 'right' ,
112112 } ,
@@ -154,20 +154,20 @@ const config: Config = {
154154 {
155155 name : 'API Reference' ,
156156 entryPoints : [ '../packages/react-native-video/src' ] ,
157- exclude : " ../packages/react-native-video/src/index.ts" ,
157+ exclude : ' ../packages/react-native-video/src/index.ts' ,
158158 tsconfig : '../packages/react-native-video/tsconfig.json' ,
159159 out : './docs/api-reference' ,
160160 watch : process . env . TYPEDOC_WATCH ,
161161 excludePrivate : true ,
162162 excludeProtected : true ,
163163 excludeExternals : true ,
164164 excludeInternal : true ,
165- readme : " none" ,
165+ readme : ' none' ,
166166 sidebar : {
167167 autoConfiguration : false ,
168168 } ,
169- parametersFormat : " table" ,
170- enumMembersFormat : " table" ,
169+ parametersFormat : ' table' ,
170+ enumMembersFormat : ' table' ,
171171 useCodeBlocks : true ,
172172 } ,
173173 ] ,
@@ -178,10 +178,10 @@ const config: Config = {
178178 id : 'llms-v6' ,
179179 generateLLMsTxt : false ,
180180 generateLLMsFullTxt : false ,
181- docsDir : " versioned_docs/version-6.x" ,
181+ docsDir : ' versioned_docs/version-6.x' ,
182182 pathTransformation : {
183183 ignorePaths : [ 'docs' ] ,
184- addPaths : [ 'react-native-video/docs/v6' ]
184+ addPaths : [ 'react-native-video/docs/v6' ] ,
185185 } ,
186186 version : '6.x.x' ,
187187 customLLMFiles : [
@@ -199,8 +199,8 @@ const config: Config = {
199199 includePatterns : [ '**/*.md' , '**/*.mdx' ] ,
200200 fullContent : true ,
201201 } ,
202- ]
203- }
202+ ] ,
203+ } ,
204204 ] ,
205205 // LLMs txt generation for v7
206206 [
@@ -209,10 +209,10 @@ const config: Config = {
209209 id : 'llms-v7' ,
210210 generateLLMsTxt : false ,
211211 generateLLMsFullTxt : false ,
212- docsDir : " docs" ,
212+ docsDir : ' docs' ,
213213 pathTransformation : {
214214 ignorePaths : [ 'docs' ] ,
215- addPaths : [ 'react-native-video/docs/v7' ]
215+ addPaths : [ 'react-native-video/docs/v7' ] ,
216216 } ,
217217 version : '7.x.x' ,
218218 customLLMFiles : [
@@ -229,10 +229,10 @@ const config: Config = {
229229 description : 'Complete documentation for React Native Video v7' ,
230230 includePatterns : [ 'docs/**/*.md' ] ,
231231 fullContent : true ,
232- }
233- ]
234- }
235- ]
232+ } ,
233+ ] ,
234+ } ,
235+ ] ,
236236 ] ,
237237} ;
238238
0 commit comments