[{"data":1,"prerenderedAt":3500},["ShallowReactive",2],{"navigation":3,"docs-/usage/render":164,"docs-/usage/render-surround":889},[4,20,45,67,92,102,115],{"title":5,"_path":6,"children":7},"Get Started","/get-started",[8,11,14,17],{"title":9,"_path":10},"Installation","/get-started/installation",{"title":12,"_path":13},"Configuration","/get-started/configuration",{"title":15,"_path":16},"Edge Channel","/get-started/edge-channel",{"title":18,"_path":19},"Migration","/get-started/from-v1",{"title":21,"_path":22,"children":23},"Usage","/usage",[24,27,30,33,36,39,42],{"title":25,"_path":26},"Content Directory","/usage/content-directory",{"title":28,"_path":29},"Markdown","/usage/markdown",{"title":31,"_path":32},"JSON, YAML, CSV","/usage/files",{"title":34,"_path":35},"Render Content","/usage/render",{"title":37,"_path":38},"Search","/usage/search",{"title":40,"_path":41},"Fetch Navigation","/usage/navigation",{"title":43,"_path":44},"TypeScript Support","/usage/typescript",{"title":46,"_path":47,"children":48},"Composables","/composables",[49,52,55,58,61,64],{"title":50,"_path":51},"queryContent()","/composables/query-content",{"title":53,"_path":54},"fetchContentNavigation()","/composables/fetch-content-navigation",{"title":56,"_path":57},"useContentHead()","/composables/use-content-head",{"title":59,"_path":60},"useContentHelpers()","/composables/use-content-helpers",{"title":62,"_path":63},"useUnwrap()","/composables/use-unwrap",{"title":65,"_path":66},"searchContent()","/composables/search-content",{"title":68,"_path":69,"children":70},"Components","/components",[71,74,77,80,83,86,89],{"title":72,"_path":73},"\u003CContentDoc>","/components/content-doc",{"title":75,"_path":76},"\u003CContentRenderer>","/components/content-renderer",{"title":78,"_path":79},"\u003CContentList>","/components/content-list",{"title":81,"_path":82},"\u003CContentNavigation>","/components/content-navigation",{"title":84,"_path":85},"\u003CContentQuery>","/components/content-query",{"title":87,"_path":88},"\u003CContentSlot>","/components/content-slot",{"title":90,"_path":91},"Prose Components","/components/prose",{"title":93,"_path":94,"children":95},"Document Driven","/document-driven",[96,99],{"title":97,"_path":98},"Introduction","/document-driven/introduction",{"title":100,"_path":101},"useContent()","/document-driven/use-content",{"title":103,"_path":104,"children":105},"Recipes","/recipes",[106,109,112],{"title":107,"_path":108},"Hooks","/recipes/hooks",{"title":110,"_path":111},"Transformers","/recipes/transformers",{"title":113,"_path":114},"Sitemap","/recipes/sitemap",{"title":116,"_path":117,"children":118},"V1","/v1",[119,141,154],{"title":120,"_path":121,"children":122},"Getting Started","/v1/getting-started",[123,125,127,130,133,136,138],{"title":97,"_path":124},"/v1/getting-started/introduction",{"title":9,"_path":126},"/v1/getting-started/installation",{"title":128,"_path":129},"Writing content","/v1/getting-started/writing",{"title":131,"_path":132},"Fetching content","/v1/getting-started/fetching",{"title":134,"_path":135},"Displaying content","/v1/getting-started/displaying",{"title":12,"_path":137},"/v1/getting-started/configuration",{"title":139,"_path":140},"Advanced","/v1/getting-started/advanced",{"title":142,"_path":143,"children":144},"Examples","/v1/examples",[145,148,151],{"title":146,"_path":147},"Basic Usage","/v1/examples/basic",{"title":149,"_path":150},"TailwindCSS","/v1/examples/tailwindcss-typography",{"title":152,"_path":153},"Docs Theme","/v1/examples/docs-theme",{"title":155,"_path":156,"children":157},"Community","/v1/community",[158,161],{"title":159,"_path":160},"Snippets","/v1/community/snippets",{"title":162,"_path":163},"Integrations","/v1/community/integrations",{"_path":35,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":34,"description":168,"body":169,"_type":883,"_id":884,"_source":885,"_file":886,"_stem":887,"_extension":888},"usage",false,"","Render the body of a Markdown document in a rich-text format.",{"type":170,"children":171,"toc":879},"root",[172,186,199,220,244,348,371,390,499,519,529,582,603,846,873],{"type":173,"tag":174,"props":175,"children":177},"element","h2",{"id":176},"contentdoc",[178],{"type":173,"tag":179,"props":180,"children":182},"code",{"className":181},[],[183],{"type":184,"value":185},"text","\u003CContentDoc />",{"type":173,"tag":187,"props":188,"children":189},"p",{},[190,192,197],{"type":184,"value":191},"The ",{"type":173,"tag":179,"props":193,"children":195},{"className":194},[],[196],{"type":184,"value":72},{"type":184,"value":198}," component fetches a document and renders it in a rich-text format.",{"type":173,"tag":187,"props":200,"children":201},{},[202,204,210,212,218],{"type":184,"value":203},"By default it fetchs the current route (",{"type":173,"tag":179,"props":205,"children":207},{"className":206},[],[208],{"type":184,"value":209},"$route.path",{"type":184,"value":211},") but an explicit path can be passed to the component with the ",{"type":173,"tag":179,"props":213,"children":215},{"className":214},[],[216],{"type":184,"value":217},"path",{"type":184,"value":219}," prop.",{"type":173,"tag":187,"props":221,"children":222},{},[223,225,234,236,242],{"type":184,"value":224},"Create a ",{"type":173,"tag":226,"props":227,"children":231},"a",{"href":228,"rel":229},"https://nuxt.com/docs/guide/directory-structure/pages/#catch-all-route",[230],"nofollow",[232],{"type":184,"value":233},"catch all route",{"type":184,"value":235}," named ",{"type":173,"tag":179,"props":237,"children":239},{"className":238},[],[240],{"type":184,"value":241},"pages/[...slug].vue",{"type":184,"value":243}," and add the component:",{"type":173,"tag":245,"props":246,"children":250},"pre",{"className":247,"code":248,"filename":241,"language":249,"meta":167,"style":167},"language-vue shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentDoc />\n  \u003C/main>\n\u003C/template>\n","vue",[251],{"type":173,"tag":179,"props":252,"children":253},{"__ignoreMap":167},[254,277,295,314,331],{"type":173,"tag":255,"props":256,"children":259},"span",{"class":257,"line":258},"line",1,[260,266,272],{"type":173,"tag":255,"props":261,"children":263},{"style":262},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[264],{"type":184,"value":265},"\u003C",{"type":173,"tag":255,"props":267,"children":269},{"style":268},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[270],{"type":184,"value":271},"template",{"type":173,"tag":255,"props":273,"children":274},{"style":262},[275],{"type":184,"value":276},">\n",{"type":173,"tag":255,"props":278,"children":280},{"class":257,"line":279},2,[281,286,291],{"type":173,"tag":255,"props":282,"children":283},{"style":262},[284],{"type":184,"value":285},"  \u003C",{"type":173,"tag":255,"props":287,"children":288},{"style":268},[289],{"type":184,"value":290},"main",{"type":173,"tag":255,"props":292,"children":293},{"style":262},[294],{"type":184,"value":276},{"type":173,"tag":255,"props":296,"children":298},{"class":257,"line":297},3,[299,304,309],{"type":173,"tag":255,"props":300,"children":301},{"style":262},[302],{"type":184,"value":303},"    \u003C",{"type":173,"tag":255,"props":305,"children":306},{"style":268},[307],{"type":184,"value":308},"ContentDoc",{"type":173,"tag":255,"props":310,"children":311},{"style":262},[312],{"type":184,"value":313}," />\n",{"type":173,"tag":255,"props":315,"children":317},{"class":257,"line":316},4,[318,323,327],{"type":173,"tag":255,"props":319,"children":320},{"style":262},[321],{"type":184,"value":322},"  \u003C/",{"type":173,"tag":255,"props":324,"children":325},{"style":268},[326],{"type":184,"value":290},{"type":173,"tag":255,"props":328,"children":329},{"style":262},[330],{"type":184,"value":276},{"type":173,"tag":255,"props":332,"children":334},{"class":257,"line":333},5,[335,340,344],{"type":173,"tag":255,"props":336,"children":337},{"style":262},[338],{"type":184,"value":339},"\u003C/",{"type":173,"tag":255,"props":341,"children":342},{"style":268},[343],{"type":184,"value":271},{"type":173,"tag":255,"props":345,"children":346},{"style":262},[347],{"type":184,"value":276},{"type":173,"tag":187,"props":349,"children":350},{},[351,353,358,360,369],{"type":184,"value":352},"It will fetch the document corresponding to the ",{"type":173,"tag":179,"props":354,"children":356},{"className":355},[],[357],{"type":184,"value":209},{"type":184,"value":359}," and render it. It will also handle the head management using ",{"type":173,"tag":226,"props":361,"children":363},{"href":362},"/composables/use-content-head#usecontenthead",[364],{"type":173,"tag":179,"props":365,"children":367},{"className":366},[],[368],{"type":184,"value":56},{"type":184,"value":370}," section.",{"type":173,"tag":187,"props":372,"children":373},{},[374,376,381,383,388],{"type":184,"value":375},"You can use the ",{"type":173,"tag":179,"props":377,"children":379},{"className":378},[],[380],{"type":184,"value":72},{"type":184,"value":382}," component to render a specific document by specifying the ",{"type":173,"tag":179,"props":384,"children":386},{"className":385},[],[387],{"type":184,"value":217},{"type":184,"value":389}," property:",{"type":173,"tag":245,"props":391,"children":394},{"className":247,"code":392,"filename":393,"language":249,"meta":167,"style":167},"\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentDoc path=\"/about\" />\n  \u003C/main>\n\u003C/template>\n","app.vue",[395],{"type":173,"tag":179,"props":396,"children":397},{"__ignoreMap":167},[398,413,428,469,484],{"type":173,"tag":255,"props":399,"children":400},{"class":257,"line":258},[401,405,409],{"type":173,"tag":255,"props":402,"children":403},{"style":262},[404],{"type":184,"value":265},{"type":173,"tag":255,"props":406,"children":407},{"style":268},[408],{"type":184,"value":271},{"type":173,"tag":255,"props":410,"children":411},{"style":262},[412],{"type":184,"value":276},{"type":173,"tag":255,"props":414,"children":415},{"class":257,"line":279},[416,420,424],{"type":173,"tag":255,"props":417,"children":418},{"style":262},[419],{"type":184,"value":285},{"type":173,"tag":255,"props":421,"children":422},{"style":268},[423],{"type":184,"value":290},{"type":173,"tag":255,"props":425,"children":426},{"style":262},[427],{"type":184,"value":276},{"type":173,"tag":255,"props":429,"children":430},{"class":257,"line":297},[431,435,439,445,450,455,461,465],{"type":173,"tag":255,"props":432,"children":433},{"style":262},[434],{"type":184,"value":303},{"type":173,"tag":255,"props":436,"children":437},{"style":268},[438],{"type":184,"value":308},{"type":173,"tag":255,"props":440,"children":442},{"style":441},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[443],{"type":184,"value":444}," path",{"type":173,"tag":255,"props":446,"children":447},{"style":262},[448],{"type":184,"value":449},"=",{"type":173,"tag":255,"props":451,"children":452},{"style":262},[453],{"type":184,"value":454},"\"",{"type":173,"tag":255,"props":456,"children":458},{"style":457},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[459],{"type":184,"value":460},"/about",{"type":173,"tag":255,"props":462,"children":463},{"style":262},[464],{"type":184,"value":454},{"type":173,"tag":255,"props":466,"children":467},{"style":262},[468],{"type":184,"value":313},{"type":173,"tag":255,"props":470,"children":471},{"class":257,"line":316},[472,476,480],{"type":173,"tag":255,"props":473,"children":474},{"style":262},[475],{"type":184,"value":322},{"type":173,"tag":255,"props":477,"children":478},{"style":268},[479],{"type":184,"value":290},{"type":173,"tag":255,"props":481,"children":482},{"style":262},[483],{"type":184,"value":276},{"type":173,"tag":255,"props":485,"children":486},{"class":257,"line":333},[487,491,495],{"type":173,"tag":255,"props":488,"children":489},{"style":262},[490],{"type":184,"value":339},{"type":173,"tag":255,"props":492,"children":493},{"style":268},[494],{"type":184,"value":271},{"type":173,"tag":255,"props":496,"children":497},{"style":262},[498],{"type":184,"value":276},{"type":173,"tag":500,"props":501,"children":503},"callout",{"type":502},"info",[504],{"type":173,"tag":187,"props":505,"children":506},{},[507,509,517],{"type":184,"value":508},"Head over to the ",{"type":173,"tag":226,"props":510,"children":511},{"href":73},[512],{"type":173,"tag":179,"props":513,"children":515},{"className":514},[],[516],{"type":184,"value":72},{"type":184,"value":518}," API section.",{"type":173,"tag":174,"props":520,"children":522},{"id":521},"contentrenderer",[523],{"type":173,"tag":179,"props":524,"children":526},{"className":525},[],[527],{"type":184,"value":528},"\u003CContentRenderer />",{"type":173,"tag":187,"props":530,"children":531},{},[532,533,541,543,551,553,571,573,580],{"type":184,"value":191},{"type":173,"tag":226,"props":534,"children":535},{"href":76},[536],{"type":173,"tag":179,"props":537,"children":539},{"className":538},[],[540],{"type":184,"value":75},{"type":184,"value":542}," component renders the body of a Markdown document returned by ",{"type":173,"tag":226,"props":544,"children":545},{"href":51},[546],{"type":173,"tag":179,"props":547,"children":549},{"className":548},[],[550],{"type":184,"value":50},{"type":184,"value":552}," in a rich-text format. It fallbacks to rendering the content in a ",{"type":173,"tag":179,"props":554,"children":557},{"className":555,"language":556,"style":167},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","html",[558,562,566],{"type":173,"tag":255,"props":559,"children":560},{"style":262},[561],{"type":184,"value":265},{"type":173,"tag":255,"props":563,"children":564},{"style":268},[565],{"type":184,"value":245},{"type":173,"tag":255,"props":567,"children":568},{"style":262},[569],{"type":184,"value":570},">",{"type":184,"value":572}," tag if the content is not Markdown (",{"type":173,"tag":226,"props":574,"children":577},{"href":575,"rel":576},"https://github.com/nuxt/content/blob/main/src/runtime/components/ContentRenderer.vue",[230],[578],{"type":184,"value":579},"source code",{"type":184,"value":581},").",{"type":173,"tag":187,"props":583,"children":584},{},[585,593,595,601],{"type":173,"tag":226,"props":586,"children":587},{"href":76},[588],{"type":173,"tag":179,"props":589,"children":591},{"className":590},[],[592],{"type":184,"value":75},{"type":184,"value":594}," accepts a ",{"type":173,"tag":179,"props":596,"children":598},{"className":597},[],[599],{"type":184,"value":600},"value",{"type":184,"value":602}," prop containing the data.",{"type":173,"tag":245,"props":604,"children":606},{"className":247,"code":605,"filename":393,"language":249,"meta":167,"style":167},"\u003Cscript setup>\nconst { data } = await useAsyncData('hello', () => queryContent('/hello').findOne())\n\u003C/script>\n\n\u003Ctemplate>\n  \u003CContentRenderer :value=\"data\" />\n\u003C/template>\n",[607],{"type":173,"tag":179,"props":608,"children":609},{"__ignoreMap":167},[610,631,748,763,772,787,830],{"type":173,"tag":255,"props":611,"children":612},{"class":257,"line":258},[613,617,622,627],{"type":173,"tag":255,"props":614,"children":615},{"style":262},[616],{"type":184,"value":265},{"type":173,"tag":255,"props":618,"children":619},{"style":268},[620],{"type":184,"value":621},"script",{"type":173,"tag":255,"props":623,"children":624},{"style":441},[625],{"type":184,"value":626}," setup",{"type":173,"tag":255,"props":628,"children":629},{"style":262},[630],{"type":184,"value":276},{"type":173,"tag":255,"props":632,"children":633},{"class":257,"line":279},[634,639,644,650,655,660,666,672,677,682,687,691,696,701,706,711,715,719,724,728,733,738,743],{"type":173,"tag":255,"props":635,"children":636},{"style":441},[637],{"type":184,"value":638},"const",{"type":173,"tag":255,"props":640,"children":641},{"style":262},[642],{"type":184,"value":643}," {",{"type":173,"tag":255,"props":645,"children":647},{"style":646},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[648],{"type":184,"value":649}," data ",{"type":173,"tag":255,"props":651,"children":652},{"style":262},[653],{"type":184,"value":654},"}",{"type":173,"tag":255,"props":656,"children":657},{"style":262},[658],{"type":184,"value":659}," =",{"type":173,"tag":255,"props":661,"children":663},{"style":662},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF;--shiki-light-font-style:italic;--shiki-default-font-style:italic;--shiki-dark-font-style:italic",[664],{"type":184,"value":665}," await",{"type":173,"tag":255,"props":667,"children":669},{"style":668},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[670],{"type":184,"value":671}," useAsyncData",{"type":173,"tag":255,"props":673,"children":674},{"style":646},[675],{"type":184,"value":676},"(",{"type":173,"tag":255,"props":678,"children":679},{"style":262},[680],{"type":184,"value":681},"'",{"type":173,"tag":255,"props":683,"children":684},{"style":457},[685],{"type":184,"value":686},"hello",{"type":173,"tag":255,"props":688,"children":689},{"style":262},[690],{"type":184,"value":681},{"type":173,"tag":255,"props":692,"children":693},{"style":262},[694],{"type":184,"value":695},",",{"type":173,"tag":255,"props":697,"children":698},{"style":262},[699],{"type":184,"value":700}," ()",{"type":173,"tag":255,"props":702,"children":703},{"style":441},[704],{"type":184,"value":705}," =>",{"type":173,"tag":255,"props":707,"children":708},{"style":668},[709],{"type":184,"value":710}," queryContent",{"type":173,"tag":255,"props":712,"children":713},{"style":646},[714],{"type":184,"value":676},{"type":173,"tag":255,"props":716,"children":717},{"style":262},[718],{"type":184,"value":681},{"type":173,"tag":255,"props":720,"children":721},{"style":457},[722],{"type":184,"value":723},"/hello",{"type":173,"tag":255,"props":725,"children":726},{"style":262},[727],{"type":184,"value":681},{"type":173,"tag":255,"props":729,"children":730},{"style":646},[731],{"type":184,"value":732},")",{"type":173,"tag":255,"props":734,"children":735},{"style":262},[736],{"type":184,"value":737},".",{"type":173,"tag":255,"props":739,"children":740},{"style":668},[741],{"type":184,"value":742},"findOne",{"type":173,"tag":255,"props":744,"children":745},{"style":646},[746],{"type":184,"value":747},"())\n",{"type":173,"tag":255,"props":749,"children":750},{"class":257,"line":297},[751,755,759],{"type":173,"tag":255,"props":752,"children":753},{"style":262},[754],{"type":184,"value":339},{"type":173,"tag":255,"props":756,"children":757},{"style":268},[758],{"type":184,"value":621},{"type":173,"tag":255,"props":760,"children":761},{"style":262},[762],{"type":184,"value":276},{"type":173,"tag":255,"props":764,"children":765},{"class":257,"line":316},[766],{"type":173,"tag":255,"props":767,"children":769},{"emptyLinePlaceholder":768},true,[770],{"type":184,"value":771},"\n",{"type":173,"tag":255,"props":773,"children":774},{"class":257,"line":333},[775,779,783],{"type":173,"tag":255,"props":776,"children":777},{"style":262},[778],{"type":184,"value":265},{"type":173,"tag":255,"props":780,"children":781},{"style":268},[782],{"type":184,"value":271},{"type":173,"tag":255,"props":784,"children":785},{"style":262},[786],{"type":184,"value":276},{"type":173,"tag":255,"props":788,"children":790},{"class":257,"line":789},6,[791,795,800,805,809,813,817,822,826],{"type":173,"tag":255,"props":792,"children":793},{"style":262},[794],{"type":184,"value":285},{"type":173,"tag":255,"props":796,"children":797},{"style":268},[798],{"type":184,"value":799},"ContentRenderer",{"type":173,"tag":255,"props":801,"children":802},{"style":262},[803],{"type":184,"value":804}," :",{"type":173,"tag":255,"props":806,"children":807},{"style":441},[808],{"type":184,"value":600},{"type":173,"tag":255,"props":810,"children":811},{"style":262},[812],{"type":184,"value":449},{"type":173,"tag":255,"props":814,"children":815},{"style":262},[816],{"type":184,"value":454},{"type":173,"tag":255,"props":818,"children":819},{"style":646},[820],{"type":184,"value":821},"data",{"type":173,"tag":255,"props":823,"children":824},{"style":262},[825],{"type":184,"value":454},{"type":173,"tag":255,"props":827,"children":828},{"style":262},[829],{"type":184,"value":313},{"type":173,"tag":255,"props":831,"children":833},{"class":257,"line":832},7,[834,838,842],{"type":173,"tag":255,"props":835,"children":836},{"style":262},[837],{"type":184,"value":339},{"type":173,"tag":255,"props":839,"children":840},{"style":268},[841],{"type":184,"value":271},{"type":173,"tag":255,"props":843,"children":844},{"style":262},[845],{"type":184,"value":276},{"type":173,"tag":500,"props":847,"children":848},{"type":502},[849],{"type":173,"tag":187,"props":850,"children":851},{},[852,853,861,863,871],{"type":184,"value":508},{"type":173,"tag":226,"props":854,"children":855},{"href":76},[856],{"type":173,"tag":179,"props":857,"children":859},{"className":858},[],[860],{"type":184,"value":75},{"type":184,"value":862}," and ",{"type":173,"tag":226,"props":864,"children":865},{"href":51},[866],{"type":173,"tag":179,"props":867,"children":869},{"className":868},[],[870],{"type":184,"value":50},{"type":184,"value":872}," API sections to learn more.",{"type":173,"tag":874,"props":875,"children":876},"style",{},[877],{"type":184,"value":878},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":167,"searchDepth":279,"depth":279,"links":880},[881,882],{"id":176,"depth":279,"text":185},{"id":521,"depth":279,"text":528},"markdown","content:2.usage:3.render.md","content","2.usage/3.render.md","2.usage/3.render","md",[890,2376],{"_path":32,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":31,"description":891,"body":892,"_type":883,"_id":2373,"_source":885,"_file":2374,"_stem":2375,"_extension":888},"Nuxt Content can also query JSON, YAML and CSV content.",{"type":170,"children":893,"toc":2368},[894,900,905,1426,1458,1464,1469,1880,1901,1907,1912,2350,2364],{"type":173,"tag":174,"props":895,"children":897},{"id":896},"json",[898],{"type":184,"value":899},"JSON",{"type":173,"tag":187,"props":901,"children":902},{},[903],{"type":184,"value":904},"Nuxt Content can query JSON formatted content.",{"type":173,"tag":906,"props":907,"children":908},"code-group",{},[909,1046,1101],{"type":173,"tag":245,"props":910,"children":914},{"code":911,"filename":912,"language":896,"meta":167,"className":913,"style":167},"{\n  \"title\": \"Hello Content v2!\",\n  \"description\": \"The writing experience for Nuxt 3\",\n  \"category\": \"announcement\"\n}\n","content/hello.json","language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight",[915],{"type":173,"tag":179,"props":916,"children":917},{"__ignoreMap":167},[918,926,967,1004,1038],{"type":173,"tag":255,"props":919,"children":920},{"class":257,"line":258},[921],{"type":173,"tag":255,"props":922,"children":923},{"style":262},[924],{"type":184,"value":925},"{\n",{"type":173,"tag":255,"props":927,"children":928},{"class":257,"line":279},[929,934,939,943,948,953,958,962],{"type":173,"tag":255,"props":930,"children":931},{"style":262},[932],{"type":184,"value":933},"  \"",{"type":173,"tag":255,"props":935,"children":936},{"style":441},[937],{"type":184,"value":938},"title",{"type":173,"tag":255,"props":940,"children":941},{"style":262},[942],{"type":184,"value":454},{"type":173,"tag":255,"props":944,"children":945},{"style":262},[946],{"type":184,"value":947},":",{"type":173,"tag":255,"props":949,"children":950},{"style":262},[951],{"type":184,"value":952}," \"",{"type":173,"tag":255,"props":954,"children":955},{"style":457},[956],{"type":184,"value":957},"Hello Content v2!",{"type":173,"tag":255,"props":959,"children":960},{"style":262},[961],{"type":184,"value":454},{"type":173,"tag":255,"props":963,"children":964},{"style":262},[965],{"type":184,"value":966},",\n",{"type":173,"tag":255,"props":968,"children":969},{"class":257,"line":297},[970,974,979,983,987,991,996,1000],{"type":173,"tag":255,"props":971,"children":972},{"style":262},[973],{"type":184,"value":933},{"type":173,"tag":255,"props":975,"children":976},{"style":441},[977],{"type":184,"value":978},"description",{"type":173,"tag":255,"props":980,"children":981},{"style":262},[982],{"type":184,"value":454},{"type":173,"tag":255,"props":984,"children":985},{"style":262},[986],{"type":184,"value":947},{"type":173,"tag":255,"props":988,"children":989},{"style":262},[990],{"type":184,"value":952},{"type":173,"tag":255,"props":992,"children":993},{"style":457},[994],{"type":184,"value":995},"The writing experience for Nuxt 3",{"type":173,"tag":255,"props":997,"children":998},{"style":262},[999],{"type":184,"value":454},{"type":173,"tag":255,"props":1001,"children":1002},{"style":262},[1003],{"type":184,"value":966},{"type":173,"tag":255,"props":1005,"children":1006},{"class":257,"line":316},[1007,1011,1016,1020,1024,1028,1033],{"type":173,"tag":255,"props":1008,"children":1009},{"style":262},[1010],{"type":184,"value":933},{"type":173,"tag":255,"props":1012,"children":1013},{"style":441},[1014],{"type":184,"value":1015},"category",{"type":173,"tag":255,"props":1017,"children":1018},{"style":262},[1019],{"type":184,"value":454},{"type":173,"tag":255,"props":1021,"children":1022},{"style":262},[1023],{"type":184,"value":947},{"type":173,"tag":255,"props":1025,"children":1026},{"style":262},[1027],{"type":184,"value":952},{"type":173,"tag":255,"props":1029,"children":1030},{"style":457},[1031],{"type":184,"value":1032},"announcement",{"type":173,"tag":255,"props":1034,"children":1035},{"style":262},[1036],{"type":184,"value":1037},"\"\n",{"type":173,"tag":255,"props":1039,"children":1040},{"class":257,"line":333},[1041],{"type":173,"tag":255,"props":1042,"children":1043},{"style":262},[1044],{"type":184,"value":1045},"}\n",{"type":173,"tag":245,"props":1047,"children":1052},{"code":1048,"filename":1049,"language":1050,"meta":167,"className":1051,"style":167},"await queryContent('/hello').findOne()\n","Query","ts","language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight",[1053],{"type":173,"tag":179,"props":1054,"children":1055},{"__ignoreMap":167},[1056],{"type":173,"tag":255,"props":1057,"children":1058},{"class":257,"line":258},[1059,1064,1068,1072,1076,1080,1084,1088,1092,1096],{"type":173,"tag":255,"props":1060,"children":1061},{"style":662},[1062],{"type":184,"value":1063},"await",{"type":173,"tag":255,"props":1065,"children":1066},{"style":668},[1067],{"type":184,"value":710},{"type":173,"tag":255,"props":1069,"children":1070},{"style":646},[1071],{"type":184,"value":676},{"type":173,"tag":255,"props":1073,"children":1074},{"style":262},[1075],{"type":184,"value":681},{"type":173,"tag":255,"props":1077,"children":1078},{"style":457},[1079],{"type":184,"value":723},{"type":173,"tag":255,"props":1081,"children":1082},{"style":262},[1083],{"type":184,"value":681},{"type":173,"tag":255,"props":1085,"children":1086},{"style":646},[1087],{"type":184,"value":732},{"type":173,"tag":255,"props":1089,"children":1090},{"style":262},[1091],{"type":184,"value":737},{"type":173,"tag":255,"props":1093,"children":1094},{"style":668},[1095],{"type":184,"value":742},{"type":173,"tag":255,"props":1097,"children":1098},{"style":646},[1099],{"type":184,"value":1100},"()\n",{"type":173,"tag":245,"props":1102,"children":1107},{"code":1103,"filename":1104,"language":1105,"meta":167,"className":1106,"style":167},"{\n  _path: '/hello',\n  _draft: false,\n  _partial: false,\n  title: 'Hello Content v2!',\n  description: 'The writing experience for Nuxt 3',\n  category: 'announcement',\n  _id: 'content:hello.json',\n  _type: 'json',\n  _source: 'content',\n  _file: 'hello.json',\n  _extension: 'json'\n}\n","Output","js","language-js shiki shiki-themes material-theme-lighter material-theme material-theme-palenight",[1108],{"type":173,"tag":179,"props":1109,"children":1110},{"__ignoreMap":167},[1111,1118,1148,1170,1190,1218,1246,1274,1304,1333,1362,1392,1418],{"type":173,"tag":255,"props":1112,"children":1113},{"class":257,"line":258},[1114],{"type":173,"tag":255,"props":1115,"children":1116},{"style":262},[1117],{"type":184,"value":925},{"type":173,"tag":255,"props":1119,"children":1120},{"class":257,"line":279},[1121,1127,1131,1136,1140,1144],{"type":173,"tag":255,"props":1122,"children":1124},{"style":1123},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1125],{"type":184,"value":1126},"  _path",{"type":173,"tag":255,"props":1128,"children":1129},{"style":262},[1130],{"type":184,"value":947},{"type":173,"tag":255,"props":1132,"children":1133},{"style":262},[1134],{"type":184,"value":1135}," '",{"type":173,"tag":255,"props":1137,"children":1138},{"style":457},[1139],{"type":184,"value":723},{"type":173,"tag":255,"props":1141,"children":1142},{"style":262},[1143],{"type":184,"value":681},{"type":173,"tag":255,"props":1145,"children":1146},{"style":262},[1147],{"type":184,"value":966},{"type":173,"tag":255,"props":1149,"children":1150},{"class":257,"line":297},[1151,1156,1160,1166],{"type":173,"tag":255,"props":1152,"children":1153},{"style":1123},[1154],{"type":184,"value":1155},"  _draft",{"type":173,"tag":255,"props":1157,"children":1158},{"style":262},[1159],{"type":184,"value":947},{"type":173,"tag":255,"props":1161,"children":1163},{"style":1162},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[1164],{"type":184,"value":1165}," false",{"type":173,"tag":255,"props":1167,"children":1168},{"style":262},[1169],{"type":184,"value":966},{"type":173,"tag":255,"props":1171,"children":1172},{"class":257,"line":316},[1173,1178,1182,1186],{"type":173,"tag":255,"props":1174,"children":1175},{"style":1123},[1176],{"type":184,"value":1177},"  _partial",{"type":173,"tag":255,"props":1179,"children":1180},{"style":262},[1181],{"type":184,"value":947},{"type":173,"tag":255,"props":1183,"children":1184},{"style":1162},[1185],{"type":184,"value":1165},{"type":173,"tag":255,"props":1187,"children":1188},{"style":262},[1189],{"type":184,"value":966},{"type":173,"tag":255,"props":1191,"children":1192},{"class":257,"line":333},[1193,1198,1202,1206,1210,1214],{"type":173,"tag":255,"props":1194,"children":1195},{"style":1123},[1196],{"type":184,"value":1197},"  title",{"type":173,"tag":255,"props":1199,"children":1200},{"style":262},[1201],{"type":184,"value":947},{"type":173,"tag":255,"props":1203,"children":1204},{"style":262},[1205],{"type":184,"value":1135},{"type":173,"tag":255,"props":1207,"children":1208},{"style":457},[1209],{"type":184,"value":957},{"type":173,"tag":255,"props":1211,"children":1212},{"style":262},[1213],{"type":184,"value":681},{"type":173,"tag":255,"props":1215,"children":1216},{"style":262},[1217],{"type":184,"value":966},{"type":173,"tag":255,"props":1219,"children":1220},{"class":257,"line":789},[1221,1226,1230,1234,1238,1242],{"type":173,"tag":255,"props":1222,"children":1223},{"style":1123},[1224],{"type":184,"value":1225},"  description",{"type":173,"tag":255,"props":1227,"children":1228},{"style":262},[1229],{"type":184,"value":947},{"type":173,"tag":255,"props":1231,"children":1232},{"style":262},[1233],{"type":184,"value":1135},{"type":173,"tag":255,"props":1235,"children":1236},{"style":457},[1237],{"type":184,"value":995},{"type":173,"tag":255,"props":1239,"children":1240},{"style":262},[1241],{"type":184,"value":681},{"type":173,"tag":255,"props":1243,"children":1244},{"style":262},[1245],{"type":184,"value":966},{"type":173,"tag":255,"props":1247,"children":1248},{"class":257,"line":832},[1249,1254,1258,1262,1266,1270],{"type":173,"tag":255,"props":1250,"children":1251},{"style":1123},[1252],{"type":184,"value":1253},"  category",{"type":173,"tag":255,"props":1255,"children":1256},{"style":262},[1257],{"type":184,"value":947},{"type":173,"tag":255,"props":1259,"children":1260},{"style":262},[1261],{"type":184,"value":1135},{"type":173,"tag":255,"props":1263,"children":1264},{"style":457},[1265],{"type":184,"value":1032},{"type":173,"tag":255,"props":1267,"children":1268},{"style":262},[1269],{"type":184,"value":681},{"type":173,"tag":255,"props":1271,"children":1272},{"style":262},[1273],{"type":184,"value":966},{"type":173,"tag":255,"props":1275,"children":1277},{"class":257,"line":1276},8,[1278,1283,1287,1291,1296,1300],{"type":173,"tag":255,"props":1279,"children":1280},{"style":1123},[1281],{"type":184,"value":1282},"  _id",{"type":173,"tag":255,"props":1284,"children":1285},{"style":262},[1286],{"type":184,"value":947},{"type":173,"tag":255,"props":1288,"children":1289},{"style":262},[1290],{"type":184,"value":1135},{"type":173,"tag":255,"props":1292,"children":1293},{"style":457},[1294],{"type":184,"value":1295},"content:hello.json",{"type":173,"tag":255,"props":1297,"children":1298},{"style":262},[1299],{"type":184,"value":681},{"type":173,"tag":255,"props":1301,"children":1302},{"style":262},[1303],{"type":184,"value":966},{"type":173,"tag":255,"props":1305,"children":1307},{"class":257,"line":1306},9,[1308,1313,1317,1321,1325,1329],{"type":173,"tag":255,"props":1309,"children":1310},{"style":1123},[1311],{"type":184,"value":1312},"  _type",{"type":173,"tag":255,"props":1314,"children":1315},{"style":262},[1316],{"type":184,"value":947},{"type":173,"tag":255,"props":1318,"children":1319},{"style":262},[1320],{"type":184,"value":1135},{"type":173,"tag":255,"props":1322,"children":1323},{"style":457},[1324],{"type":184,"value":896},{"type":173,"tag":255,"props":1326,"children":1327},{"style":262},[1328],{"type":184,"value":681},{"type":173,"tag":255,"props":1330,"children":1331},{"style":262},[1332],{"type":184,"value":966},{"type":173,"tag":255,"props":1334,"children":1336},{"class":257,"line":1335},10,[1337,1342,1346,1350,1354,1358],{"type":173,"tag":255,"props":1338,"children":1339},{"style":1123},[1340],{"type":184,"value":1341},"  _source",{"type":173,"tag":255,"props":1343,"children":1344},{"style":262},[1345],{"type":184,"value":947},{"type":173,"tag":255,"props":1347,"children":1348},{"style":262},[1349],{"type":184,"value":1135},{"type":173,"tag":255,"props":1351,"children":1352},{"style":457},[1353],{"type":184,"value":885},{"type":173,"tag":255,"props":1355,"children":1356},{"style":262},[1357],{"type":184,"value":681},{"type":173,"tag":255,"props":1359,"children":1360},{"style":262},[1361],{"type":184,"value":966},{"type":173,"tag":255,"props":1363,"children":1365},{"class":257,"line":1364},11,[1366,1371,1375,1379,1384,1388],{"type":173,"tag":255,"props":1367,"children":1368},{"style":1123},[1369],{"type":184,"value":1370},"  _file",{"type":173,"tag":255,"props":1372,"children":1373},{"style":262},[1374],{"type":184,"value":947},{"type":173,"tag":255,"props":1376,"children":1377},{"style":262},[1378],{"type":184,"value":1135},{"type":173,"tag":255,"props":1380,"children":1381},{"style":457},[1382],{"type":184,"value":1383},"hello.json",{"type":173,"tag":255,"props":1385,"children":1386},{"style":262},[1387],{"type":184,"value":681},{"type":173,"tag":255,"props":1389,"children":1390},{"style":262},[1391],{"type":184,"value":966},{"type":173,"tag":255,"props":1393,"children":1395},{"class":257,"line":1394},12,[1396,1401,1405,1409,1413],{"type":173,"tag":255,"props":1397,"children":1398},{"style":1123},[1399],{"type":184,"value":1400},"  _extension",{"type":173,"tag":255,"props":1402,"children":1403},{"style":262},[1404],{"type":184,"value":947},{"type":173,"tag":255,"props":1406,"children":1407},{"style":262},[1408],{"type":184,"value":1135},{"type":173,"tag":255,"props":1410,"children":1411},{"style":457},[1412],{"type":184,"value":896},{"type":173,"tag":255,"props":1414,"children":1415},{"style":262},[1416],{"type":184,"value":1417},"'\n",{"type":173,"tag":255,"props":1419,"children":1421},{"class":257,"line":1420},13,[1422],{"type":173,"tag":255,"props":1423,"children":1424},{"style":262},[1425],{"type":184,"value":1045},{"type":173,"tag":500,"props":1427,"children":1428},{},[1429],{"type":173,"tag":187,"props":1430,"children":1431},{},[1432,1434,1440,1442,1448,1450,1456],{"type":184,"value":1433},"If the document root is an object ",{"type":173,"tag":179,"props":1435,"children":1437},{"className":1436},[],[1438],{"type":184,"value":1439},"{}",{"type":184,"value":1441},", the output contains all the document properties at its root. If the document root is an array ",{"type":173,"tag":179,"props":1443,"children":1445},{"className":1444},[],[1446],{"type":184,"value":1447},"[]",{"type":184,"value":1449},", the output contains all the document properties in a ",{"type":173,"tag":179,"props":1451,"children":1453},{"className":1452},[],[1454],{"type":184,"value":1455},"body",{"type":184,"value":1457}," property.",{"type":173,"tag":174,"props":1459,"children":1461},{"id":1460},"yaml-yml",[1462],{"type":184,"value":1463},"YAML / YML",{"type":173,"tag":187,"props":1465,"children":1466},{},[1467],{"type":184,"value":1468},"Nuxt Content can query YAML / YML formatted content.",{"type":173,"tag":906,"props":1470,"children":1471},{},[1472,1530,1579],{"type":173,"tag":245,"props":1473,"children":1478},{"code":1474,"filename":1475,"language":1476,"meta":167,"className":1477,"style":167},"title: Hello Content v2!\ndescription: The writing experience for Nuxt 3\ncategory: announcement\n","content/hello.yml","yaml","language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight",[1479],{"type":173,"tag":179,"props":1480,"children":1481},{"__ignoreMap":167},[1482,1498,1514],{"type":173,"tag":255,"props":1483,"children":1484},{"class":257,"line":258},[1485,1489,1493],{"type":173,"tag":255,"props":1486,"children":1487},{"style":268},[1488],{"type":184,"value":938},{"type":173,"tag":255,"props":1490,"children":1491},{"style":262},[1492],{"type":184,"value":947},{"type":173,"tag":255,"props":1494,"children":1495},{"style":457},[1496],{"type":184,"value":1497}," Hello Content v2!\n",{"type":173,"tag":255,"props":1499,"children":1500},{"class":257,"line":279},[1501,1505,1509],{"type":173,"tag":255,"props":1502,"children":1503},{"style":268},[1504],{"type":184,"value":978},{"type":173,"tag":255,"props":1506,"children":1507},{"style":262},[1508],{"type":184,"value":947},{"type":173,"tag":255,"props":1510,"children":1511},{"style":457},[1512],{"type":184,"value":1513}," The writing experience for Nuxt 3\n",{"type":173,"tag":255,"props":1515,"children":1516},{"class":257,"line":297},[1517,1521,1525],{"type":173,"tag":255,"props":1518,"children":1519},{"style":268},[1520],{"type":184,"value":1015},{"type":173,"tag":255,"props":1522,"children":1523},{"style":262},[1524],{"type":184,"value":947},{"type":173,"tag":255,"props":1526,"children":1527},{"style":457},[1528],{"type":184,"value":1529}," announcement\n",{"type":173,"tag":245,"props":1531,"children":1532},{"code":1048,"filename":1049,"language":1050,"meta":167,"className":1051,"style":167},[1533],{"type":173,"tag":179,"props":1534,"children":1535},{"__ignoreMap":167},[1536],{"type":173,"tag":255,"props":1537,"children":1538},{"class":257,"line":258},[1539,1543,1547,1551,1555,1559,1563,1567,1571,1575],{"type":173,"tag":255,"props":1540,"children":1541},{"style":662},[1542],{"type":184,"value":1063},{"type":173,"tag":255,"props":1544,"children":1545},{"style":668},[1546],{"type":184,"value":710},{"type":173,"tag":255,"props":1548,"children":1549},{"style":646},[1550],{"type":184,"value":676},{"type":173,"tag":255,"props":1552,"children":1553},{"style":262},[1554],{"type":184,"value":681},{"type":173,"tag":255,"props":1556,"children":1557},{"style":457},[1558],{"type":184,"value":723},{"type":173,"tag":255,"props":1560,"children":1561},{"style":262},[1562],{"type":184,"value":681},{"type":173,"tag":255,"props":1564,"children":1565},{"style":646},[1566],{"type":184,"value":732},{"type":173,"tag":255,"props":1568,"children":1569},{"style":262},[1570],{"type":184,"value":737},{"type":173,"tag":255,"props":1572,"children":1573},{"style":668},[1574],{"type":184,"value":742},{"type":173,"tag":255,"props":1576,"children":1577},{"style":646},[1578],{"type":184,"value":1100},{"type":173,"tag":245,"props":1580,"children":1582},{"code":1581,"filename":1104,"language":1105,"meta":167,"className":1106,"style":167},"{\n  _path: '/hello',\n  _draft: false,\n  _partial: false,\n  title: 'Hello Content v2!',\n  description: 'The writing experience for Nuxt 3',\n  category: 'announcement',\n  _id: 'content:hello.yml',\n  _type: 'yaml',\n  _source: 'content',\n  _file: 'hello.yml',\n  _extension: 'yml'\n}\n",[1583],{"type":173,"tag":179,"props":1584,"children":1585},{"__ignoreMap":167},[1586,1593,1620,1639,1658,1685,1712,1739,1767,1794,1821,1849,1873],{"type":173,"tag":255,"props":1587,"children":1588},{"class":257,"line":258},[1589],{"type":173,"tag":255,"props":1590,"children":1591},{"style":262},[1592],{"type":184,"value":925},{"type":173,"tag":255,"props":1594,"children":1595},{"class":257,"line":279},[1596,1600,1604,1608,1612,1616],{"type":173,"tag":255,"props":1597,"children":1598},{"style":1123},[1599],{"type":184,"value":1126},{"type":173,"tag":255,"props":1601,"children":1602},{"style":262},[1603],{"type":184,"value":947},{"type":173,"tag":255,"props":1605,"children":1606},{"style":262},[1607],{"type":184,"value":1135},{"type":173,"tag":255,"props":1609,"children":1610},{"style":457},[1611],{"type":184,"value":723},{"type":173,"tag":255,"props":1613,"children":1614},{"style":262},[1615],{"type":184,"value":681},{"type":173,"tag":255,"props":1617,"children":1618},{"style":262},[1619],{"type":184,"value":966},{"type":173,"tag":255,"props":1621,"children":1622},{"class":257,"line":297},[1623,1627,1631,1635],{"type":173,"tag":255,"props":1624,"children":1625},{"style":1123},[1626],{"type":184,"value":1155},{"type":173,"tag":255,"props":1628,"children":1629},{"style":262},[1630],{"type":184,"value":947},{"type":173,"tag":255,"props":1632,"children":1633},{"style":1162},[1634],{"type":184,"value":1165},{"type":173,"tag":255,"props":1636,"children":1637},{"style":262},[1638],{"type":184,"value":966},{"type":173,"tag":255,"props":1640,"children":1641},{"class":257,"line":316},[1642,1646,1650,1654],{"type":173,"tag":255,"props":1643,"children":1644},{"style":1123},[1645],{"type":184,"value":1177},{"type":173,"tag":255,"props":1647,"children":1648},{"style":262},[1649],{"type":184,"value":947},{"type":173,"tag":255,"props":1651,"children":1652},{"style":1162},[1653],{"type":184,"value":1165},{"type":173,"tag":255,"props":1655,"children":1656},{"style":262},[1657],{"type":184,"value":966},{"type":173,"tag":255,"props":1659,"children":1660},{"class":257,"line":333},[1661,1665,1669,1673,1677,1681],{"type":173,"tag":255,"props":1662,"children":1663},{"style":1123},[1664],{"type":184,"value":1197},{"type":173,"tag":255,"props":1666,"children":1667},{"style":262},[1668],{"type":184,"value":947},{"type":173,"tag":255,"props":1670,"children":1671},{"style":262},[1672],{"type":184,"value":1135},{"type":173,"tag":255,"props":1674,"children":1675},{"style":457},[1676],{"type":184,"value":957},{"type":173,"tag":255,"props":1678,"children":1679},{"style":262},[1680],{"type":184,"value":681},{"type":173,"tag":255,"props":1682,"children":1683},{"style":262},[1684],{"type":184,"value":966},{"type":173,"tag":255,"props":1686,"children":1687},{"class":257,"line":789},[1688,1692,1696,1700,1704,1708],{"type":173,"tag":255,"props":1689,"children":1690},{"style":1123},[1691],{"type":184,"value":1225},{"type":173,"tag":255,"props":1693,"children":1694},{"style":262},[1695],{"type":184,"value":947},{"type":173,"tag":255,"props":1697,"children":1698},{"style":262},[1699],{"type":184,"value":1135},{"type":173,"tag":255,"props":1701,"children":1702},{"style":457},[1703],{"type":184,"value":995},{"type":173,"tag":255,"props":1705,"children":1706},{"style":262},[1707],{"type":184,"value":681},{"type":173,"tag":255,"props":1709,"children":1710},{"style":262},[1711],{"type":184,"value":966},{"type":173,"tag":255,"props":1713,"children":1714},{"class":257,"line":832},[1715,1719,1723,1727,1731,1735],{"type":173,"tag":255,"props":1716,"children":1717},{"style":1123},[1718],{"type":184,"value":1253},{"type":173,"tag":255,"props":1720,"children":1721},{"style":262},[1722],{"type":184,"value":947},{"type":173,"tag":255,"props":1724,"children":1725},{"style":262},[1726],{"type":184,"value":1135},{"type":173,"tag":255,"props":1728,"children":1729},{"style":457},[1730],{"type":184,"value":1032},{"type":173,"tag":255,"props":1732,"children":1733},{"style":262},[1734],{"type":184,"value":681},{"type":173,"tag":255,"props":1736,"children":1737},{"style":262},[1738],{"type":184,"value":966},{"type":173,"tag":255,"props":1740,"children":1741},{"class":257,"line":1276},[1742,1746,1750,1754,1759,1763],{"type":173,"tag":255,"props":1743,"children":1744},{"style":1123},[1745],{"type":184,"value":1282},{"type":173,"tag":255,"props":1747,"children":1748},{"style":262},[1749],{"type":184,"value":947},{"type":173,"tag":255,"props":1751,"children":1752},{"style":262},[1753],{"type":184,"value":1135},{"type":173,"tag":255,"props":1755,"children":1756},{"style":457},[1757],{"type":184,"value":1758},"content:hello.yml",{"type":173,"tag":255,"props":1760,"children":1761},{"style":262},[1762],{"type":184,"value":681},{"type":173,"tag":255,"props":1764,"children":1765},{"style":262},[1766],{"type":184,"value":966},{"type":173,"tag":255,"props":1768,"children":1769},{"class":257,"line":1306},[1770,1774,1778,1782,1786,1790],{"type":173,"tag":255,"props":1771,"children":1772},{"style":1123},[1773],{"type":184,"value":1312},{"type":173,"tag":255,"props":1775,"children":1776},{"style":262},[1777],{"type":184,"value":947},{"type":173,"tag":255,"props":1779,"children":1780},{"style":262},[1781],{"type":184,"value":1135},{"type":173,"tag":255,"props":1783,"children":1784},{"style":457},[1785],{"type":184,"value":1476},{"type":173,"tag":255,"props":1787,"children":1788},{"style":262},[1789],{"type":184,"value":681},{"type":173,"tag":255,"props":1791,"children":1792},{"style":262},[1793],{"type":184,"value":966},{"type":173,"tag":255,"props":1795,"children":1796},{"class":257,"line":1335},[1797,1801,1805,1809,1813,1817],{"type":173,"tag":255,"props":1798,"children":1799},{"style":1123},[1800],{"type":184,"value":1341},{"type":173,"tag":255,"props":1802,"children":1803},{"style":262},[1804],{"type":184,"value":947},{"type":173,"tag":255,"props":1806,"children":1807},{"style":262},[1808],{"type":184,"value":1135},{"type":173,"tag":255,"props":1810,"children":1811},{"style":457},[1812],{"type":184,"value":885},{"type":173,"tag":255,"props":1814,"children":1815},{"style":262},[1816],{"type":184,"value":681},{"type":173,"tag":255,"props":1818,"children":1819},{"style":262},[1820],{"type":184,"value":966},{"type":173,"tag":255,"props":1822,"children":1823},{"class":257,"line":1364},[1824,1828,1832,1836,1841,1845],{"type":173,"tag":255,"props":1825,"children":1826},{"style":1123},[1827],{"type":184,"value":1370},{"type":173,"tag":255,"props":1829,"children":1830},{"style":262},[1831],{"type":184,"value":947},{"type":173,"tag":255,"props":1833,"children":1834},{"style":262},[1835],{"type":184,"value":1135},{"type":173,"tag":255,"props":1837,"children":1838},{"style":457},[1839],{"type":184,"value":1840},"hello.yml",{"type":173,"tag":255,"props":1842,"children":1843},{"style":262},[1844],{"type":184,"value":681},{"type":173,"tag":255,"props":1846,"children":1847},{"style":262},[1848],{"type":184,"value":966},{"type":173,"tag":255,"props":1850,"children":1851},{"class":257,"line":1394},[1852,1856,1860,1864,1869],{"type":173,"tag":255,"props":1853,"children":1854},{"style":1123},[1855],{"type":184,"value":1400},{"type":173,"tag":255,"props":1857,"children":1858},{"style":262},[1859],{"type":184,"value":947},{"type":173,"tag":255,"props":1861,"children":1862},{"style":262},[1863],{"type":184,"value":1135},{"type":173,"tag":255,"props":1865,"children":1866},{"style":457},[1867],{"type":184,"value":1868},"yml",{"type":173,"tag":255,"props":1870,"children":1871},{"style":262},[1872],{"type":184,"value":1417},{"type":173,"tag":255,"props":1874,"children":1875},{"class":257,"line":1420},[1876],{"type":173,"tag":255,"props":1877,"children":1878},{"style":262},[1879],{"type":184,"value":1045},{"type":173,"tag":500,"props":1881,"children":1882},{},[1883],{"type":173,"tag":187,"props":1884,"children":1885},{},[1886,1888,1894,1895,1900],{"type":184,"value":1887},"If the document root is based on key-value pairs, the output contains all the document properties at its root.\nIf the document root is a list ",{"type":173,"tag":179,"props":1889,"children":1891},{"className":1890},[],[1892],{"type":184,"value":1893},"-",{"type":184,"value":1449},{"type":173,"tag":179,"props":1896,"children":1898},{"className":1897},[],[1899],{"type":184,"value":1455},{"type":184,"value":1457},{"type":173,"tag":174,"props":1902,"children":1904},{"id":1903},"csv",[1905],{"type":184,"value":1906},"CSV",{"type":173,"tag":187,"props":1908,"children":1909},{},[1910],{"type":184,"value":1911},"Nuxt Content can query CSV formatted content.",{"type":173,"tag":906,"props":1913,"children":1914},{},[1915,1924,1973],{"type":173,"tag":245,"props":1916,"children":1919},{"code":1917,"filename":1918,"meta":167},"title,description,category\nHello Content v2!,The writing experience for Nuxt 3,announcement\n","content/hello.csv",[1920],{"type":173,"tag":179,"props":1921,"children":1922},{"__ignoreMap":167},[1923],{"type":184,"value":1917},{"type":173,"tag":245,"props":1925,"children":1926},{"code":1048,"filename":1049,"language":1050,"meta":167,"className":1051,"style":167},[1927],{"type":173,"tag":179,"props":1928,"children":1929},{"__ignoreMap":167},[1930],{"type":173,"tag":255,"props":1931,"children":1932},{"class":257,"line":258},[1933,1937,1941,1945,1949,1953,1957,1961,1965,1969],{"type":173,"tag":255,"props":1934,"children":1935},{"style":662},[1936],{"type":184,"value":1063},{"type":173,"tag":255,"props":1938,"children":1939},{"style":668},[1940],{"type":184,"value":710},{"type":173,"tag":255,"props":1942,"children":1943},{"style":646},[1944],{"type":184,"value":676},{"type":173,"tag":255,"props":1946,"children":1947},{"style":262},[1948],{"type":184,"value":681},{"type":173,"tag":255,"props":1950,"children":1951},{"style":457},[1952],{"type":184,"value":723},{"type":173,"tag":255,"props":1954,"children":1955},{"style":262},[1956],{"type":184,"value":681},{"type":173,"tag":255,"props":1958,"children":1959},{"style":646},[1960],{"type":184,"value":732},{"type":173,"tag":255,"props":1962,"children":1963},{"style":262},[1964],{"type":184,"value":737},{"type":173,"tag":255,"props":1966,"children":1967},{"style":668},[1968],{"type":184,"value":742},{"type":173,"tag":255,"props":1970,"children":1971},{"style":646},[1972],{"type":184,"value":1100},{"type":173,"tag":245,"props":1974,"children":1976},{"code":1975,"filename":1104,"language":1105,"meta":167,"className":1106,"style":167},"{\n  _path: '/hello',\n  _draft: false,\n  _partial: false,\n  _id: 'content:hello.csv',\n  _type: 'csv',\n  body: [\n    {\n      title: 'Hello Content v2!',\n      description: 'The writing experience for Nuxt 3',\n      category: 'announcement'\n    }\n  ],\n  title: 'Hello',\n  _source: 'content',\n  _file: 'hello.csv',\n  _extension: 'csv'\n}\n",[1977],{"type":173,"tag":179,"props":1978,"children":1979},{"__ignoreMap":167},[1980,1987,2014,2033,2052,2080,2107,2124,2132,2160,2188,2212,2220,2232,2261,2289,2318,2342],{"type":173,"tag":255,"props":1981,"children":1982},{"class":257,"line":258},[1983],{"type":173,"tag":255,"props":1984,"children":1985},{"style":262},[1986],{"type":184,"value":925},{"type":173,"tag":255,"props":1988,"children":1989},{"class":257,"line":279},[1990,1994,1998,2002,2006,2010],{"type":173,"tag":255,"props":1991,"children":1992},{"style":1123},[1993],{"type":184,"value":1126},{"type":173,"tag":255,"props":1995,"children":1996},{"style":262},[1997],{"type":184,"value":947},{"type":173,"tag":255,"props":1999,"children":2000},{"style":262},[2001],{"type":184,"value":1135},{"type":173,"tag":255,"props":2003,"children":2004},{"style":457},[2005],{"type":184,"value":723},{"type":173,"tag":255,"props":2007,"children":2008},{"style":262},[2009],{"type":184,"value":681},{"type":173,"tag":255,"props":2011,"children":2012},{"style":262},[2013],{"type":184,"value":966},{"type":173,"tag":255,"props":2015,"children":2016},{"class":257,"line":297},[2017,2021,2025,2029],{"type":173,"tag":255,"props":2018,"children":2019},{"style":1123},[2020],{"type":184,"value":1155},{"type":173,"tag":255,"props":2022,"children":2023},{"style":262},[2024],{"type":184,"value":947},{"type":173,"tag":255,"props":2026,"children":2027},{"style":1162},[2028],{"type":184,"value":1165},{"type":173,"tag":255,"props":2030,"children":2031},{"style":262},[2032],{"type":184,"value":966},{"type":173,"tag":255,"props":2034,"children":2035},{"class":257,"line":316},[2036,2040,2044,2048],{"type":173,"tag":255,"props":2037,"children":2038},{"style":1123},[2039],{"type":184,"value":1177},{"type":173,"tag":255,"props":2041,"children":2042},{"style":262},[2043],{"type":184,"value":947},{"type":173,"tag":255,"props":2045,"children":2046},{"style":1162},[2047],{"type":184,"value":1165},{"type":173,"tag":255,"props":2049,"children":2050},{"style":262},[2051],{"type":184,"value":966},{"type":173,"tag":255,"props":2053,"children":2054},{"class":257,"line":333},[2055,2059,2063,2067,2072,2076],{"type":173,"tag":255,"props":2056,"children":2057},{"style":1123},[2058],{"type":184,"value":1282},{"type":173,"tag":255,"props":2060,"children":2061},{"style":262},[2062],{"type":184,"value":947},{"type":173,"tag":255,"props":2064,"children":2065},{"style":262},[2066],{"type":184,"value":1135},{"type":173,"tag":255,"props":2068,"children":2069},{"style":457},[2070],{"type":184,"value":2071},"content:hello.csv",{"type":173,"tag":255,"props":2073,"children":2074},{"style":262},[2075],{"type":184,"value":681},{"type":173,"tag":255,"props":2077,"children":2078},{"style":262},[2079],{"type":184,"value":966},{"type":173,"tag":255,"props":2081,"children":2082},{"class":257,"line":789},[2083,2087,2091,2095,2099,2103],{"type":173,"tag":255,"props":2084,"children":2085},{"style":1123},[2086],{"type":184,"value":1312},{"type":173,"tag":255,"props":2088,"children":2089},{"style":262},[2090],{"type":184,"value":947},{"type":173,"tag":255,"props":2092,"children":2093},{"style":262},[2094],{"type":184,"value":1135},{"type":173,"tag":255,"props":2096,"children":2097},{"style":457},[2098],{"type":184,"value":1903},{"type":173,"tag":255,"props":2100,"children":2101},{"style":262},[2102],{"type":184,"value":681},{"type":173,"tag":255,"props":2104,"children":2105},{"style":262},[2106],{"type":184,"value":966},{"type":173,"tag":255,"props":2108,"children":2109},{"class":257,"line":832},[2110,2115,2119],{"type":173,"tag":255,"props":2111,"children":2112},{"style":1123},[2113],{"type":184,"value":2114},"  body",{"type":173,"tag":255,"props":2116,"children":2117},{"style":262},[2118],{"type":184,"value":947},{"type":173,"tag":255,"props":2120,"children":2121},{"style":268},[2122],{"type":184,"value":2123}," [\n",{"type":173,"tag":255,"props":2125,"children":2126},{"class":257,"line":1276},[2127],{"type":173,"tag":255,"props":2128,"children":2129},{"style":262},[2130],{"type":184,"value":2131},"    {\n",{"type":173,"tag":255,"props":2133,"children":2134},{"class":257,"line":1306},[2135,2140,2144,2148,2152,2156],{"type":173,"tag":255,"props":2136,"children":2137},{"style":268},[2138],{"type":184,"value":2139},"      title",{"type":173,"tag":255,"props":2141,"children":2142},{"style":262},[2143],{"type":184,"value":947},{"type":173,"tag":255,"props":2145,"children":2146},{"style":262},[2147],{"type":184,"value":1135},{"type":173,"tag":255,"props":2149,"children":2150},{"style":457},[2151],{"type":184,"value":957},{"type":173,"tag":255,"props":2153,"children":2154},{"style":262},[2155],{"type":184,"value":681},{"type":173,"tag":255,"props":2157,"children":2158},{"style":262},[2159],{"type":184,"value":966},{"type":173,"tag":255,"props":2161,"children":2162},{"class":257,"line":1335},[2163,2168,2172,2176,2180,2184],{"type":173,"tag":255,"props":2164,"children":2165},{"style":268},[2166],{"type":184,"value":2167},"      description",{"type":173,"tag":255,"props":2169,"children":2170},{"style":262},[2171],{"type":184,"value":947},{"type":173,"tag":255,"props":2173,"children":2174},{"style":262},[2175],{"type":184,"value":1135},{"type":173,"tag":255,"props":2177,"children":2178},{"style":457},[2179],{"type":184,"value":995},{"type":173,"tag":255,"props":2181,"children":2182},{"style":262},[2183],{"type":184,"value":681},{"type":173,"tag":255,"props":2185,"children":2186},{"style":262},[2187],{"type":184,"value":966},{"type":173,"tag":255,"props":2189,"children":2190},{"class":257,"line":1364},[2191,2196,2200,2204,2208],{"type":173,"tag":255,"props":2192,"children":2193},{"style":268},[2194],{"type":184,"value":2195},"      category",{"type":173,"tag":255,"props":2197,"children":2198},{"style":262},[2199],{"type":184,"value":947},{"type":173,"tag":255,"props":2201,"children":2202},{"style":262},[2203],{"type":184,"value":1135},{"type":173,"tag":255,"props":2205,"children":2206},{"style":457},[2207],{"type":184,"value":1032},{"type":173,"tag":255,"props":2209,"children":2210},{"style":262},[2211],{"type":184,"value":1417},{"type":173,"tag":255,"props":2213,"children":2214},{"class":257,"line":1394},[2215],{"type":173,"tag":255,"props":2216,"children":2217},{"style":262},[2218],{"type":184,"value":2219},"    }\n",{"type":173,"tag":255,"props":2221,"children":2222},{"class":257,"line":1420},[2223,2228],{"type":173,"tag":255,"props":2224,"children":2225},{"style":268},[2226],{"type":184,"value":2227},"  ]",{"type":173,"tag":255,"props":2229,"children":2230},{"style":262},[2231],{"type":184,"value":966},{"type":173,"tag":255,"props":2233,"children":2235},{"class":257,"line":2234},14,[2236,2240,2244,2248,2253,2257],{"type":173,"tag":255,"props":2237,"children":2238},{"style":1123},[2239],{"type":184,"value":1197},{"type":173,"tag":255,"props":2241,"children":2242},{"style":262},[2243],{"type":184,"value":947},{"type":173,"tag":255,"props":2245,"children":2246},{"style":262},[2247],{"type":184,"value":1135},{"type":173,"tag":255,"props":2249,"children":2250},{"style":457},[2251],{"type":184,"value":2252},"Hello",{"type":173,"tag":255,"props":2254,"children":2255},{"style":262},[2256],{"type":184,"value":681},{"type":173,"tag":255,"props":2258,"children":2259},{"style":262},[2260],{"type":184,"value":966},{"type":173,"tag":255,"props":2262,"children":2264},{"class":257,"line":2263},15,[2265,2269,2273,2277,2281,2285],{"type":173,"tag":255,"props":2266,"children":2267},{"style":1123},[2268],{"type":184,"value":1341},{"type":173,"tag":255,"props":2270,"children":2271},{"style":262},[2272],{"type":184,"value":947},{"type":173,"tag":255,"props":2274,"children":2275},{"style":262},[2276],{"type":184,"value":1135},{"type":173,"tag":255,"props":2278,"children":2279},{"style":457},[2280],{"type":184,"value":885},{"type":173,"tag":255,"props":2282,"children":2283},{"style":262},[2284],{"type":184,"value":681},{"type":173,"tag":255,"props":2286,"children":2287},{"style":262},[2288],{"type":184,"value":966},{"type":173,"tag":255,"props":2290,"children":2292},{"class":257,"line":2291},16,[2293,2297,2301,2305,2310,2314],{"type":173,"tag":255,"props":2294,"children":2295},{"style":1123},[2296],{"type":184,"value":1370},{"type":173,"tag":255,"props":2298,"children":2299},{"style":262},[2300],{"type":184,"value":947},{"type":173,"tag":255,"props":2302,"children":2303},{"style":262},[2304],{"type":184,"value":1135},{"type":173,"tag":255,"props":2306,"children":2307},{"style":457},[2308],{"type":184,"value":2309},"hello.csv",{"type":173,"tag":255,"props":2311,"children":2312},{"style":262},[2313],{"type":184,"value":681},{"type":173,"tag":255,"props":2315,"children":2316},{"style":262},[2317],{"type":184,"value":966},{"type":173,"tag":255,"props":2319,"children":2321},{"class":257,"line":2320},17,[2322,2326,2330,2334,2338],{"type":173,"tag":255,"props":2323,"children":2324},{"style":1123},[2325],{"type":184,"value":1400},{"type":173,"tag":255,"props":2327,"children":2328},{"style":262},[2329],{"type":184,"value":947},{"type":173,"tag":255,"props":2331,"children":2332},{"style":262},[2333],{"type":184,"value":1135},{"type":173,"tag":255,"props":2335,"children":2336},{"style":457},[2337],{"type":184,"value":1903},{"type":173,"tag":255,"props":2339,"children":2340},{"style":262},[2341],{"type":184,"value":1417},{"type":173,"tag":255,"props":2343,"children":2345},{"class":257,"line":2344},18,[2346],{"type":173,"tag":255,"props":2347,"children":2348},{"style":262},[2349],{"type":184,"value":1045},{"type":173,"tag":500,"props":2351,"children":2352},{},[2353],{"type":173,"tag":187,"props":2354,"children":2355},{},[2356,2357,2362],{"type":184,"value":191},{"type":173,"tag":179,"props":2358,"children":2360},{"className":2359},[],[2361],{"type":184,"value":1455},{"type":184,"value":2363}," of the output is an array containing every row as objects.",{"type":173,"tag":874,"props":2365,"children":2366},{},[2367],{"type":184,"value":878},{"title":167,"searchDepth":279,"depth":279,"links":2369},[2370,2371,2372],{"id":896,"depth":279,"text":899},{"id":1460,"depth":279,"text":1463},{"id":1903,"depth":279,"text":1906},"content:2.usage:3.files.md","2.usage/3.files.md","2.usage/3.files",{"_path":38,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":37,"description":2377,"body":2378,"_type":883,"_id":3497,"_source":885,"_file":3498,"_stem":3499,"_extension":888},"With some simple configuration and a composable, you can add search to your Nuxt Content site.",{"type":170,"children":2379,"toc":3490},[2380,2384,2396,2506,2528,2533,2555,2837,2870,2903,2909,2914,3039,3065,3071,3101,3468,3473,3486],{"type":173,"tag":174,"props":2381,"children":2382},{"id":165},[2383],{"type":184,"value":21},{"type":173,"tag":187,"props":2385,"children":2386},{},[2387,2389,2395],{"type":184,"value":2388},"First, you need to enable the search feature in your ",{"type":173,"tag":179,"props":2390,"children":2392},{"className":2391},[],[2393],{"type":184,"value":2394},"nuxt.config.ts",{"type":184,"value":947},{"type":173,"tag":245,"props":2397,"children":2399},{"className":1106,"code":2398,"filename":2394,"language":1105,"meta":167,"style":167},"export default defineNuxtConfig({\n  content: {\n    experimental: {\n      search: true\n    }\n  }\n})\n",[2400],{"type":173,"tag":179,"props":2401,"children":2402},{"__ignoreMap":167},[2403,2429,2446,2462,2479,2486,2494],{"type":173,"tag":255,"props":2404,"children":2405},{"class":257,"line":258},[2406,2411,2416,2421,2425],{"type":173,"tag":255,"props":2407,"children":2408},{"style":662},[2409],{"type":184,"value":2410},"export",{"type":173,"tag":255,"props":2412,"children":2413},{"style":662},[2414],{"type":184,"value":2415}," default",{"type":173,"tag":255,"props":2417,"children":2418},{"style":668},[2419],{"type":184,"value":2420}," defineNuxtConfig",{"type":173,"tag":255,"props":2422,"children":2423},{"style":646},[2424],{"type":184,"value":676},{"type":173,"tag":255,"props":2426,"children":2427},{"style":262},[2428],{"type":184,"value":925},{"type":173,"tag":255,"props":2430,"children":2431},{"class":257,"line":279},[2432,2437,2441],{"type":173,"tag":255,"props":2433,"children":2434},{"style":268},[2435],{"type":184,"value":2436},"  content",{"type":173,"tag":255,"props":2438,"children":2439},{"style":262},[2440],{"type":184,"value":947},{"type":173,"tag":255,"props":2442,"children":2443},{"style":262},[2444],{"type":184,"value":2445}," {\n",{"type":173,"tag":255,"props":2447,"children":2448},{"class":257,"line":297},[2449,2454,2458],{"type":173,"tag":255,"props":2450,"children":2451},{"style":268},[2452],{"type":184,"value":2453},"    experimental",{"type":173,"tag":255,"props":2455,"children":2456},{"style":262},[2457],{"type":184,"value":947},{"type":173,"tag":255,"props":2459,"children":2460},{"style":262},[2461],{"type":184,"value":2445},{"type":173,"tag":255,"props":2463,"children":2464},{"class":257,"line":316},[2465,2470,2474],{"type":173,"tag":255,"props":2466,"children":2467},{"style":268},[2468],{"type":184,"value":2469},"      search",{"type":173,"tag":255,"props":2471,"children":2472},{"style":262},[2473],{"type":184,"value":947},{"type":173,"tag":255,"props":2475,"children":2476},{"style":1162},[2477],{"type":184,"value":2478}," true\n",{"type":173,"tag":255,"props":2480,"children":2481},{"class":257,"line":333},[2482],{"type":173,"tag":255,"props":2483,"children":2484},{"style":262},[2485],{"type":184,"value":2219},{"type":173,"tag":255,"props":2487,"children":2488},{"class":257,"line":789},[2489],{"type":173,"tag":255,"props":2490,"children":2491},{"style":262},[2492],{"type":184,"value":2493},"  }\n",{"type":173,"tag":255,"props":2495,"children":2496},{"class":257,"line":832},[2497,2501],{"type":173,"tag":255,"props":2498,"children":2499},{"style":262},[2500],{"type":184,"value":654},{"type":173,"tag":255,"props":2502,"children":2503},{"style":646},[2504],{"type":184,"value":2505},")\n",{"type":173,"tag":500,"props":2507,"children":2508},{},[2509],{"type":173,"tag":187,"props":2510,"children":2511},{},[2512,2514,2520,2522,2527],{"type":184,"value":2513},"You can use the search feature with any ",{"type":173,"tag":226,"props":2515,"children":2517},{"href":2516},"/get-started/configuration#sources",[2518],{"type":184,"value":2519},"Nuxt Content source",{"type":184,"value":2521},". You can also enable or not the ",{"type":173,"tag":226,"props":2523,"children":2524},{"href":98},[2525],{"type":184,"value":2526},"document-driven feature",{"type":184,"value":737},{"type":173,"tag":174,"props":2529,"children":2531},{"id":2530},"search",[2532],{"type":184,"value":37},{"type":173,"tag":187,"props":2534,"children":2535},{},[2536,2537,2546,2548,2553],{"type":184,"value":375},{"type":173,"tag":226,"props":2538,"children":2539},{"href":66},[2540],{"type":173,"tag":179,"props":2541,"children":2543},{"className":2542},[],[2544],{"type":184,"value":2545},"searchContent",{"type":184,"value":2547}," composable to search in your ",{"type":173,"tag":179,"props":2549,"children":2551},{"className":2550},[],[2552],{"type":184,"value":885},{"type":184,"value":2554}," directory:",{"type":173,"tag":245,"props":2556,"children":2558},{"className":247,"code":2557,"filename":393,"language":249,"meta":167,"style":167},"\u003Cscript lang=\"ts\" setup>\nconst search  = ref('')\n\nconst results = await searchContent(search)\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cmain>\n    \u003Cinput v-model=\"search\">\n\n    \u003Cpre>{{ results }} \u003C/pre>\n  \u003C/main>\n\u003C/template>\n",[2559],{"type":173,"tag":179,"props":2560,"children":2561},{"__ignoreMap":167},[2562,2602,2636,2643,2673,2688,2695,2710,2725,2762,2769,2807,2822],{"type":173,"tag":255,"props":2563,"children":2564},{"class":257,"line":258},[2565,2569,2573,2578,2582,2586,2590,2594,2598],{"type":173,"tag":255,"props":2566,"children":2567},{"style":262},[2568],{"type":184,"value":265},{"type":173,"tag":255,"props":2570,"children":2571},{"style":268},[2572],{"type":184,"value":621},{"type":173,"tag":255,"props":2574,"children":2575},{"style":441},[2576],{"type":184,"value":2577}," lang",{"type":173,"tag":255,"props":2579,"children":2580},{"style":262},[2581],{"type":184,"value":449},{"type":173,"tag":255,"props":2583,"children":2584},{"style":262},[2585],{"type":184,"value":454},{"type":173,"tag":255,"props":2587,"children":2588},{"style":457},[2589],{"type":184,"value":1050},{"type":173,"tag":255,"props":2591,"children":2592},{"style":262},[2593],{"type":184,"value":454},{"type":173,"tag":255,"props":2595,"children":2596},{"style":441},[2597],{"type":184,"value":626},{"type":173,"tag":255,"props":2599,"children":2600},{"style":262},[2601],{"type":184,"value":276},{"type":173,"tag":255,"props":2603,"children":2604},{"class":257,"line":279},[2605,2609,2614,2618,2623,2627,2632],{"type":173,"tag":255,"props":2606,"children":2607},{"style":441},[2608],{"type":184,"value":638},{"type":173,"tag":255,"props":2610,"children":2611},{"style":646},[2612],{"type":184,"value":2613}," search  ",{"type":173,"tag":255,"props":2615,"children":2616},{"style":262},[2617],{"type":184,"value":449},{"type":173,"tag":255,"props":2619,"children":2620},{"style":668},[2621],{"type":184,"value":2622}," ref",{"type":173,"tag":255,"props":2624,"children":2625},{"style":646},[2626],{"type":184,"value":676},{"type":173,"tag":255,"props":2628,"children":2629},{"style":262},[2630],{"type":184,"value":2631},"''",{"type":173,"tag":255,"props":2633,"children":2634},{"style":646},[2635],{"type":184,"value":2505},{"type":173,"tag":255,"props":2637,"children":2638},{"class":257,"line":297},[2639],{"type":173,"tag":255,"props":2640,"children":2641},{"emptyLinePlaceholder":768},[2642],{"type":184,"value":771},{"type":173,"tag":255,"props":2644,"children":2645},{"class":257,"line":316},[2646,2650,2655,2659,2663,2668],{"type":173,"tag":255,"props":2647,"children":2648},{"style":441},[2649],{"type":184,"value":638},{"type":173,"tag":255,"props":2651,"children":2652},{"style":646},[2653],{"type":184,"value":2654}," results ",{"type":173,"tag":255,"props":2656,"children":2657},{"style":262},[2658],{"type":184,"value":449},{"type":173,"tag":255,"props":2660,"children":2661},{"style":662},[2662],{"type":184,"value":665},{"type":173,"tag":255,"props":2664,"children":2665},{"style":668},[2666],{"type":184,"value":2667}," searchContent",{"type":173,"tag":255,"props":2669,"children":2670},{"style":646},[2671],{"type":184,"value":2672},"(search)\n",{"type":173,"tag":255,"props":2674,"children":2675},{"class":257,"line":333},[2676,2680,2684],{"type":173,"tag":255,"props":2677,"children":2678},{"style":262},[2679],{"type":184,"value":339},{"type":173,"tag":255,"props":2681,"children":2682},{"style":268},[2683],{"type":184,"value":621},{"type":173,"tag":255,"props":2685,"children":2686},{"style":262},[2687],{"type":184,"value":276},{"type":173,"tag":255,"props":2689,"children":2690},{"class":257,"line":789},[2691],{"type":173,"tag":255,"props":2692,"children":2693},{"emptyLinePlaceholder":768},[2694],{"type":184,"value":771},{"type":173,"tag":255,"props":2696,"children":2697},{"class":257,"line":832},[2698,2702,2706],{"type":173,"tag":255,"props":2699,"children":2700},{"style":262},[2701],{"type":184,"value":265},{"type":173,"tag":255,"props":2703,"children":2704},{"style":268},[2705],{"type":184,"value":271},{"type":173,"tag":255,"props":2707,"children":2708},{"style":262},[2709],{"type":184,"value":276},{"type":173,"tag":255,"props":2711,"children":2712},{"class":257,"line":1276},[2713,2717,2721],{"type":173,"tag":255,"props":2714,"children":2715},{"style":262},[2716],{"type":184,"value":285},{"type":173,"tag":255,"props":2718,"children":2719},{"style":268},[2720],{"type":184,"value":290},{"type":173,"tag":255,"props":2722,"children":2723},{"style":262},[2724],{"type":184,"value":276},{"type":173,"tag":255,"props":2726,"children":2727},{"class":257,"line":1306},[2728,2732,2737,2742,2746,2750,2754,2758],{"type":173,"tag":255,"props":2729,"children":2730},{"style":262},[2731],{"type":184,"value":303},{"type":173,"tag":255,"props":2733,"children":2734},{"style":268},[2735],{"type":184,"value":2736},"input",{"type":173,"tag":255,"props":2738,"children":2739},{"style":441},[2740],{"type":184,"value":2741}," v-model",{"type":173,"tag":255,"props":2743,"children":2744},{"style":262},[2745],{"type":184,"value":449},{"type":173,"tag":255,"props":2747,"children":2748},{"style":262},[2749],{"type":184,"value":454},{"type":173,"tag":255,"props":2751,"children":2752},{"style":646},[2753],{"type":184,"value":2530},{"type":173,"tag":255,"props":2755,"children":2756},{"style":262},[2757],{"type":184,"value":454},{"type":173,"tag":255,"props":2759,"children":2760},{"style":262},[2761],{"type":184,"value":276},{"type":173,"tag":255,"props":2763,"children":2764},{"class":257,"line":1335},[2765],{"type":173,"tag":255,"props":2766,"children":2767},{"emptyLinePlaceholder":768},[2768],{"type":184,"value":771},{"type":173,"tag":255,"props":2770,"children":2771},{"class":257,"line":1364},[2772,2776,2780,2785,2789,2794,2799,2803],{"type":173,"tag":255,"props":2773,"children":2774},{"style":262},[2775],{"type":184,"value":303},{"type":173,"tag":255,"props":2777,"children":2778},{"style":268},[2779],{"type":184,"value":245},{"type":173,"tag":255,"props":2781,"children":2782},{"style":262},[2783],{"type":184,"value":2784},">{{",{"type":173,"tag":255,"props":2786,"children":2787},{"style":646},[2788],{"type":184,"value":2654},{"type":173,"tag":255,"props":2790,"children":2791},{"style":262},[2792],{"type":184,"value":2793},"}}",{"type":173,"tag":255,"props":2795,"children":2796},{"style":262},[2797],{"type":184,"value":2798}," \u003C/",{"type":173,"tag":255,"props":2800,"children":2801},{"style":268},[2802],{"type":184,"value":245},{"type":173,"tag":255,"props":2804,"children":2805},{"style":262},[2806],{"type":184,"value":276},{"type":173,"tag":255,"props":2808,"children":2809},{"class":257,"line":1394},[2810,2814,2818],{"type":173,"tag":255,"props":2811,"children":2812},{"style":262},[2813],{"type":184,"value":322},{"type":173,"tag":255,"props":2815,"children":2816},{"style":268},[2817],{"type":184,"value":290},{"type":173,"tag":255,"props":2819,"children":2820},{"style":262},[2821],{"type":184,"value":276},{"type":173,"tag":255,"props":2823,"children":2824},{"class":257,"line":1420},[2825,2829,2833],{"type":173,"tag":255,"props":2826,"children":2827},{"style":262},[2828],{"type":184,"value":339},{"type":173,"tag":255,"props":2830,"children":2831},{"style":268},[2832],{"type":184,"value":271},{"type":173,"tag":255,"props":2834,"children":2835},{"style":262},[2836],{"type":184,"value":276},{"type":173,"tag":187,"props":2838,"children":2839},{},[2840,2842,2850,2852,2869],{"type":184,"value":2841},"By default, the ",{"type":173,"tag":226,"props":2843,"children":2844},{"href":66},[2845],{"type":173,"tag":179,"props":2846,"children":2848},{"className":2847},[],[2849],{"type":184,"value":2545},{"type":184,"value":2851}," composable will use an indexed search. This means that the search is faster and the API response is smaller and optimized. ",{"type":173,"tag":2853,"props":2854,"children":2855},"strong",{},[2856,2858],{"type":184,"value":2857},"The response is only usable by ",{"type":173,"tag":226,"props":2859,"children":2862},{"href":2860,"rel":2861},"https://lucaong.github.io/minisearch/",[230],[2863],{"type":173,"tag":179,"props":2864,"children":2866},{"className":2865},[],[2867],{"type":184,"value":2868},"miniSearch",{"type":184,"value":737},{"type":173,"tag":500,"props":2871,"children":2872},{},[2873],{"type":173,"tag":187,"props":2874,"children":2875},{},[2876,2878,2883,2885,2891,2893,2902],{"type":184,"value":2877},"Internally, both the ",{"type":173,"tag":179,"props":2879,"children":2881},{"className":2880},[],[2882],{"type":184,"value":2545},{"type":184,"value":2884}," composable and the ",{"type":173,"tag":179,"props":2886,"children":2888},{"className":2887},[],[2889],{"type":184,"value":2890},"/api/indexed-search.ts",{"type":184,"value":2892}," endpoint use ",{"type":173,"tag":226,"props":2894,"children":2896},{"href":2860,"rel":2895},[230],[2897],{"type":173,"tag":179,"props":2898,"children":2900},{"className":2899},[],[2901],{"type":184,"value":2868},{"type":184,"value":737},{"type":173,"tag":174,"props":2904,"children":2906},{"id":2905},"simple-search",[2907],{"type":184,"value":2908},"Simple Search",{"type":173,"tag":187,"props":2910,"children":2911},{},[2912],{"type":184,"value":2913},"If needed, you can disable the indexed search and use a simple search instead:",{"type":173,"tag":245,"props":2915,"children":2917},{"className":1051,"code":2916,"filename":2394,"language":1050,"meta":167,"style":167},"export default defineNuxtConfig({\n  content: {\n    experimental: {\n      search: {\n        indexed: false\n      }\n    }\n  }\n})\n",[2918],{"type":173,"tag":179,"props":2919,"children":2920},{"__ignoreMap":167},[2921,2944,2959,2974,2989,3006,3014,3021,3028],{"type":173,"tag":255,"props":2922,"children":2923},{"class":257,"line":258},[2924,2928,2932,2936,2940],{"type":173,"tag":255,"props":2925,"children":2926},{"style":662},[2927],{"type":184,"value":2410},{"type":173,"tag":255,"props":2929,"children":2930},{"style":662},[2931],{"type":184,"value":2415},{"type":173,"tag":255,"props":2933,"children":2934},{"style":668},[2935],{"type":184,"value":2420},{"type":173,"tag":255,"props":2937,"children":2938},{"style":646},[2939],{"type":184,"value":676},{"type":173,"tag":255,"props":2941,"children":2942},{"style":262},[2943],{"type":184,"value":925},{"type":173,"tag":255,"props":2945,"children":2946},{"class":257,"line":279},[2947,2951,2955],{"type":173,"tag":255,"props":2948,"children":2949},{"style":268},[2950],{"type":184,"value":2436},{"type":173,"tag":255,"props":2952,"children":2953},{"style":262},[2954],{"type":184,"value":947},{"type":173,"tag":255,"props":2956,"children":2957},{"style":262},[2958],{"type":184,"value":2445},{"type":173,"tag":255,"props":2960,"children":2961},{"class":257,"line":297},[2962,2966,2970],{"type":173,"tag":255,"props":2963,"children":2964},{"style":268},[2965],{"type":184,"value":2453},{"type":173,"tag":255,"props":2967,"children":2968},{"style":262},[2969],{"type":184,"value":947},{"type":173,"tag":255,"props":2971,"children":2972},{"style":262},[2973],{"type":184,"value":2445},{"type":173,"tag":255,"props":2975,"children":2976},{"class":257,"line":316},[2977,2981,2985],{"type":173,"tag":255,"props":2978,"children":2979},{"style":268},[2980],{"type":184,"value":2469},{"type":173,"tag":255,"props":2982,"children":2983},{"style":262},[2984],{"type":184,"value":947},{"type":173,"tag":255,"props":2986,"children":2987},{"style":262},[2988],{"type":184,"value":2445},{"type":173,"tag":255,"props":2990,"children":2991},{"class":257,"line":333},[2992,2997,3001],{"type":173,"tag":255,"props":2993,"children":2994},{"style":268},[2995],{"type":184,"value":2996},"        indexed",{"type":173,"tag":255,"props":2998,"children":2999},{"style":262},[3000],{"type":184,"value":947},{"type":173,"tag":255,"props":3002,"children":3003},{"style":1162},[3004],{"type":184,"value":3005}," false\n",{"type":173,"tag":255,"props":3007,"children":3008},{"class":257,"line":789},[3009],{"type":173,"tag":255,"props":3010,"children":3011},{"style":262},[3012],{"type":184,"value":3013},"      }\n",{"type":173,"tag":255,"props":3015,"children":3016},{"class":257,"line":832},[3017],{"type":173,"tag":255,"props":3018,"children":3019},{"style":262},[3020],{"type":184,"value":2219},{"type":173,"tag":255,"props":3022,"children":3023},{"class":257,"line":1276},[3024],{"type":173,"tag":255,"props":3025,"children":3026},{"style":262},[3027],{"type":184,"value":2493},{"type":173,"tag":255,"props":3029,"children":3030},{"class":257,"line":1306},[3031,3035],{"type":173,"tag":255,"props":3032,"children":3033},{"style":262},[3034],{"type":184,"value":654},{"type":173,"tag":255,"props":3036,"children":3037},{"style":646},[3038],{"type":184,"value":2505},{"type":173,"tag":187,"props":3040,"children":3041},{},[3042,3044,3049,3051,3056,3058,3063],{"type":184,"value":3043},"Remember that the simple search is ",{"type":173,"tag":2853,"props":3045,"children":3046},{},[3047],{"type":184,"value":3048},"slower",{"type":184,"value":3050}," and the API response ",{"type":173,"tag":2853,"props":3052,"children":3053},{},[3054],{"type":184,"value":3055},"bigger",{"type":184,"value":3057},". You can still use the ",{"type":173,"tag":179,"props":3059,"children":3061},{"className":3060},[],[3062],{"type":184,"value":2545},{"type":184,"value":3064}," composable which is agnostic of the search type.",{"type":173,"tag":174,"props":3066,"children":3068},{"id":3067},"custom-search",[3069],{"type":184,"value":3070},"Custom Search",{"type":173,"tag":187,"props":3072,"children":3073},{},[3074,3076,3087,3089,3100],{"type":184,"value":3075},"Using the simple search, aka non-indexed search, you can use the tool of your choice to search in the API response. For example, you can use ",{"type":173,"tag":226,"props":3077,"children":3080},{"href":3078,"rel":3079},"https://fusejs.io/",[230],[3081],{"type":173,"tag":179,"props":3082,"children":3084},{"className":3083},[],[3085],{"type":184,"value":3086},"fuse.js",{"type":184,"value":3088}," with the integration of ",{"type":173,"tag":226,"props":3090,"children":3093},{"href":3091,"rel":3092},"https://vueuse.org/integrations/useFuse/#usefuse",[230],[3094],{"type":173,"tag":179,"props":3095,"children":3097},{"className":3096},[],[3098],{"type":184,"value":3099},"@vueuse/integrations",{"type":184,"value":947},{"type":173,"tag":245,"props":3102,"children":3105},{"className":1051,"code":3103,"filename":3104,"language":1050,"meta":167,"style":167},"export default async function customSearchContent(search: Ref\u003Cstring>) {\n  const runtimeConfig = useRuntimeConfig()\n  const { integrity, api } = runtimeConfig.public.content\n\n  const { data } = await useFetch(`${api.baseURL}/search${integrity ? '.' + integrity : ''}.json`)\n\n  const { results } = useFuse(search, data)\n\n  return results\n}\n","composables/custom-search-content.ts",[3106],{"type":173,"tag":179,"props":3107,"children":3108},{"__ignoreMap":167},[3109,3171,3197,3253,3260,3385,3392,3441,3448,3461],{"type":173,"tag":255,"props":3110,"children":3111},{"class":257,"line":258},[3112,3116,3120,3125,3130,3135,3139,3144,3148,3153,3157,3162,3167],{"type":173,"tag":255,"props":3113,"children":3114},{"style":662},[3115],{"type":184,"value":2410},{"type":173,"tag":255,"props":3117,"children":3118},{"style":662},[3119],{"type":184,"value":2415},{"type":173,"tag":255,"props":3121,"children":3122},{"style":441},[3123],{"type":184,"value":3124}," async",{"type":173,"tag":255,"props":3126,"children":3127},{"style":441},[3128],{"type":184,"value":3129}," function",{"type":173,"tag":255,"props":3131,"children":3132},{"style":668},[3133],{"type":184,"value":3134}," customSearchContent",{"type":173,"tag":255,"props":3136,"children":3137},{"style":262},[3138],{"type":184,"value":676},{"type":173,"tag":255,"props":3140,"children":3142},{"style":3141},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8;--shiki-light-font-style:italic;--shiki-default-font-style:italic;--shiki-dark-font-style:italic",[3143],{"type":184,"value":2530},{"type":173,"tag":255,"props":3145,"children":3146},{"style":262},[3147],{"type":184,"value":947},{"type":173,"tag":255,"props":3149,"children":3150},{"style":1123},[3151],{"type":184,"value":3152}," Ref",{"type":173,"tag":255,"props":3154,"children":3155},{"style":262},[3156],{"type":184,"value":265},{"type":173,"tag":255,"props":3158,"children":3159},{"style":1123},[3160],{"type":184,"value":3161},"string",{"type":173,"tag":255,"props":3163,"children":3164},{"style":262},[3165],{"type":184,"value":3166},">)",{"type":173,"tag":255,"props":3168,"children":3169},{"style":262},[3170],{"type":184,"value":2445},{"type":173,"tag":255,"props":3172,"children":3173},{"class":257,"line":279},[3174,3179,3184,3188,3193],{"type":173,"tag":255,"props":3175,"children":3176},{"style":441},[3177],{"type":184,"value":3178},"  const",{"type":173,"tag":255,"props":3180,"children":3181},{"style":646},[3182],{"type":184,"value":3183}," runtimeConfig",{"type":173,"tag":255,"props":3185,"children":3186},{"style":262},[3187],{"type":184,"value":659},{"type":173,"tag":255,"props":3189,"children":3190},{"style":668},[3191],{"type":184,"value":3192}," useRuntimeConfig",{"type":173,"tag":255,"props":3194,"children":3195},{"style":268},[3196],{"type":184,"value":1100},{"type":173,"tag":255,"props":3198,"children":3199},{"class":257,"line":297},[3200,3204,3208,3213,3217,3222,3227,3231,3235,3239,3244,3248],{"type":173,"tag":255,"props":3201,"children":3202},{"style":441},[3203],{"type":184,"value":3178},{"type":173,"tag":255,"props":3205,"children":3206},{"style":262},[3207],{"type":184,"value":643},{"type":173,"tag":255,"props":3209,"children":3210},{"style":646},[3211],{"type":184,"value":3212}," integrity",{"type":173,"tag":255,"props":3214,"children":3215},{"style":262},[3216],{"type":184,"value":695},{"type":173,"tag":255,"props":3218,"children":3219},{"style":646},[3220],{"type":184,"value":3221}," api",{"type":173,"tag":255,"props":3223,"children":3224},{"style":262},[3225],{"type":184,"value":3226}," }",{"type":173,"tag":255,"props":3228,"children":3229},{"style":262},[3230],{"type":184,"value":659},{"type":173,"tag":255,"props":3232,"children":3233},{"style":646},[3234],{"type":184,"value":3183},{"type":173,"tag":255,"props":3236,"children":3237},{"style":262},[3238],{"type":184,"value":737},{"type":173,"tag":255,"props":3240,"children":3241},{"style":646},[3242],{"type":184,"value":3243},"public",{"type":173,"tag":255,"props":3245,"children":3246},{"style":262},[3247],{"type":184,"value":737},{"type":173,"tag":255,"props":3249,"children":3250},{"style":646},[3251],{"type":184,"value":3252},"content\n",{"type":173,"tag":255,"props":3254,"children":3255},{"class":257,"line":316},[3256],{"type":173,"tag":255,"props":3257,"children":3258},{"emptyLinePlaceholder":768},[3259],{"type":184,"value":771},{"type":173,"tag":255,"props":3261,"children":3262},{"class":257,"line":333},[3263,3267,3271,3276,3280,3284,3288,3293,3297,3302,3307,3311,3316,3320,3325,3330,3335,3340,3344,3348,3352,3357,3362,3366,3371,3376,3381],{"type":173,"tag":255,"props":3264,"children":3265},{"style":441},[3266],{"type":184,"value":3178},{"type":173,"tag":255,"props":3268,"children":3269},{"style":262},[3270],{"type":184,"value":643},{"type":173,"tag":255,"props":3272,"children":3273},{"style":646},[3274],{"type":184,"value":3275}," data",{"type":173,"tag":255,"props":3277,"children":3278},{"style":262},[3279],{"type":184,"value":3226},{"type":173,"tag":255,"props":3281,"children":3282},{"style":262},[3283],{"type":184,"value":659},{"type":173,"tag":255,"props":3285,"children":3286},{"style":662},[3287],{"type":184,"value":665},{"type":173,"tag":255,"props":3289,"children":3290},{"style":668},[3291],{"type":184,"value":3292}," useFetch",{"type":173,"tag":255,"props":3294,"children":3295},{"style":268},[3296],{"type":184,"value":676},{"type":173,"tag":255,"props":3298,"children":3299},{"style":262},[3300],{"type":184,"value":3301},"`${",{"type":173,"tag":255,"props":3303,"children":3304},{"style":646},[3305],{"type":184,"value":3306},"api",{"type":173,"tag":255,"props":3308,"children":3309},{"style":262},[3310],{"type":184,"value":737},{"type":173,"tag":255,"props":3312,"children":3313},{"style":646},[3314],{"type":184,"value":3315},"baseURL",{"type":173,"tag":255,"props":3317,"children":3318},{"style":262},[3319],{"type":184,"value":654},{"type":173,"tag":255,"props":3321,"children":3322},{"style":457},[3323],{"type":184,"value":3324},"/search",{"type":173,"tag":255,"props":3326,"children":3327},{"style":262},[3328],{"type":184,"value":3329},"${",{"type":173,"tag":255,"props":3331,"children":3332},{"style":646},[3333],{"type":184,"value":3334},"integrity ",{"type":173,"tag":255,"props":3336,"children":3337},{"style":262},[3338],{"type":184,"value":3339},"?",{"type":173,"tag":255,"props":3341,"children":3342},{"style":262},[3343],{"type":184,"value":1135},{"type":173,"tag":255,"props":3345,"children":3346},{"style":457},[3347],{"type":184,"value":737},{"type":173,"tag":255,"props":3349,"children":3350},{"style":262},[3351],{"type":184,"value":681},{"type":173,"tag":255,"props":3353,"children":3354},{"style":262},[3355],{"type":184,"value":3356}," +",{"type":173,"tag":255,"props":3358,"children":3359},{"style":646},[3360],{"type":184,"value":3361}," integrity ",{"type":173,"tag":255,"props":3363,"children":3364},{"style":262},[3365],{"type":184,"value":947},{"type":173,"tag":255,"props":3367,"children":3368},{"style":262},[3369],{"type":184,"value":3370}," ''}",{"type":173,"tag":255,"props":3372,"children":3373},{"style":457},[3374],{"type":184,"value":3375},".json",{"type":173,"tag":255,"props":3377,"children":3378},{"style":262},[3379],{"type":184,"value":3380},"`",{"type":173,"tag":255,"props":3382,"children":3383},{"style":268},[3384],{"type":184,"value":2505},{"type":173,"tag":255,"props":3386,"children":3387},{"class":257,"line":789},[3388],{"type":173,"tag":255,"props":3389,"children":3390},{"emptyLinePlaceholder":768},[3391],{"type":184,"value":771},{"type":173,"tag":255,"props":3393,"children":3394},{"class":257,"line":832},[3395,3399,3403,3408,3412,3416,3421,3425,3429,3433,3437],{"type":173,"tag":255,"props":3396,"children":3397},{"style":441},[3398],{"type":184,"value":3178},{"type":173,"tag":255,"props":3400,"children":3401},{"style":262},[3402],{"type":184,"value":643},{"type":173,"tag":255,"props":3404,"children":3405},{"style":646},[3406],{"type":184,"value":3407}," results",{"type":173,"tag":255,"props":3409,"children":3410},{"style":262},[3411],{"type":184,"value":3226},{"type":173,"tag":255,"props":3413,"children":3414},{"style":262},[3415],{"type":184,"value":659},{"type":173,"tag":255,"props":3417,"children":3418},{"style":668},[3419],{"type":184,"value":3420}," useFuse",{"type":173,"tag":255,"props":3422,"children":3423},{"style":268},[3424],{"type":184,"value":676},{"type":173,"tag":255,"props":3426,"children":3427},{"style":646},[3428],{"type":184,"value":2530},{"type":173,"tag":255,"props":3430,"children":3431},{"style":262},[3432],{"type":184,"value":695},{"type":173,"tag":255,"props":3434,"children":3435},{"style":646},[3436],{"type":184,"value":3275},{"type":173,"tag":255,"props":3438,"children":3439},{"style":268},[3440],{"type":184,"value":2505},{"type":173,"tag":255,"props":3442,"children":3443},{"class":257,"line":1276},[3444],{"type":173,"tag":255,"props":3445,"children":3446},{"emptyLinePlaceholder":768},[3447],{"type":184,"value":771},{"type":173,"tag":255,"props":3449,"children":3450},{"class":257,"line":1306},[3451,3456],{"type":173,"tag":255,"props":3452,"children":3453},{"style":662},[3454],{"type":184,"value":3455},"  return",{"type":173,"tag":255,"props":3457,"children":3458},{"style":646},[3459],{"type":184,"value":3460}," results\n",{"type":173,"tag":255,"props":3462,"children":3463},{"class":257,"line":1335},[3464],{"type":173,"tag":255,"props":3465,"children":3466},{"style":262},[3467],{"type":184,"value":1045},{"type":173,"tag":174,"props":3469,"children":3471},{"id":3470},"configuration",[3472],{"type":184,"value":12},{"type":173,"tag":187,"props":3474,"children":3475},{},[3476,3478,3484],{"type":184,"value":3477},"Please, read the ",{"type":173,"tag":226,"props":3479,"children":3481},{"href":3480},"/get-started/configuration#search",[3482],{"type":184,"value":3483},"configuration section",{"type":184,"value":3485}," to learn more about the search options.",{"type":173,"tag":874,"props":3487,"children":3488},{},[3489],{"type":184,"value":878},{"title":167,"searchDepth":279,"depth":279,"links":3491},[3492,3493,3494,3495,3496],{"id":165,"depth":279,"text":21},{"id":2530,"depth":279,"text":37},{"id":2905,"depth":279,"text":2908},{"id":3067,"depth":279,"text":3070},{"id":3470,"depth":279,"text":12},"content:2.usage:3.search.md","2.usage/3.search.md","2.usage/3.search",1725981874455]