[{"data":1,"prerenderedAt":5309},["Reactive",2],{"navigation":3,"docs-/usage/render":158,"docs-/usage/render-surround":926},[4,20,42,61,86,96,109],{"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],{"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},"Fetch Navigation","/usage/navigation",{"title":40,"_path":41},"TypeScript Support","/usage/typescript",{"title":43,"_path":44,"children":45},"Composables","/composables",[46,49,52,55,58],{"title":47,"_path":48},"queryContent()","/composables/query-content",{"title":50,"_path":51},"fetchContentNavigation()","/composables/fetch-content-navigation",{"title":53,"_path":54},"useContentHead()","/composables/use-content-head",{"title":56,"_path":57},"useContentHelpers()","/composables/use-content-helpers",{"title":59,"_path":60},"useUnwrap()","/composables/use-unwrap",{"title":62,"_path":63,"children":64},"Components","/components",[65,68,71,74,77,80,83],{"title":66,"_path":67},"\u003CContentDoc>","/components/content-doc",{"title":69,"_path":70},"\u003CContentRenderer>","/components/content-renderer",{"title":72,"_path":73},"\u003CContentList>","/components/content-list",{"title":75,"_path":76},"\u003CContentNavigation>","/components/content-navigation",{"title":78,"_path":79},"\u003CContentQuery>","/components/content-query",{"title":81,"_path":82},"\u003CContentSlot>","/components/content-slot",{"title":84,"_path":85},"Prose Components","/components/prose",{"title":87,"_path":88,"children":89},"Document Driven","/document-driven",[90,93],{"title":91,"_path":92},"Introduction","/document-driven/introduction",{"title":94,"_path":95},"useContent()","/document-driven/use-content",{"title":97,"_path":98,"children":99},"Recipes","/recipes",[100,103,106],{"title":101,"_path":102},"Hooks","/recipes/hooks",{"title":104,"_path":105},"Transformers","/recipes/transformers",{"title":107,"_path":108},"Sitemap","/recipes/sitemap",{"title":110,"_path":111,"children":112},"V1","/v1",[113,135,148],{"title":114,"_path":115,"children":116},"Getting Started","/v1/getting-started",[117,119,121,124,127,130,132],{"title":91,"_path":118},"/v1/getting-started/introduction",{"title":9,"_path":120},"/v1/getting-started/installation",{"title":122,"_path":123},"Writing content","/v1/getting-started/writing",{"title":125,"_path":126},"Fetching content","/v1/getting-started/fetching",{"title":128,"_path":129},"Displaying content","/v1/getting-started/displaying",{"title":12,"_path":131},"/v1/getting-started/configuration",{"title":133,"_path":134},"Advanced","/v1/getting-started/advanced",{"title":136,"_path":137,"children":138},"Examples","/v1/examples",[139,142,145],{"title":140,"_path":141},"Basic Usage","/v1/examples/basic",{"title":143,"_path":144},"TailwindCSS","/v1/examples/tailwindcss-typography",{"title":146,"_path":147},"Docs Theme","/v1/examples/docs-theme",{"title":149,"_path":150,"children":151},"Community","/v1/community",[152,155],{"title":153,"_path":154},"Snippets","/v1/community/snippets",{"title":156,"_path":157},"Integrations","/v1/community/integrations",{"_path":35,"_dir":159,"_draft":160,"_partial":160,"_locale":161,"title":34,"description":162,"body":163,"_type":921,"_id":922,"_source":923,"_file":924,"_extension":925},"usage",false,"","Render the body of a Markdown document in a rich-text format.",{"type":164,"children":165,"toc":917},"root",[166,179,191,210,233,351,372,389,516,535,544,583,602,886,911],{"type":167,"tag":168,"props":169,"children":171},"element","h2",{"id":170},"contentdoc",[172],{"type":167,"tag":173,"props":174,"children":175},"code",{},[176],{"type":177,"value":178},"text","\u003CContentDoc />",{"type":167,"tag":180,"props":181,"children":182},"p",{},[183,185,189],{"type":177,"value":184},"The ",{"type":167,"tag":173,"props":186,"children":187},{},[188],{"type":177,"value":66},{"type":177,"value":190}," component fetches a document and renders it in a rich-text format.",{"type":167,"tag":180,"props":192,"children":193},{},[194,196,201,203,208],{"type":177,"value":195},"By default it fetchs the current route (",{"type":167,"tag":173,"props":197,"children":198},{},[199],{"type":177,"value":200},"$route.path",{"type":177,"value":202},") but an explicit path can be passed to the component with the ",{"type":167,"tag":173,"props":204,"children":205},{},[206],{"type":177,"value":207},"path",{"type":177,"value":209}," prop.",{"type":167,"tag":180,"props":211,"children":212},{},[213,215,224,226,231],{"type":177,"value":214},"Create a ",{"type":167,"tag":216,"props":217,"children":221},"a",{"href":218,"rel":219},"https://nuxt.com/docs/guide/directory-structure/pages/#catch-all-route",[220],"nofollow",[222],{"type":177,"value":223},"catch all route",{"type":177,"value":225}," named ",{"type":167,"tag":173,"props":227,"children":228},{},[229],{"type":177,"value":230},"pages/[...slug].vue",{"type":177,"value":232}," and add the component:",{"type":167,"tag":234,"props":235,"children":239},"pre",{"className":236,"code":237,"filename":230,"language":238,"meta":161},"language-vue solarized-light_dark-plus_material-theme-lighter","\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentDoc />\n  \u003C/main>\n\u003C/template>\n","vue",[240],{"type":167,"tag":173,"props":241,"children":242},{"__ignoreMap":161},[243,266,289,313,334],{"type":167,"tag":244,"props":245,"children":248},"span",{"class":246,"line":247},"line",1,[249,255,261],{"type":167,"tag":244,"props":250,"children":252},{"class":251},"ct-578153",[253],{"type":177,"value":254},"\u003C",{"type":167,"tag":244,"props":256,"children":258},{"class":257},"ct-952042",[259],{"type":177,"value":260},"template",{"type":167,"tag":244,"props":262,"children":263},{"class":251},[264],{"type":177,"value":265},">\n",{"type":167,"tag":244,"props":267,"children":269},{"class":246,"line":268},2,[270,276,280,285],{"type":167,"tag":244,"props":271,"children":273},{"class":272},"ct-916772",[274],{"type":177,"value":275},"  ",{"type":167,"tag":244,"props":277,"children":278},{"class":251},[279],{"type":177,"value":254},{"type":167,"tag":244,"props":281,"children":282},{"class":257},[283],{"type":177,"value":284},"main",{"type":167,"tag":244,"props":286,"children":287},{"class":251},[288],{"type":177,"value":265},{"type":167,"tag":244,"props":290,"children":292},{"class":246,"line":291},3,[293,298,302,308],{"type":167,"tag":244,"props":294,"children":295},{"class":272},[296],{"type":177,"value":297},"    ",{"type":167,"tag":244,"props":299,"children":300},{"class":251},[301],{"type":177,"value":254},{"type":167,"tag":244,"props":303,"children":305},{"class":304},"ct-822391",[306],{"type":177,"value":307},"ContentDoc",{"type":167,"tag":244,"props":309,"children":310},{"class":251},[311],{"type":177,"value":312}," />\n",{"type":167,"tag":244,"props":314,"children":316},{"class":246,"line":315},4,[317,321,326,330],{"type":167,"tag":244,"props":318,"children":319},{"class":272},[320],{"type":177,"value":275},{"type":167,"tag":244,"props":322,"children":323},{"class":251},[324],{"type":177,"value":325},"\u003C/",{"type":167,"tag":244,"props":327,"children":328},{"class":257},[329],{"type":177,"value":284},{"type":167,"tag":244,"props":331,"children":332},{"class":251},[333],{"type":177,"value":265},{"type":167,"tag":244,"props":335,"children":337},{"class":246,"line":336},5,[338,342,346],{"type":167,"tag":244,"props":339,"children":340},{"class":251},[341],{"type":177,"value":325},{"type":167,"tag":244,"props":343,"children":344},{"class":257},[345],{"type":177,"value":260},{"type":167,"tag":244,"props":347,"children":348},{"class":251},[349],{"type":177,"value":350},">",{"type":167,"tag":180,"props":352,"children":353},{},[354,356,360,362,370],{"type":177,"value":355},"It will fetch the document corresponding to the ",{"type":167,"tag":173,"props":357,"children":358},{},[359],{"type":177,"value":200},{"type":177,"value":361}," and render it. It will also handle the head management using ",{"type":167,"tag":216,"props":363,"children":365},{"href":364},"/composables/use-content-head#usecontenthead",[366],{"type":167,"tag":173,"props":367,"children":368},{},[369],{"type":177,"value":53},{"type":177,"value":371}," section.",{"type":167,"tag":180,"props":373,"children":374},{},[375,377,381,383,387],{"type":177,"value":376},"You can use the ",{"type":167,"tag":173,"props":378,"children":379},{},[380],{"type":177,"value":66},{"type":177,"value":382}," component to render a specific document by specifying the ",{"type":167,"tag":173,"props":384,"children":385},{},[386],{"type":177,"value":207},{"type":177,"value":388}," property:",{"type":167,"tag":234,"props":390,"children":393},{"className":236,"code":391,"filename":392,"language":238,"meta":161},"\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentDoc path=\"/about\" />\n  \u003C/main>\n\u003C/template>\n","app.vue",[394],{"type":167,"tag":173,"props":395,"children":396},{"__ignoreMap":161},[397,412,431,482,501],{"type":167,"tag":244,"props":398,"children":399},{"class":246,"line":247},[400,404,408],{"type":167,"tag":244,"props":401,"children":402},{"class":251},[403],{"type":177,"value":254},{"type":167,"tag":244,"props":405,"children":406},{"class":257},[407],{"type":177,"value":260},{"type":167,"tag":244,"props":409,"children":410},{"class":251},[411],{"type":177,"value":265},{"type":167,"tag":244,"props":413,"children":414},{"class":246,"line":268},[415,419,423,427],{"type":167,"tag":244,"props":416,"children":417},{"class":272},[418],{"type":177,"value":275},{"type":167,"tag":244,"props":420,"children":421},{"class":251},[422],{"type":177,"value":254},{"type":167,"tag":244,"props":424,"children":425},{"class":257},[426],{"type":177,"value":284},{"type":167,"tag":244,"props":428,"children":429},{"class":251},[430],{"type":177,"value":265},{"type":167,"tag":244,"props":432,"children":433},{"class":246,"line":291},[434,438,442,446,452,457,462,468,474,478],{"type":167,"tag":244,"props":435,"children":436},{"class":272},[437],{"type":177,"value":297},{"type":167,"tag":244,"props":439,"children":440},{"class":251},[441],{"type":177,"value":254},{"type":167,"tag":244,"props":443,"children":444},{"class":304},[445],{"type":177,"value":307},{"type":167,"tag":244,"props":447,"children":449},{"class":448},"ct-001462",[450],{"type":177,"value":451}," ",{"type":167,"tag":244,"props":453,"children":455},{"class":454},"ct-303788",[456],{"type":177,"value":207},{"type":167,"tag":244,"props":458,"children":459},{"class":448},[460],{"type":177,"value":461},"=",{"type":167,"tag":244,"props":463,"children":465},{"class":464},"ct-659886",[466],{"type":177,"value":467},"\"",{"type":167,"tag":244,"props":469,"children":471},{"class":470},"ct-084644",[472],{"type":177,"value":473},"/about",{"type":167,"tag":244,"props":475,"children":476},{"class":464},[477],{"type":177,"value":467},{"type":167,"tag":244,"props":479,"children":480},{"class":251},[481],{"type":177,"value":312},{"type":167,"tag":244,"props":483,"children":484},{"class":246,"line":315},[485,489,493,497],{"type":167,"tag":244,"props":486,"children":487},{"class":272},[488],{"type":177,"value":275},{"type":167,"tag":244,"props":490,"children":491},{"class":251},[492],{"type":177,"value":325},{"type":167,"tag":244,"props":494,"children":495},{"class":257},[496],{"type":177,"value":284},{"type":167,"tag":244,"props":498,"children":499},{"class":251},[500],{"type":177,"value":265},{"type":167,"tag":244,"props":502,"children":503},{"class":246,"line":336},[504,508,512],{"type":167,"tag":244,"props":505,"children":506},{"class":251},[507],{"type":177,"value":325},{"type":167,"tag":244,"props":509,"children":510},{"class":257},[511],{"type":177,"value":260},{"type":167,"tag":244,"props":513,"children":514},{"class":251},[515],{"type":177,"value":350},{"type":167,"tag":517,"props":518,"children":520},"callout",{"type":519},"info",[521],{"type":167,"tag":180,"props":522,"children":523},{},[524,526,533],{"type":177,"value":525},"Head over to the ",{"type":167,"tag":216,"props":527,"children":528},{"href":67},[529],{"type":167,"tag":173,"props":530,"children":531},{},[532],{"type":177,"value":66},{"type":177,"value":534}," API section.",{"type":167,"tag":168,"props":536,"children":538},{"id":537},"contentrenderer",[539],{"type":167,"tag":173,"props":540,"children":541},{},[542],{"type":177,"value":543},"\u003CContentRenderer />",{"type":167,"tag":180,"props":545,"children":546},{},[547,548,555,557,564,566,572,574,581],{"type":177,"value":184},{"type":167,"tag":216,"props":549,"children":550},{"href":70},[551],{"type":167,"tag":173,"props":552,"children":553},{},[554],{"type":177,"value":69},{"type":177,"value":556}," component renders the body of a Markdown document returned by ",{"type":167,"tag":216,"props":558,"children":559},{"href":48},[560],{"type":167,"tag":173,"props":561,"children":562},{},[563],{"type":177,"value":47},{"type":177,"value":565}," in a rich-text format. It fallbacks to rendering the content in a ",{"type":167,"tag":173,"props":567,"children":569},{"lang":568},"html",[570],{"type":177,"value":571},"\u003Cpre>",{"type":177,"value":573}," tag if the content is not Markdown (",{"type":167,"tag":216,"props":575,"children":578},{"href":576,"rel":577},"https://github.com/nuxt/content/blob/main/src/runtime/components/ContentRenderer.vue",[220],[579],{"type":177,"value":580},"source code",{"type":177,"value":582},").",{"type":167,"tag":180,"props":584,"children":585},{},[586,593,595,600],{"type":167,"tag":216,"props":587,"children":588},{"href":70},[589],{"type":167,"tag":173,"props":590,"children":591},{},[592],{"type":177,"value":69},{"type":177,"value":594}," accepts a ",{"type":167,"tag":173,"props":596,"children":597},{},[598],{"type":177,"value":599},"value",{"type":177,"value":601}," prop containing the data.",{"type":167,"tag":234,"props":603,"children":605},{"className":236,"code":604,"filename":392,"language":238,"meta":161},"\u003Cscript setup>\nconst { data } = await useAsyncData('hello', () => queryContent('/hello').findOne())\n\u003C/script>\n\n\u003Ctemplate>\n  \u003CContentRenderer :value=\"data\" />\n\u003C/template>\n",[606],{"type":167,"tag":173,"props":607,"children":608},{"__ignoreMap":161},[609,634,788,803,809,824,870],{"type":167,"tag":244,"props":610,"children":611},{"class":246,"line":247},[612,616,621,625,630],{"type":167,"tag":244,"props":613,"children":614},{"class":251},[615],{"type":177,"value":254},{"type":167,"tag":244,"props":617,"children":618},{"class":257},[619],{"type":177,"value":620},"script",{"type":167,"tag":244,"props":622,"children":623},{"class":272},[624],{"type":177,"value":451},{"type":167,"tag":244,"props":626,"children":627},{"class":454},[628],{"type":177,"value":629},"setup",{"type":167,"tag":244,"props":631,"children":632},{"class":251},[633],{"type":177,"value":265},{"type":167,"tag":244,"props":635,"children":636},{"class":246,"line":268},[637,643,647,652,656,662,666,671,675,680,684,690,694,700,705,710,715,719,724,728,733,737,742,746,751,755,759,764,768,773,778,783],{"type":167,"tag":244,"props":638,"children":640},{"class":639},"ct-696419",[641],{"type":177,"value":642},"const",{"type":167,"tag":244,"props":644,"children":645},{"class":272},[646],{"type":177,"value":451},{"type":167,"tag":244,"props":648,"children":649},{"class":448},[650],{"type":177,"value":651},"{",{"type":167,"tag":244,"props":653,"children":654},{"class":272},[655],{"type":177,"value":451},{"type":167,"tag":244,"props":657,"children":659},{"class":658},"ct-263069",[660],{"type":177,"value":661},"data",{"type":167,"tag":244,"props":663,"children":664},{"class":272},[665],{"type":177,"value":451},{"type":167,"tag":244,"props":667,"children":668},{"class":448},[669],{"type":177,"value":670},"}",{"type":167,"tag":244,"props":672,"children":673},{"class":272},[674],{"type":177,"value":451},{"type":167,"tag":244,"props":676,"children":678},{"class":677},"ct-773118",[679],{"type":177,"value":461},{"type":167,"tag":244,"props":681,"children":682},{"class":272},[683],{"type":177,"value":451},{"type":167,"tag":244,"props":685,"children":687},{"class":686},"ct-702290",[688],{"type":177,"value":689},"await",{"type":167,"tag":244,"props":691,"children":692},{"class":272},[693],{"type":177,"value":451},{"type":167,"tag":244,"props":695,"children":697},{"class":696},"ct-187170",[698],{"type":177,"value":699},"useAsyncData",{"type":167,"tag":244,"props":701,"children":702},{"class":272},[703],{"type":177,"value":704},"(",{"type":167,"tag":244,"props":706,"children":707},{"class":464},[708],{"type":177,"value":709},"'",{"type":167,"tag":244,"props":711,"children":712},{"class":470},[713],{"type":177,"value":714},"hello",{"type":167,"tag":244,"props":716,"children":717},{"class":464},[718],{"type":177,"value":709},{"type":167,"tag":244,"props":720,"children":721},{"class":448},[722],{"type":177,"value":723},",",{"type":167,"tag":244,"props":725,"children":726},{"class":272},[727],{"type":177,"value":451},{"type":167,"tag":244,"props":729,"children":730},{"class":448},[731],{"type":177,"value":732},"()",{"type":167,"tag":244,"props":734,"children":735},{"class":272},[736],{"type":177,"value":451},{"type":167,"tag":244,"props":738,"children":739},{"class":639},[740],{"type":177,"value":741},"=>",{"type":167,"tag":244,"props":743,"children":744},{"class":272},[745],{"type":177,"value":451},{"type":167,"tag":244,"props":747,"children":748},{"class":696},[749],{"type":177,"value":750},"queryContent",{"type":167,"tag":244,"props":752,"children":753},{"class":272},[754],{"type":177,"value":704},{"type":167,"tag":244,"props":756,"children":757},{"class":464},[758],{"type":177,"value":709},{"type":167,"tag":244,"props":760,"children":761},{"class":470},[762],{"type":177,"value":763},"/hello",{"type":167,"tag":244,"props":765,"children":766},{"class":464},[767],{"type":177,"value":709},{"type":167,"tag":244,"props":769,"children":770},{"class":272},[771],{"type":177,"value":772},")",{"type":167,"tag":244,"props":774,"children":775},{"class":448},[776],{"type":177,"value":777},".",{"type":167,"tag":244,"props":779,"children":780},{"class":696},[781],{"type":177,"value":782},"findOne",{"type":167,"tag":244,"props":784,"children":785},{"class":272},[786],{"type":177,"value":787},"())\n",{"type":167,"tag":244,"props":789,"children":790},{"class":246,"line":291},[791,795,799],{"type":167,"tag":244,"props":792,"children":793},{"class":251},[794],{"type":177,"value":325},{"type":167,"tag":244,"props":796,"children":797},{"class":257},[798],{"type":177,"value":620},{"type":167,"tag":244,"props":800,"children":801},{"class":251},[802],{"type":177,"value":265},{"type":167,"tag":244,"props":804,"children":805},{"class":246,"line":315},[806],{"type":167,"tag":244,"props":807,"children":808},{},[],{"type":167,"tag":244,"props":810,"children":811},{"class":246,"line":336},[812,816,820],{"type":167,"tag":244,"props":813,"children":814},{"class":251},[815],{"type":177,"value":254},{"type":167,"tag":244,"props":817,"children":818},{"class":257},[819],{"type":177,"value":260},{"type":167,"tag":244,"props":821,"children":822},{"class":251},[823],{"type":177,"value":265},{"type":167,"tag":244,"props":825,"children":827},{"class":246,"line":826},6,[828,832,836,841,845,850,854,858,862,866],{"type":167,"tag":244,"props":829,"children":830},{"class":272},[831],{"type":177,"value":275},{"type":167,"tag":244,"props":833,"children":834},{"class":251},[835],{"type":177,"value":254},{"type":167,"tag":244,"props":837,"children":838},{"class":304},[839],{"type":177,"value":840},"ContentRenderer",{"type":167,"tag":244,"props":842,"children":843},{"class":448},[844],{"type":177,"value":451},{"type":167,"tag":244,"props":846,"children":847},{"class":454},[848],{"type":177,"value":849},":value",{"type":167,"tag":244,"props":851,"children":852},{"class":448},[853],{"type":177,"value":461},{"type":167,"tag":244,"props":855,"children":856},{"class":464},[857],{"type":177,"value":467},{"type":167,"tag":244,"props":859,"children":860},{"class":470},[861],{"type":177,"value":661},{"type":167,"tag":244,"props":863,"children":864},{"class":464},[865],{"type":177,"value":467},{"type":167,"tag":244,"props":867,"children":868},{"class":251},[869],{"type":177,"value":312},{"type":167,"tag":244,"props":871,"children":873},{"class":246,"line":872},7,[874,878,882],{"type":167,"tag":244,"props":875,"children":876},{"class":251},[877],{"type":177,"value":325},{"type":167,"tag":244,"props":879,"children":880},{"class":257},[881],{"type":177,"value":260},{"type":167,"tag":244,"props":883,"children":884},{"class":251},[885],{"type":177,"value":350},{"type":167,"tag":517,"props":887,"children":888},{"type":519},[889],{"type":167,"tag":180,"props":890,"children":891},{},[892,893,900,902,909],{"type":177,"value":525},{"type":167,"tag":216,"props":894,"children":895},{"href":70},[896],{"type":167,"tag":173,"props":897,"children":898},{},[899],{"type":177,"value":69},{"type":177,"value":901}," and ",{"type":167,"tag":216,"props":903,"children":904},{"href":48},[905],{"type":167,"tag":173,"props":906,"children":907},{},[908],{"type":177,"value":47},{"type":177,"value":910}," API sections to learn more.",{"type":167,"tag":912,"props":913,"children":914},"style",{},[915],{"type":177,"value":916},".solarized-light_dark-plus_material-theme-lighter{color:#657B83;background:#FDF6E3;}.dark .solarized-light_dark-plus_material-theme-lighter{color:#D4D4D4;background:#1E1E1E;}.light .solarized-light_dark-plus_material-theme-lighter{color:#90A4AE;background:#FAFAFA;}.ct-578153{color:#93A1A1;}.dark .ct-578153{color:#808080;}.light .ct-578153{color:#39ADB5;}.ct-952042{color:#268BD2;}.dark .ct-952042{color:#569CD6;}.light .ct-952042{color:#E53935;}.ct-916772{color:#657B83;}.dark .ct-916772{color:#D4D4D4;}.light .ct-916772{color:#90A4AE;}.ct-822391{color:#DC322F;}.dark .ct-822391{color:#F44747;}.light .ct-822391{color:#E53935;}.ct-001462{color:#657B83;}.dark .ct-001462{color:#D4D4D4;}.light .ct-001462{color:#39ADB5;}.ct-303788{color:#93A1A1;}.dark .ct-303788{color:#9CDCFE;}.light .ct-303788{color:#9C3EDA;}.ct-659886{color:#2AA198;}.dark .ct-659886{color:#CE9178;}.light .ct-659886{color:#39ADB5;}.ct-084644{color:#2AA198;}.dark .ct-084644{color:#CE9178;}.light .ct-084644{color:#91B859;}.ct-696419{color:#586E75;font-weight:bold;}.dark .ct-696419{color:#569CD6;font-weight:unset;}.light .ct-696419{color:#9C3EDA;font-weight:unset;}.ct-263069{color:#268BD2;}.dark .ct-263069{color:#4FC1FF;}.light .ct-263069{color:#90A4AE;}.ct-773118{color:#859900;}.dark .ct-773118{color:#D4D4D4;}.light .ct-773118{color:#39ADB5;}.ct-702290{color:#859900;}.dark .ct-702290{color:#C586C0;}.light .ct-702290{color:#39ADB5;font-style:italic;}.ct-187170{color:#268BD2;}.dark .ct-187170{color:#DCDCAA;}.light .ct-187170{color:#6182B8;}",{"title":161,"searchDepth":268,"depth":268,"links":918},[919,920],{"id":170,"depth":268,"text":178},{"id":537,"depth":268,"text":543},"markdown","content:2.usage:3.render.md","content","2.usage/3.render.md","md",[927,2733],{"_path":32,"_dir":159,"_draft":160,"_partial":160,"_locale":161,"title":31,"description":928,"body":929,"_type":921,"_id":2731,"_source":923,"_file":2732,"_extension":925},"Nuxt Content can also query JSON, YAML and CSV content.",{"type":164,"children":930,"toc":2726},[931,937,942,1574,1603,1609,1614,2128,2147,2153,2158,2708,2721],{"type":167,"tag":168,"props":932,"children":934},{"id":933},"json",[935],{"type":177,"value":936},"JSON",{"type":167,"tag":180,"props":938,"children":939},{},[940],{"type":177,"value":941},"Nuxt Content can query JSON formatted content.",{"type":167,"tag":943,"props":944,"children":945},"code-group",{},[946,1106,1164],{"type":167,"tag":234,"props":947,"children":951},{"className":948,"code":949,"filename":950,"language":933,"meta":161},"language-json solarized-light_dark-plus_material-theme-lighter","{\n  \"title\": \"Hello Content v2!\",\n  \"description\": \"The writing experience for Nuxt 3\",\n  \"category\": \"announcement\"\n}\n","content/hello.json",[952],{"type":167,"tag":173,"props":953,"children":954},{"__ignoreMap":161},[955,963,1012,1057,1099],{"type":167,"tag":244,"props":956,"children":957},{"class":246,"line":247},[958],{"type":167,"tag":244,"props":959,"children":960},{"class":448},[961],{"type":177,"value":962},"{\n",{"type":167,"tag":244,"props":964,"children":965},{"class":246,"line":268},[966,970,975,981,985,990,994,998,1003,1007],{"type":167,"tag":244,"props":967,"children":968},{"class":272},[969],{"type":177,"value":275},{"type":167,"tag":244,"props":971,"children":973},{"class":972},"ct-703398",[974],{"type":177,"value":467},{"type":167,"tag":244,"props":976,"children":978},{"class":977},"ct-814807",[979],{"type":177,"value":980},"title",{"type":167,"tag":244,"props":982,"children":983},{"class":972},[984],{"type":177,"value":467},{"type":167,"tag":244,"props":986,"children":987},{"class":448},[988],{"type":177,"value":989},":",{"type":167,"tag":244,"props":991,"children":992},{"class":272},[993],{"type":177,"value":451},{"type":167,"tag":244,"props":995,"children":996},{"class":464},[997],{"type":177,"value":467},{"type":167,"tag":244,"props":999,"children":1000},{"class":470},[1001],{"type":177,"value":1002},"Hello Content v2!",{"type":167,"tag":244,"props":1004,"children":1005},{"class":464},[1006],{"type":177,"value":467},{"type":167,"tag":244,"props":1008,"children":1009},{"class":448},[1010],{"type":177,"value":1011},",\n",{"type":167,"tag":244,"props":1013,"children":1014},{"class":246,"line":291},[1015,1019,1023,1028,1032,1036,1040,1044,1049,1053],{"type":167,"tag":244,"props":1016,"children":1017},{"class":272},[1018],{"type":177,"value":275},{"type":167,"tag":244,"props":1020,"children":1021},{"class":972},[1022],{"type":177,"value":467},{"type":167,"tag":244,"props":1024,"children":1025},{"class":977},[1026],{"type":177,"value":1027},"description",{"type":167,"tag":244,"props":1029,"children":1030},{"class":972},[1031],{"type":177,"value":467},{"type":167,"tag":244,"props":1033,"children":1034},{"class":448},[1035],{"type":177,"value":989},{"type":167,"tag":244,"props":1037,"children":1038},{"class":272},[1039],{"type":177,"value":451},{"type":167,"tag":244,"props":1041,"children":1042},{"class":464},[1043],{"type":177,"value":467},{"type":167,"tag":244,"props":1045,"children":1046},{"class":470},[1047],{"type":177,"value":1048},"The writing experience for Nuxt 3",{"type":167,"tag":244,"props":1050,"children":1051},{"class":464},[1052],{"type":177,"value":467},{"type":167,"tag":244,"props":1054,"children":1055},{"class":448},[1056],{"type":177,"value":1011},{"type":167,"tag":244,"props":1058,"children":1059},{"class":246,"line":315},[1060,1064,1068,1073,1077,1081,1085,1089,1094],{"type":167,"tag":244,"props":1061,"children":1062},{"class":272},[1063],{"type":177,"value":275},{"type":167,"tag":244,"props":1065,"children":1066},{"class":972},[1067],{"type":177,"value":467},{"type":167,"tag":244,"props":1069,"children":1070},{"class":977},[1071],{"type":177,"value":1072},"category",{"type":167,"tag":244,"props":1074,"children":1075},{"class":972},[1076],{"type":177,"value":467},{"type":167,"tag":244,"props":1078,"children":1079},{"class":448},[1080],{"type":177,"value":989},{"type":167,"tag":244,"props":1082,"children":1083},{"class":272},[1084],{"type":177,"value":451},{"type":167,"tag":244,"props":1086,"children":1087},{"class":464},[1088],{"type":177,"value":467},{"type":167,"tag":244,"props":1090,"children":1091},{"class":470},[1092],{"type":177,"value":1093},"announcement",{"type":167,"tag":244,"props":1095,"children":1096},{"class":464},[1097],{"type":177,"value":1098},"\"\n",{"type":167,"tag":244,"props":1100,"children":1101},{"class":246,"line":336},[1102],{"type":167,"tag":244,"props":1103,"children":1104},{"class":448},[1105],{"type":177,"value":670},{"type":167,"tag":234,"props":1107,"children":1112},{"className":1108,"code":1109,"filename":1110,"language":1111,"meta":161},"language-ts solarized-light_dark-plus_material-theme-lighter","await queryContent('/hello').fetchOne()\n","Query","ts",[1113],{"type":167,"tag":173,"props":1114,"children":1115},{"__ignoreMap":161},[1116],{"type":167,"tag":244,"props":1117,"children":1118},{"class":246,"line":247},[1119,1123,1127,1131,1135,1139,1143,1147,1151,1155,1160],{"type":167,"tag":244,"props":1120,"children":1121},{"class":686},[1122],{"type":177,"value":689},{"type":167,"tag":244,"props":1124,"children":1125},{"class":272},[1126],{"type":177,"value":451},{"type":167,"tag":244,"props":1128,"children":1129},{"class":696},[1130],{"type":177,"value":750},{"type":167,"tag":244,"props":1132,"children":1133},{"class":272},[1134],{"type":177,"value":704},{"type":167,"tag":244,"props":1136,"children":1137},{"class":464},[1138],{"type":177,"value":709},{"type":167,"tag":244,"props":1140,"children":1141},{"class":470},[1142],{"type":177,"value":763},{"type":167,"tag":244,"props":1144,"children":1145},{"class":464},[1146],{"type":177,"value":709},{"type":167,"tag":244,"props":1148,"children":1149},{"class":272},[1150],{"type":177,"value":772},{"type":167,"tag":244,"props":1152,"children":1153},{"class":448},[1154],{"type":177,"value":777},{"type":167,"tag":244,"props":1156,"children":1157},{"class":696},[1158],{"type":177,"value":1159},"fetchOne",{"type":167,"tag":244,"props":1161,"children":1162},{"class":272},[1163],{"type":177,"value":732},{"type":167,"tag":234,"props":1165,"children":1170},{"className":1166,"code":1167,"filename":1168,"language":1169,"meta":161},"language-js solarized-light_dark-plus_material-theme-lighter","{\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",[1171],{"type":167,"tag":173,"props":1172,"children":1173},{"__ignoreMap":161},[1174,1181,1219,1249,1277,1312,1347,1382,1420,1457,1494,1532,1566],{"type":167,"tag":244,"props":1175,"children":1176},{"class":246,"line":247},[1177],{"type":167,"tag":244,"props":1178,"children":1179},{"class":448},[1180],{"type":177,"value":962},{"type":167,"tag":244,"props":1182,"children":1183},{"class":246,"line":268},[1184,1189,1195,1199,1203,1207,1211,1215],{"type":167,"tag":244,"props":1185,"children":1187},{"class":1186},"ct-589478",[1188],{"type":177,"value":275},{"type":167,"tag":244,"props":1190,"children":1192},{"class":1191},"ct-271095",[1193],{"type":177,"value":1194},"_path",{"type":167,"tag":244,"props":1196,"children":1197},{"class":448},[1198],{"type":177,"value":989},{"type":167,"tag":244,"props":1200,"children":1201},{"class":1186},[1202],{"type":177,"value":451},{"type":167,"tag":244,"props":1204,"children":1205},{"class":464},[1206],{"type":177,"value":709},{"type":167,"tag":244,"props":1208,"children":1209},{"class":470},[1210],{"type":177,"value":763},{"type":167,"tag":244,"props":1212,"children":1213},{"class":464},[1214],{"type":177,"value":709},{"type":167,"tag":244,"props":1216,"children":1217},{"class":448},[1218],{"type":177,"value":1011},{"type":167,"tag":244,"props":1220,"children":1221},{"class":246,"line":291},[1222,1226,1231,1235,1239,1245],{"type":167,"tag":244,"props":1223,"children":1224},{"class":1186},[1225],{"type":177,"value":275},{"type":167,"tag":244,"props":1227,"children":1228},{"class":1191},[1229],{"type":177,"value":1230},"_draft",{"type":167,"tag":244,"props":1232,"children":1233},{"class":448},[1234],{"type":177,"value":989},{"type":167,"tag":244,"props":1236,"children":1237},{"class":1186},[1238],{"type":177,"value":451},{"type":167,"tag":244,"props":1240,"children":1242},{"class":1241},"ct-432929",[1243],{"type":177,"value":1244},"false",{"type":167,"tag":244,"props":1246,"children":1247},{"class":448},[1248],{"type":177,"value":1011},{"type":167,"tag":244,"props":1250,"children":1251},{"class":246,"line":315},[1252,1256,1261,1265,1269,1273],{"type":167,"tag":244,"props":1253,"children":1254},{"class":1186},[1255],{"type":177,"value":275},{"type":167,"tag":244,"props":1257,"children":1258},{"class":1191},[1259],{"type":177,"value":1260},"_partial",{"type":167,"tag":244,"props":1262,"children":1263},{"class":448},[1264],{"type":177,"value":989},{"type":167,"tag":244,"props":1266,"children":1267},{"class":1186},[1268],{"type":177,"value":451},{"type":167,"tag":244,"props":1270,"children":1271},{"class":1241},[1272],{"type":177,"value":1244},{"type":167,"tag":244,"props":1274,"children":1275},{"class":448},[1276],{"type":177,"value":1011},{"type":167,"tag":244,"props":1278,"children":1279},{"class":246,"line":336},[1280,1284,1288,1292,1296,1300,1304,1308],{"type":167,"tag":244,"props":1281,"children":1282},{"class":1186},[1283],{"type":177,"value":275},{"type":167,"tag":244,"props":1285,"children":1286},{"class":1191},[1287],{"type":177,"value":980},{"type":167,"tag":244,"props":1289,"children":1290},{"class":448},[1291],{"type":177,"value":989},{"type":167,"tag":244,"props":1293,"children":1294},{"class":1186},[1295],{"type":177,"value":451},{"type":167,"tag":244,"props":1297,"children":1298},{"class":464},[1299],{"type":177,"value":709},{"type":167,"tag":244,"props":1301,"children":1302},{"class":470},[1303],{"type":177,"value":1002},{"type":167,"tag":244,"props":1305,"children":1306},{"class":464},[1307],{"type":177,"value":709},{"type":167,"tag":244,"props":1309,"children":1310},{"class":448},[1311],{"type":177,"value":1011},{"type":167,"tag":244,"props":1313,"children":1314},{"class":246,"line":826},[1315,1319,1323,1327,1331,1335,1339,1343],{"type":167,"tag":244,"props":1316,"children":1317},{"class":1186},[1318],{"type":177,"value":275},{"type":167,"tag":244,"props":1320,"children":1321},{"class":1191},[1322],{"type":177,"value":1027},{"type":167,"tag":244,"props":1324,"children":1325},{"class":448},[1326],{"type":177,"value":989},{"type":167,"tag":244,"props":1328,"children":1329},{"class":1186},[1330],{"type":177,"value":451},{"type":167,"tag":244,"props":1332,"children":1333},{"class":464},[1334],{"type":177,"value":709},{"type":167,"tag":244,"props":1336,"children":1337},{"class":470},[1338],{"type":177,"value":1048},{"type":167,"tag":244,"props":1340,"children":1341},{"class":464},[1342],{"type":177,"value":709},{"type":167,"tag":244,"props":1344,"children":1345},{"class":448},[1346],{"type":177,"value":1011},{"type":167,"tag":244,"props":1348,"children":1349},{"class":246,"line":872},[1350,1354,1358,1362,1366,1370,1374,1378],{"type":167,"tag":244,"props":1351,"children":1352},{"class":1186},[1353],{"type":177,"value":275},{"type":167,"tag":244,"props":1355,"children":1356},{"class":1191},[1357],{"type":177,"value":1072},{"type":167,"tag":244,"props":1359,"children":1360},{"class":448},[1361],{"type":177,"value":989},{"type":167,"tag":244,"props":1363,"children":1364},{"class":1186},[1365],{"type":177,"value":451},{"type":167,"tag":244,"props":1367,"children":1368},{"class":464},[1369],{"type":177,"value":709},{"type":167,"tag":244,"props":1371,"children":1372},{"class":470},[1373],{"type":177,"value":1093},{"type":167,"tag":244,"props":1375,"children":1376},{"class":464},[1377],{"type":177,"value":709},{"type":167,"tag":244,"props":1379,"children":1380},{"class":448},[1381],{"type":177,"value":1011},{"type":167,"tag":244,"props":1383,"children":1385},{"class":246,"line":1384},8,[1386,1390,1395,1399,1403,1407,1412,1416],{"type":167,"tag":244,"props":1387,"children":1388},{"class":1186},[1389],{"type":177,"value":275},{"type":167,"tag":244,"props":1391,"children":1392},{"class":1191},[1393],{"type":177,"value":1394},"_id",{"type":167,"tag":244,"props":1396,"children":1397},{"class":448},[1398],{"type":177,"value":989},{"type":167,"tag":244,"props":1400,"children":1401},{"class":1186},[1402],{"type":177,"value":451},{"type":167,"tag":244,"props":1404,"children":1405},{"class":464},[1406],{"type":177,"value":709},{"type":167,"tag":244,"props":1408,"children":1409},{"class":470},[1410],{"type":177,"value":1411},"content:hello.json",{"type":167,"tag":244,"props":1413,"children":1414},{"class":464},[1415],{"type":177,"value":709},{"type":167,"tag":244,"props":1417,"children":1418},{"class":448},[1419],{"type":177,"value":1011},{"type":167,"tag":244,"props":1421,"children":1423},{"class":246,"line":1422},9,[1424,1428,1433,1437,1441,1445,1449,1453],{"type":167,"tag":244,"props":1425,"children":1426},{"class":1186},[1427],{"type":177,"value":275},{"type":167,"tag":244,"props":1429,"children":1430},{"class":1191},[1431],{"type":177,"value":1432},"_type",{"type":167,"tag":244,"props":1434,"children":1435},{"class":448},[1436],{"type":177,"value":989},{"type":167,"tag":244,"props":1438,"children":1439},{"class":1186},[1440],{"type":177,"value":451},{"type":167,"tag":244,"props":1442,"children":1443},{"class":464},[1444],{"type":177,"value":709},{"type":167,"tag":244,"props":1446,"children":1447},{"class":470},[1448],{"type":177,"value":933},{"type":167,"tag":244,"props":1450,"children":1451},{"class":464},[1452],{"type":177,"value":709},{"type":167,"tag":244,"props":1454,"children":1455},{"class":448},[1456],{"type":177,"value":1011},{"type":167,"tag":244,"props":1458,"children":1460},{"class":246,"line":1459},10,[1461,1465,1470,1474,1478,1482,1486,1490],{"type":167,"tag":244,"props":1462,"children":1463},{"class":1186},[1464],{"type":177,"value":275},{"type":167,"tag":244,"props":1466,"children":1467},{"class":1191},[1468],{"type":177,"value":1469},"_source",{"type":167,"tag":244,"props":1471,"children":1472},{"class":448},[1473],{"type":177,"value":989},{"type":167,"tag":244,"props":1475,"children":1476},{"class":1186},[1477],{"type":177,"value":451},{"type":167,"tag":244,"props":1479,"children":1480},{"class":464},[1481],{"type":177,"value":709},{"type":167,"tag":244,"props":1483,"children":1484},{"class":470},[1485],{"type":177,"value":923},{"type":167,"tag":244,"props":1487,"children":1488},{"class":464},[1489],{"type":177,"value":709},{"type":167,"tag":244,"props":1491,"children":1492},{"class":448},[1493],{"type":177,"value":1011},{"type":167,"tag":244,"props":1495,"children":1497},{"class":246,"line":1496},11,[1498,1502,1507,1511,1515,1519,1524,1528],{"type":167,"tag":244,"props":1499,"children":1500},{"class":1186},[1501],{"type":177,"value":275},{"type":167,"tag":244,"props":1503,"children":1504},{"class":1191},[1505],{"type":177,"value":1506},"_file",{"type":167,"tag":244,"props":1508,"children":1509},{"class":448},[1510],{"type":177,"value":989},{"type":167,"tag":244,"props":1512,"children":1513},{"class":1186},[1514],{"type":177,"value":451},{"type":167,"tag":244,"props":1516,"children":1517},{"class":464},[1518],{"type":177,"value":709},{"type":167,"tag":244,"props":1520,"children":1521},{"class":470},[1522],{"type":177,"value":1523},"hello.json",{"type":167,"tag":244,"props":1525,"children":1526},{"class":464},[1527],{"type":177,"value":709},{"type":167,"tag":244,"props":1529,"children":1530},{"class":448},[1531],{"type":177,"value":1011},{"type":167,"tag":244,"props":1533,"children":1535},{"class":246,"line":1534},12,[1536,1540,1545,1549,1553,1557,1561],{"type":167,"tag":244,"props":1537,"children":1538},{"class":1186},[1539],{"type":177,"value":275},{"type":167,"tag":244,"props":1541,"children":1542},{"class":1191},[1543],{"type":177,"value":1544},"_extension",{"type":167,"tag":244,"props":1546,"children":1547},{"class":448},[1548],{"type":177,"value":989},{"type":167,"tag":244,"props":1550,"children":1551},{"class":1186},[1552],{"type":177,"value":451},{"type":167,"tag":244,"props":1554,"children":1555},{"class":464},[1556],{"type":177,"value":709},{"type":167,"tag":244,"props":1558,"children":1559},{"class":470},[1560],{"type":177,"value":933},{"type":167,"tag":244,"props":1562,"children":1563},{"class":464},[1564],{"type":177,"value":1565},"'\n",{"type":167,"tag":244,"props":1567,"children":1569},{"class":246,"line":1568},13,[1570],{"type":167,"tag":244,"props":1571,"children":1572},{"class":448},[1573],{"type":177,"value":670},{"type":167,"tag":517,"props":1575,"children":1576},{},[1577],{"type":167,"tag":180,"props":1578,"children":1579},{},[1580,1582,1587,1589,1594,1596,1601],{"type":177,"value":1581},"If the document root is an object ",{"type":167,"tag":173,"props":1583,"children":1584},{},[1585],{"type":177,"value":1586},"{}",{"type":177,"value":1588},", the output contains all the document properties at its root. If the document root is an array ",{"type":167,"tag":173,"props":1590,"children":1591},{},[1592],{"type":177,"value":1593},"[]",{"type":177,"value":1595},", the output contains all the document properties in a ",{"type":167,"tag":173,"props":1597,"children":1598},{},[1599],{"type":177,"value":1600},"body",{"type":177,"value":1602}," property.",{"type":167,"tag":168,"props":1604,"children":1606},{"id":1605},"yaml-yml",[1607],{"type":177,"value":1608},"YAML / YML",{"type":167,"tag":180,"props":1610,"children":1611},{},[1612],{"type":177,"value":1613},"Nuxt Content can query YAML / YML formatted content.",{"type":167,"tag":943,"props":1615,"children":1616},{},[1617,1686,1739],{"type":167,"tag":234,"props":1618,"children":1623},{"className":1619,"code":1620,"filename":1621,"language":1622,"meta":161},"language-yaml solarized-light_dark-plus_material-theme-lighter","title: Hello Content v2!\ndescription: The writing experience for Nuxt 3\ncategory: announcement\n","content/hello.yml","yaml",[1624],{"type":167,"tag":173,"props":1625,"children":1626},{"__ignoreMap":161},[1627,1647,1667],{"type":167,"tag":244,"props":1628,"children":1629},{"class":246,"line":247},[1630,1634,1638,1642],{"type":167,"tag":244,"props":1631,"children":1632},{"class":257},[1633],{"type":177,"value":980},{"type":167,"tag":244,"props":1635,"children":1636},{"class":448},[1637],{"type":177,"value":989},{"type":167,"tag":244,"props":1639,"children":1640},{"class":272},[1641],{"type":177,"value":451},{"type":167,"tag":244,"props":1643,"children":1644},{"class":470},[1645],{"type":177,"value":1646},"Hello Content v2!\n",{"type":167,"tag":244,"props":1648,"children":1649},{"class":246,"line":268},[1650,1654,1658,1662],{"type":167,"tag":244,"props":1651,"children":1652},{"class":257},[1653],{"type":177,"value":1027},{"type":167,"tag":244,"props":1655,"children":1656},{"class":448},[1657],{"type":177,"value":989},{"type":167,"tag":244,"props":1659,"children":1660},{"class":272},[1661],{"type":177,"value":451},{"type":167,"tag":244,"props":1663,"children":1664},{"class":470},[1665],{"type":177,"value":1666},"The writing experience for Nuxt 3\n",{"type":167,"tag":244,"props":1668,"children":1669},{"class":246,"line":291},[1670,1674,1678,1682],{"type":167,"tag":244,"props":1671,"children":1672},{"class":257},[1673],{"type":177,"value":1072},{"type":167,"tag":244,"props":1675,"children":1676},{"class":448},[1677],{"type":177,"value":989},{"type":167,"tag":244,"props":1679,"children":1680},{"class":272},[1681],{"type":177,"value":451},{"type":167,"tag":244,"props":1683,"children":1684},{"class":470},[1685],{"type":177,"value":1093},{"type":167,"tag":234,"props":1687,"children":1688},{"className":1108,"code":1109,"filename":1110,"language":1111,"meta":161},[1689],{"type":167,"tag":173,"props":1690,"children":1691},{"__ignoreMap":161},[1692],{"type":167,"tag":244,"props":1693,"children":1694},{"class":246,"line":247},[1695,1699,1703,1707,1711,1715,1719,1723,1727,1731,1735],{"type":167,"tag":244,"props":1696,"children":1697},{"class":686},[1698],{"type":177,"value":689},{"type":167,"tag":244,"props":1700,"children":1701},{"class":272},[1702],{"type":177,"value":451},{"type":167,"tag":244,"props":1704,"children":1705},{"class":696},[1706],{"type":177,"value":750},{"type":167,"tag":244,"props":1708,"children":1709},{"class":272},[1710],{"type":177,"value":704},{"type":167,"tag":244,"props":1712,"children":1713},{"class":464},[1714],{"type":177,"value":709},{"type":167,"tag":244,"props":1716,"children":1717},{"class":470},[1718],{"type":177,"value":763},{"type":167,"tag":244,"props":1720,"children":1721},{"class":464},[1722],{"type":177,"value":709},{"type":167,"tag":244,"props":1724,"children":1725},{"class":272},[1726],{"type":177,"value":772},{"type":167,"tag":244,"props":1728,"children":1729},{"class":448},[1730],{"type":177,"value":777},{"type":167,"tag":244,"props":1732,"children":1733},{"class":696},[1734],{"type":177,"value":1159},{"type":167,"tag":244,"props":1736,"children":1737},{"class":272},[1738],{"type":177,"value":732},{"type":167,"tag":234,"props":1740,"children":1742},{"className":1166,"code":1741,"filename":1168,"language":1169,"meta":161},"{\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",[1743],{"type":167,"tag":173,"props":1744,"children":1745},{"__ignoreMap":161},[1746,1753,1788,1815,1842,1877,1912,1947,1983,2018,2053,2089,2121],{"type":167,"tag":244,"props":1747,"children":1748},{"class":246,"line":247},[1749],{"type":167,"tag":244,"props":1750,"children":1751},{"class":448},[1752],{"type":177,"value":962},{"type":167,"tag":244,"props":1754,"children":1755},{"class":246,"line":268},[1756,1760,1764,1768,1772,1776,1780,1784],{"type":167,"tag":244,"props":1757,"children":1758},{"class":1186},[1759],{"type":177,"value":275},{"type":167,"tag":244,"props":1761,"children":1762},{"class":1191},[1763],{"type":177,"value":1194},{"type":167,"tag":244,"props":1765,"children":1766},{"class":448},[1767],{"type":177,"value":989},{"type":167,"tag":244,"props":1769,"children":1770},{"class":1186},[1771],{"type":177,"value":451},{"type":167,"tag":244,"props":1773,"children":1774},{"class":464},[1775],{"type":177,"value":709},{"type":167,"tag":244,"props":1777,"children":1778},{"class":470},[1779],{"type":177,"value":763},{"type":167,"tag":244,"props":1781,"children":1782},{"class":464},[1783],{"type":177,"value":709},{"type":167,"tag":244,"props":1785,"children":1786},{"class":448},[1787],{"type":177,"value":1011},{"type":167,"tag":244,"props":1789,"children":1790},{"class":246,"line":291},[1791,1795,1799,1803,1807,1811],{"type":167,"tag":244,"props":1792,"children":1793},{"class":1186},[1794],{"type":177,"value":275},{"type":167,"tag":244,"props":1796,"children":1797},{"class":1191},[1798],{"type":177,"value":1230},{"type":167,"tag":244,"props":1800,"children":1801},{"class":448},[1802],{"type":177,"value":989},{"type":167,"tag":244,"props":1804,"children":1805},{"class":1186},[1806],{"type":177,"value":451},{"type":167,"tag":244,"props":1808,"children":1809},{"class":1241},[1810],{"type":177,"value":1244},{"type":167,"tag":244,"props":1812,"children":1813},{"class":448},[1814],{"type":177,"value":1011},{"type":167,"tag":244,"props":1816,"children":1817},{"class":246,"line":315},[1818,1822,1826,1830,1834,1838],{"type":167,"tag":244,"props":1819,"children":1820},{"class":1186},[1821],{"type":177,"value":275},{"type":167,"tag":244,"props":1823,"children":1824},{"class":1191},[1825],{"type":177,"value":1260},{"type":167,"tag":244,"props":1827,"children":1828},{"class":448},[1829],{"type":177,"value":989},{"type":167,"tag":244,"props":1831,"children":1832},{"class":1186},[1833],{"type":177,"value":451},{"type":167,"tag":244,"props":1835,"children":1836},{"class":1241},[1837],{"type":177,"value":1244},{"type":167,"tag":244,"props":1839,"children":1840},{"class":448},[1841],{"type":177,"value":1011},{"type":167,"tag":244,"props":1843,"children":1844},{"class":246,"line":336},[1845,1849,1853,1857,1861,1865,1869,1873],{"type":167,"tag":244,"props":1846,"children":1847},{"class":1186},[1848],{"type":177,"value":275},{"type":167,"tag":244,"props":1850,"children":1851},{"class":1191},[1852],{"type":177,"value":980},{"type":167,"tag":244,"props":1854,"children":1855},{"class":448},[1856],{"type":177,"value":989},{"type":167,"tag":244,"props":1858,"children":1859},{"class":1186},[1860],{"type":177,"value":451},{"type":167,"tag":244,"props":1862,"children":1863},{"class":464},[1864],{"type":177,"value":709},{"type":167,"tag":244,"props":1866,"children":1867},{"class":470},[1868],{"type":177,"value":1002},{"type":167,"tag":244,"props":1870,"children":1871},{"class":464},[1872],{"type":177,"value":709},{"type":167,"tag":244,"props":1874,"children":1875},{"class":448},[1876],{"type":177,"value":1011},{"type":167,"tag":244,"props":1878,"children":1879},{"class":246,"line":826},[1880,1884,1888,1892,1896,1900,1904,1908],{"type":167,"tag":244,"props":1881,"children":1882},{"class":1186},[1883],{"type":177,"value":275},{"type":167,"tag":244,"props":1885,"children":1886},{"class":1191},[1887],{"type":177,"value":1027},{"type":167,"tag":244,"props":1889,"children":1890},{"class":448},[1891],{"type":177,"value":989},{"type":167,"tag":244,"props":1893,"children":1894},{"class":1186},[1895],{"type":177,"value":451},{"type":167,"tag":244,"props":1897,"children":1898},{"class":464},[1899],{"type":177,"value":709},{"type":167,"tag":244,"props":1901,"children":1902},{"class":470},[1903],{"type":177,"value":1048},{"type":167,"tag":244,"props":1905,"children":1906},{"class":464},[1907],{"type":177,"value":709},{"type":167,"tag":244,"props":1909,"children":1910},{"class":448},[1911],{"type":177,"value":1011},{"type":167,"tag":244,"props":1913,"children":1914},{"class":246,"line":872},[1915,1919,1923,1927,1931,1935,1939,1943],{"type":167,"tag":244,"props":1916,"children":1917},{"class":1186},[1918],{"type":177,"value":275},{"type":167,"tag":244,"props":1920,"children":1921},{"class":1191},[1922],{"type":177,"value":1072},{"type":167,"tag":244,"props":1924,"children":1925},{"class":448},[1926],{"type":177,"value":989},{"type":167,"tag":244,"props":1928,"children":1929},{"class":1186},[1930],{"type":177,"value":451},{"type":167,"tag":244,"props":1932,"children":1933},{"class":464},[1934],{"type":177,"value":709},{"type":167,"tag":244,"props":1936,"children":1937},{"class":470},[1938],{"type":177,"value":1093},{"type":167,"tag":244,"props":1940,"children":1941},{"class":464},[1942],{"type":177,"value":709},{"type":167,"tag":244,"props":1944,"children":1945},{"class":448},[1946],{"type":177,"value":1011},{"type":167,"tag":244,"props":1948,"children":1949},{"class":246,"line":1384},[1950,1954,1958,1962,1966,1970,1975,1979],{"type":167,"tag":244,"props":1951,"children":1952},{"class":1186},[1953],{"type":177,"value":275},{"type":167,"tag":244,"props":1955,"children":1956},{"class":1191},[1957],{"type":177,"value":1394},{"type":167,"tag":244,"props":1959,"children":1960},{"class":448},[1961],{"type":177,"value":989},{"type":167,"tag":244,"props":1963,"children":1964},{"class":1186},[1965],{"type":177,"value":451},{"type":167,"tag":244,"props":1967,"children":1968},{"class":464},[1969],{"type":177,"value":709},{"type":167,"tag":244,"props":1971,"children":1972},{"class":470},[1973],{"type":177,"value":1974},"content:hello.yml",{"type":167,"tag":244,"props":1976,"children":1977},{"class":464},[1978],{"type":177,"value":709},{"type":167,"tag":244,"props":1980,"children":1981},{"class":448},[1982],{"type":177,"value":1011},{"type":167,"tag":244,"props":1984,"children":1985},{"class":246,"line":1422},[1986,1990,1994,1998,2002,2006,2010,2014],{"type":167,"tag":244,"props":1987,"children":1988},{"class":1186},[1989],{"type":177,"value":275},{"type":167,"tag":244,"props":1991,"children":1992},{"class":1191},[1993],{"type":177,"value":1432},{"type":167,"tag":244,"props":1995,"children":1996},{"class":448},[1997],{"type":177,"value":989},{"type":167,"tag":244,"props":1999,"children":2000},{"class":1186},[2001],{"type":177,"value":451},{"type":167,"tag":244,"props":2003,"children":2004},{"class":464},[2005],{"type":177,"value":709},{"type":167,"tag":244,"props":2007,"children":2008},{"class":470},[2009],{"type":177,"value":1622},{"type":167,"tag":244,"props":2011,"children":2012},{"class":464},[2013],{"type":177,"value":709},{"type":167,"tag":244,"props":2015,"children":2016},{"class":448},[2017],{"type":177,"value":1011},{"type":167,"tag":244,"props":2019,"children":2020},{"class":246,"line":1459},[2021,2025,2029,2033,2037,2041,2045,2049],{"type":167,"tag":244,"props":2022,"children":2023},{"class":1186},[2024],{"type":177,"value":275},{"type":167,"tag":244,"props":2026,"children":2027},{"class":1191},[2028],{"type":177,"value":1469},{"type":167,"tag":244,"props":2030,"children":2031},{"class":448},[2032],{"type":177,"value":989},{"type":167,"tag":244,"props":2034,"children":2035},{"class":1186},[2036],{"type":177,"value":451},{"type":167,"tag":244,"props":2038,"children":2039},{"class":464},[2040],{"type":177,"value":709},{"type":167,"tag":244,"props":2042,"children":2043},{"class":470},[2044],{"type":177,"value":923},{"type":167,"tag":244,"props":2046,"children":2047},{"class":464},[2048],{"type":177,"value":709},{"type":167,"tag":244,"props":2050,"children":2051},{"class":448},[2052],{"type":177,"value":1011},{"type":167,"tag":244,"props":2054,"children":2055},{"class":246,"line":1496},[2056,2060,2064,2068,2072,2076,2081,2085],{"type":167,"tag":244,"props":2057,"children":2058},{"class":1186},[2059],{"type":177,"value":275},{"type":167,"tag":244,"props":2061,"children":2062},{"class":1191},[2063],{"type":177,"value":1506},{"type":167,"tag":244,"props":2065,"children":2066},{"class":448},[2067],{"type":177,"value":989},{"type":167,"tag":244,"props":2069,"children":2070},{"class":1186},[2071],{"type":177,"value":451},{"type":167,"tag":244,"props":2073,"children":2074},{"class":464},[2075],{"type":177,"value":709},{"type":167,"tag":244,"props":2077,"children":2078},{"class":470},[2079],{"type":177,"value":2080},"hello.yml",{"type":167,"tag":244,"props":2082,"children":2083},{"class":464},[2084],{"type":177,"value":709},{"type":167,"tag":244,"props":2086,"children":2087},{"class":448},[2088],{"type":177,"value":1011},{"type":167,"tag":244,"props":2090,"children":2091},{"class":246,"line":1534},[2092,2096,2100,2104,2108,2112,2117],{"type":167,"tag":244,"props":2093,"children":2094},{"class":1186},[2095],{"type":177,"value":275},{"type":167,"tag":244,"props":2097,"children":2098},{"class":1191},[2099],{"type":177,"value":1544},{"type":167,"tag":244,"props":2101,"children":2102},{"class":448},[2103],{"type":177,"value":989},{"type":167,"tag":244,"props":2105,"children":2106},{"class":1186},[2107],{"type":177,"value":451},{"type":167,"tag":244,"props":2109,"children":2110},{"class":464},[2111],{"type":177,"value":709},{"type":167,"tag":244,"props":2113,"children":2114},{"class":470},[2115],{"type":177,"value":2116},"yml",{"type":167,"tag":244,"props":2118,"children":2119},{"class":464},[2120],{"type":177,"value":1565},{"type":167,"tag":244,"props":2122,"children":2123},{"class":246,"line":1568},[2124],{"type":167,"tag":244,"props":2125,"children":2126},{"class":448},[2127],{"type":177,"value":670},{"type":167,"tag":517,"props":2129,"children":2130},{},[2131],{"type":167,"tag":180,"props":2132,"children":2133},{},[2134,2136,2141,2142,2146],{"type":177,"value":2135},"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":167,"tag":173,"props":2137,"children":2138},{},[2139],{"type":177,"value":2140},"-",{"type":177,"value":1595},{"type":167,"tag":173,"props":2143,"children":2144},{},[2145],{"type":177,"value":1600},{"type":177,"value":1602},{"type":167,"tag":168,"props":2148,"children":2150},{"id":2149},"csv",[2151],{"type":177,"value":2152},"CSV",{"type":167,"tag":180,"props":2154,"children":2155},{},[2156],{"type":177,"value":2157},"Nuxt Content can query CSV formatted content.",{"type":167,"tag":943,"props":2159,"children":2160},{},[2161,2172,2225],{"type":167,"tag":234,"props":2162,"children":2167},{"className":2163,"code":2165,"filename":2166,"meta":161},[2164],"language-[content/hello.csv]","title,description,category\nHello Content v2!,The writing experience for Nuxt 3,announcement\n","content/hello.csv",[2168],{"type":167,"tag":173,"props":2169,"children":2170},{"__ignoreMap":161},[2171],{"type":177,"value":2165},{"type":167,"tag":234,"props":2173,"children":2174},{"className":1108,"code":1109,"filename":1110,"language":1111,"meta":161},[2175],{"type":167,"tag":173,"props":2176,"children":2177},{"__ignoreMap":161},[2178],{"type":167,"tag":244,"props":2179,"children":2180},{"class":246,"line":247},[2181,2185,2189,2193,2197,2201,2205,2209,2213,2217,2221],{"type":167,"tag":244,"props":2182,"children":2183},{"class":686},[2184],{"type":177,"value":689},{"type":167,"tag":244,"props":2186,"children":2187},{"class":272},[2188],{"type":177,"value":451},{"type":167,"tag":244,"props":2190,"children":2191},{"class":696},[2192],{"type":177,"value":750},{"type":167,"tag":244,"props":2194,"children":2195},{"class":272},[2196],{"type":177,"value":704},{"type":167,"tag":244,"props":2198,"children":2199},{"class":464},[2200],{"type":177,"value":709},{"type":167,"tag":244,"props":2202,"children":2203},{"class":470},[2204],{"type":177,"value":763},{"type":167,"tag":244,"props":2206,"children":2207},{"class":464},[2208],{"type":177,"value":709},{"type":167,"tag":244,"props":2210,"children":2211},{"class":272},[2212],{"type":177,"value":772},{"type":167,"tag":244,"props":2214,"children":2215},{"class":448},[2216],{"type":177,"value":777},{"type":167,"tag":244,"props":2218,"children":2219},{"class":696},[2220],{"type":177,"value":1159},{"type":167,"tag":244,"props":2222,"children":2223},{"class":272},[2224],{"type":177,"value":732},{"type":167,"tag":234,"props":2226,"children":2228},{"className":1166,"code":2227,"filename":1168,"language":1169,"meta":161},"{\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",[2229],{"type":167,"tag":173,"props":2230,"children":2231},{"__ignoreMap":161},[2232,2239,2274,2301,2328,2364,2399,2419,2430,2468,2503,2534,2546,2558,2595,2631,2668,2700],{"type":167,"tag":244,"props":2233,"children":2234},{"class":246,"line":247},[2235],{"type":167,"tag":244,"props":2236,"children":2237},{"class":448},[2238],{"type":177,"value":962},{"type":167,"tag":244,"props":2240,"children":2241},{"class":246,"line":268},[2242,2246,2250,2254,2258,2262,2266,2270],{"type":167,"tag":244,"props":2243,"children":2244},{"class":1186},[2245],{"type":177,"value":275},{"type":167,"tag":244,"props":2247,"children":2248},{"class":1191},[2249],{"type":177,"value":1194},{"type":167,"tag":244,"props":2251,"children":2252},{"class":448},[2253],{"type":177,"value":989},{"type":167,"tag":244,"props":2255,"children":2256},{"class":1186},[2257],{"type":177,"value":451},{"type":167,"tag":244,"props":2259,"children":2260},{"class":464},[2261],{"type":177,"value":709},{"type":167,"tag":244,"props":2263,"children":2264},{"class":470},[2265],{"type":177,"value":763},{"type":167,"tag":244,"props":2267,"children":2268},{"class":464},[2269],{"type":177,"value":709},{"type":167,"tag":244,"props":2271,"children":2272},{"class":448},[2273],{"type":177,"value":1011},{"type":167,"tag":244,"props":2275,"children":2276},{"class":246,"line":291},[2277,2281,2285,2289,2293,2297],{"type":167,"tag":244,"props":2278,"children":2279},{"class":1186},[2280],{"type":177,"value":275},{"type":167,"tag":244,"props":2282,"children":2283},{"class":1191},[2284],{"type":177,"value":1230},{"type":167,"tag":244,"props":2286,"children":2287},{"class":448},[2288],{"type":177,"value":989},{"type":167,"tag":244,"props":2290,"children":2291},{"class":1186},[2292],{"type":177,"value":451},{"type":167,"tag":244,"props":2294,"children":2295},{"class":1241},[2296],{"type":177,"value":1244},{"type":167,"tag":244,"props":2298,"children":2299},{"class":448},[2300],{"type":177,"value":1011},{"type":167,"tag":244,"props":2302,"children":2303},{"class":246,"line":315},[2304,2308,2312,2316,2320,2324],{"type":167,"tag":244,"props":2305,"children":2306},{"class":1186},[2307],{"type":177,"value":275},{"type":167,"tag":244,"props":2309,"children":2310},{"class":1191},[2311],{"type":177,"value":1260},{"type":167,"tag":244,"props":2313,"children":2314},{"class":448},[2315],{"type":177,"value":989},{"type":167,"tag":244,"props":2317,"children":2318},{"class":1186},[2319],{"type":177,"value":451},{"type":167,"tag":244,"props":2321,"children":2322},{"class":1241},[2323],{"type":177,"value":1244},{"type":167,"tag":244,"props":2325,"children":2326},{"class":448},[2327],{"type":177,"value":1011},{"type":167,"tag":244,"props":2329,"children":2330},{"class":246,"line":336},[2331,2335,2339,2343,2347,2351,2356,2360],{"type":167,"tag":244,"props":2332,"children":2333},{"class":1186},[2334],{"type":177,"value":275},{"type":167,"tag":244,"props":2336,"children":2337},{"class":1191},[2338],{"type":177,"value":1394},{"type":167,"tag":244,"props":2340,"children":2341},{"class":448},[2342],{"type":177,"value":989},{"type":167,"tag":244,"props":2344,"children":2345},{"class":1186},[2346],{"type":177,"value":451},{"type":167,"tag":244,"props":2348,"children":2349},{"class":464},[2350],{"type":177,"value":709},{"type":167,"tag":244,"props":2352,"children":2353},{"class":470},[2354],{"type":177,"value":2355},"content:hello.csv",{"type":167,"tag":244,"props":2357,"children":2358},{"class":464},[2359],{"type":177,"value":709},{"type":167,"tag":244,"props":2361,"children":2362},{"class":448},[2363],{"type":177,"value":1011},{"type":167,"tag":244,"props":2365,"children":2366},{"class":246,"line":826},[2367,2371,2375,2379,2383,2387,2391,2395],{"type":167,"tag":244,"props":2368,"children":2369},{"class":1186},[2370],{"type":177,"value":275},{"type":167,"tag":244,"props":2372,"children":2373},{"class":1191},[2374],{"type":177,"value":1432},{"type":167,"tag":244,"props":2376,"children":2377},{"class":448},[2378],{"type":177,"value":989},{"type":167,"tag":244,"props":2380,"children":2381},{"class":1186},[2382],{"type":177,"value":451},{"type":167,"tag":244,"props":2384,"children":2385},{"class":464},[2386],{"type":177,"value":709},{"type":167,"tag":244,"props":2388,"children":2389},{"class":470},[2390],{"type":177,"value":2149},{"type":167,"tag":244,"props":2392,"children":2393},{"class":464},[2394],{"type":177,"value":709},{"type":167,"tag":244,"props":2396,"children":2397},{"class":448},[2398],{"type":177,"value":1011},{"type":167,"tag":244,"props":2400,"children":2401},{"class":246,"line":872},[2402,2406,2410,2414],{"type":167,"tag":244,"props":2403,"children":2404},{"class":1186},[2405],{"type":177,"value":275},{"type":167,"tag":244,"props":2407,"children":2408},{"class":1191},[2409],{"type":177,"value":1600},{"type":167,"tag":244,"props":2411,"children":2412},{"class":448},[2413],{"type":177,"value":989},{"type":167,"tag":244,"props":2415,"children":2416},{"class":1186},[2417],{"type":177,"value":2418}," [\n",{"type":167,"tag":244,"props":2420,"children":2421},{"class":246,"line":1384},[2422,2426],{"type":167,"tag":244,"props":2423,"children":2424},{"class":1186},[2425],{"type":177,"value":297},{"type":167,"tag":244,"props":2427,"children":2428},{"class":448},[2429],{"type":177,"value":962},{"type":167,"tag":244,"props":2431,"children":2432},{"class":246,"line":1422},[2433,2438,2443,2448,2452,2456,2460,2464],{"type":167,"tag":244,"props":2434,"children":2435},{"class":1186},[2436],{"type":177,"value":2437},"      ",{"type":167,"tag":244,"props":2439,"children":2441},{"class":2440},"ct-340802",[2442],{"type":177,"value":980},{"type":167,"tag":244,"props":2444,"children":2446},{"class":2445},"ct-931742",[2447],{"type":177,"value":989},{"type":167,"tag":244,"props":2449,"children":2450},{"class":1186},[2451],{"type":177,"value":451},{"type":167,"tag":244,"props":2453,"children":2454},{"class":464},[2455],{"type":177,"value":709},{"type":167,"tag":244,"props":2457,"children":2458},{"class":470},[2459],{"type":177,"value":1002},{"type":167,"tag":244,"props":2461,"children":2462},{"class":464},[2463],{"type":177,"value":709},{"type":167,"tag":244,"props":2465,"children":2466},{"class":448},[2467],{"type":177,"value":1011},{"type":167,"tag":244,"props":2469,"children":2470},{"class":246,"line":1459},[2471,2475,2479,2483,2487,2491,2495,2499],{"type":167,"tag":244,"props":2472,"children":2473},{"class":1186},[2474],{"type":177,"value":2437},{"type":167,"tag":244,"props":2476,"children":2477},{"class":2440},[2478],{"type":177,"value":1027},{"type":167,"tag":244,"props":2480,"children":2481},{"class":2445},[2482],{"type":177,"value":989},{"type":167,"tag":244,"props":2484,"children":2485},{"class":1186},[2486],{"type":177,"value":451},{"type":167,"tag":244,"props":2488,"children":2489},{"class":464},[2490],{"type":177,"value":709},{"type":167,"tag":244,"props":2492,"children":2493},{"class":470},[2494],{"type":177,"value":1048},{"type":167,"tag":244,"props":2496,"children":2497},{"class":464},[2498],{"type":177,"value":709},{"type":167,"tag":244,"props":2500,"children":2501},{"class":448},[2502],{"type":177,"value":1011},{"type":167,"tag":244,"props":2504,"children":2505},{"class":246,"line":1496},[2506,2510,2514,2518,2522,2526,2530],{"type":167,"tag":244,"props":2507,"children":2508},{"class":1186},[2509],{"type":177,"value":2437},{"type":167,"tag":244,"props":2511,"children":2512},{"class":2440},[2513],{"type":177,"value":1072},{"type":167,"tag":244,"props":2515,"children":2516},{"class":2445},[2517],{"type":177,"value":989},{"type":167,"tag":244,"props":2519,"children":2520},{"class":1186},[2521],{"type":177,"value":451},{"type":167,"tag":244,"props":2523,"children":2524},{"class":464},[2525],{"type":177,"value":709},{"type":167,"tag":244,"props":2527,"children":2528},{"class":470},[2529],{"type":177,"value":1093},{"type":167,"tag":244,"props":2531,"children":2532},{"class":464},[2533],{"type":177,"value":1565},{"type":167,"tag":244,"props":2535,"children":2536},{"class":246,"line":1534},[2537,2541],{"type":167,"tag":244,"props":2538,"children":2539},{"class":1186},[2540],{"type":177,"value":297},{"type":167,"tag":244,"props":2542,"children":2543},{"class":448},[2544],{"type":177,"value":2545},"}\n",{"type":167,"tag":244,"props":2547,"children":2548},{"class":246,"line":1568},[2549,2554],{"type":167,"tag":244,"props":2550,"children":2551},{"class":1186},[2552],{"type":177,"value":2553},"  ]",{"type":167,"tag":244,"props":2555,"children":2556},{"class":448},[2557],{"type":177,"value":1011},{"type":167,"tag":244,"props":2559,"children":2561},{"class":246,"line":2560},14,[2562,2566,2570,2574,2578,2582,2587,2591],{"type":167,"tag":244,"props":2563,"children":2564},{"class":1186},[2565],{"type":177,"value":275},{"type":167,"tag":244,"props":2567,"children":2568},{"class":1191},[2569],{"type":177,"value":980},{"type":167,"tag":244,"props":2571,"children":2572},{"class":448},[2573],{"type":177,"value":989},{"type":167,"tag":244,"props":2575,"children":2576},{"class":1186},[2577],{"type":177,"value":451},{"type":167,"tag":244,"props":2579,"children":2580},{"class":464},[2581],{"type":177,"value":709},{"type":167,"tag":244,"props":2583,"children":2584},{"class":470},[2585],{"type":177,"value":2586},"Hello",{"type":167,"tag":244,"props":2588,"children":2589},{"class":464},[2590],{"type":177,"value":709},{"type":167,"tag":244,"props":2592,"children":2593},{"class":448},[2594],{"type":177,"value":1011},{"type":167,"tag":244,"props":2596,"children":2598},{"class":246,"line":2597},15,[2599,2603,2607,2611,2615,2619,2623,2627],{"type":167,"tag":244,"props":2600,"children":2601},{"class":1186},[2602],{"type":177,"value":275},{"type":167,"tag":244,"props":2604,"children":2605},{"class":1191},[2606],{"type":177,"value":1469},{"type":167,"tag":244,"props":2608,"children":2609},{"class":448},[2610],{"type":177,"value":989},{"type":167,"tag":244,"props":2612,"children":2613},{"class":1186},[2614],{"type":177,"value":451},{"type":167,"tag":244,"props":2616,"children":2617},{"class":464},[2618],{"type":177,"value":709},{"type":167,"tag":244,"props":2620,"children":2621},{"class":470},[2622],{"type":177,"value":923},{"type":167,"tag":244,"props":2624,"children":2625},{"class":464},[2626],{"type":177,"value":709},{"type":167,"tag":244,"props":2628,"children":2629},{"class":448},[2630],{"type":177,"value":1011},{"type":167,"tag":244,"props":2632,"children":2634},{"class":246,"line":2633},16,[2635,2639,2643,2647,2651,2655,2660,2664],{"type":167,"tag":244,"props":2636,"children":2637},{"class":1186},[2638],{"type":177,"value":275},{"type":167,"tag":244,"props":2640,"children":2641},{"class":1191},[2642],{"type":177,"value":1506},{"type":167,"tag":244,"props":2644,"children":2645},{"class":448},[2646],{"type":177,"value":989},{"type":167,"tag":244,"props":2648,"children":2649},{"class":1186},[2650],{"type":177,"value":451},{"type":167,"tag":244,"props":2652,"children":2653},{"class":464},[2654],{"type":177,"value":709},{"type":167,"tag":244,"props":2656,"children":2657},{"class":470},[2658],{"type":177,"value":2659},"hello.csv",{"type":167,"tag":244,"props":2661,"children":2662},{"class":464},[2663],{"type":177,"value":709},{"type":167,"tag":244,"props":2665,"children":2666},{"class":448},[2667],{"type":177,"value":1011},{"type":167,"tag":244,"props":2669,"children":2671},{"class":246,"line":2670},17,[2672,2676,2680,2684,2688,2692,2696],{"type":167,"tag":244,"props":2673,"children":2674},{"class":1186},[2675],{"type":177,"value":275},{"type":167,"tag":244,"props":2677,"children":2678},{"class":1191},[2679],{"type":177,"value":1544},{"type":167,"tag":244,"props":2681,"children":2682},{"class":448},[2683],{"type":177,"value":989},{"type":167,"tag":244,"props":2685,"children":2686},{"class":1186},[2687],{"type":177,"value":451},{"type":167,"tag":244,"props":2689,"children":2690},{"class":464},[2691],{"type":177,"value":709},{"type":167,"tag":244,"props":2693,"children":2694},{"class":470},[2695],{"type":177,"value":2149},{"type":167,"tag":244,"props":2697,"children":2698},{"class":464},[2699],{"type":177,"value":1565},{"type":167,"tag":244,"props":2701,"children":2703},{"class":246,"line":2702},18,[2704],{"type":167,"tag":244,"props":2705,"children":2706},{"class":448},[2707],{"type":177,"value":670},{"type":167,"tag":517,"props":2709,"children":2710},{},[2711],{"type":167,"tag":180,"props":2712,"children":2713},{},[2714,2715,2719],{"type":177,"value":184},{"type":167,"tag":173,"props":2716,"children":2717},{},[2718],{"type":177,"value":1600},{"type":177,"value":2720}," of the output is an array containing every row as objects.",{"type":167,"tag":912,"props":2722,"children":2723},{},[2724],{"type":177,"value":2725},".solarized-light_dark-plus_material-theme-lighter{color:#657B83;background:#FDF6E3;}.dark .solarized-light_dark-plus_material-theme-lighter{color:#D4D4D4;background:#1E1E1E;}.light .solarized-light_dark-plus_material-theme-lighter{color:#90A4AE;background:#FAFAFA;}.ct-001462{color:#657B83;}.dark .ct-001462{color:#D4D4D4;}.light .ct-001462{color:#39ADB5;}.ct-916772{color:#657B83;}.dark .ct-916772{color:#D4D4D4;}.light .ct-916772{color:#90A4AE;}.ct-703398{color:#859900;}.dark .ct-703398{color:#9CDCFE;}.light .ct-703398{color:#39ADB5;}.ct-814807{color:#859900;}.dark .ct-814807{color:#9CDCFE;}.light .ct-814807{color:#9C3EDA;}.ct-659886{color:#2AA198;}.dark .ct-659886{color:#CE9178;}.light .ct-659886{color:#39ADB5;}.ct-084644{color:#2AA198;}.dark .ct-084644{color:#CE9178;}.light .ct-084644{color:#91B859;}.ct-702290{color:#859900;}.dark .ct-702290{color:#C586C0;}.light .ct-702290{color:#39ADB5;font-style:italic;}.ct-187170{color:#268BD2;}.dark .ct-187170{color:#DCDCAA;}.light .ct-187170{color:#6182B8;}.ct-589478{color:#657B83;}.dark .ct-589478{color:#D4D4D4;}.light .ct-589478{color:#E53935;}.ct-271095{color:#657B83;}.dark .ct-271095{color:#C8C8C8;}.light .ct-271095{color:#E2931D;}.ct-432929{color:#B58900;}.dark .ct-432929{color:#569CD6;}.light .ct-432929{color:#FF5370;}.ct-952042{color:#268BD2;}.dark .ct-952042{color:#569CD6;}.light .ct-952042{color:#E53935;}.ct-340802{color:#657B83;}.dark .ct-340802{color:#9CDCFE;}.light .ct-340802{color:#E53935;}.ct-931742{color:#657B83;}.dark .ct-931742{color:#9CDCFE;}.light .ct-931742{color:#39ADB5;}",{"title":161,"searchDepth":268,"depth":268,"links":2727},[2728,2729,2730],{"id":933,"depth":268,"text":936},{"id":1605,"depth":268,"text":1608},{"id":2149,"depth":268,"text":2152},"content:2.usage:3.files.md","2.usage/3.files.md",{"_path":38,"_dir":159,"_draft":160,"_partial":160,"_locale":161,"title":37,"description":2734,"body":2735,"_type":921,"_id":5307,"_source":923,"_file":5308,"_extension":925},"Component and composable to display a navigation",{"type":164,"children":2736,"toc":5301},[2737,2744,2756,2772,2777,2783,2788,2806,3460,3466,3477,3776,3788,3799,4079,4101,4605,4611,4630,4671,4682,4708,4720,5056,5062,5079,5084,5238,5242,5296],{"type":167,"tag":2738,"props":2739,"children":2741},"h1",{"id":2740},"self-managed-navigation",[2742],{"type":177,"value":2743},"Self-managed navigation",{"type":167,"tag":180,"props":2745,"children":2746},{},[2747,2749,2754],{"type":177,"value":2748},"Nuxt Content provides a component and composable to display a navigation based on the ",{"type":167,"tag":173,"props":2750,"children":2751},{},[2752],{"type":177,"value":2753},"content/",{"type":177,"value":2755}," directory structure and files.",{"type":167,"tag":180,"props":2757,"children":2758},{},[2759,2761,2765,2766,2770],{"type":177,"value":2760},"Based on the generated ",{"type":167,"tag":173,"props":2762,"children":2763},{},[2764],{"type":177,"value":1394},{"type":177,"value":901},{"type":167,"tag":173,"props":2767,"children":2768},{},[2769],{"type":177,"value":1194},{"type":177,"value":2771}," keys, Nuxt Content generates a whole navigation structure for your content.",{"type":167,"tag":180,"props":2773,"children":2774},{},[2775],{"type":177,"value":2776},"It allows you to create advanced navigation components without having to maintain any querying logic related to it.",{"type":167,"tag":168,"props":2778,"children":2780},{"id":2779},"structure",[2781],{"type":177,"value":2782},"Structure",{"type":167,"tag":180,"props":2784,"children":2785},{},[2786],{"type":177,"value":2787},"The navigation object can be seen as a tree, representing the structure of your content sources in JSON format.",{"type":167,"tag":180,"props":2789,"children":2790},{},[2791,2793,2799,2800,2805],{"type":177,"value":2792},"It is divided into two types of nodes: ",{"type":167,"tag":2794,"props":2795,"children":2796},"strong",{},[2797],{"type":177,"value":2798},"pages",{"type":177,"value":901},{"type":167,"tag":2794,"props":2801,"children":2802},{},[2803],{"type":177,"value":2804},"directories",{"type":177,"value":777},{"type":167,"tag":943,"props":2807,"children":2808},{},[2809,2820,2988,3138],{"type":167,"tag":234,"props":2810,"children":2815},{"className":2811,"code":2813,"filename":2814,"meta":161},[2812],"language-[Directory","content/\n  my-directory/\n    page.md\n","Directory structure",[2816],{"type":167,"tag":173,"props":2817,"children":2818},{"__ignoreMap":161},[2819],{"type":177,"value":2813},{"type":167,"tag":234,"props":2821,"children":2824},{"className":948,"code":2822,"filename":2823,"language":933,"meta":161},"{\n  \"title\": \"My Directory\",\n  \"_path\": \"/my-directory\",\n  \"children\": [\n    ...pagesNodes\n  ]\n}\n","Directory node",[2825],{"type":167,"tag":173,"props":2826,"children":2827},{"__ignoreMap":161},[2828,2835,2879,2923,2956,2969,2981],{"type":167,"tag":244,"props":2829,"children":2830},{"class":246,"line":247},[2831],{"type":167,"tag":244,"props":2832,"children":2833},{"class":448},[2834],{"type":177,"value":962},{"type":167,"tag":244,"props":2836,"children":2837},{"class":246,"line":268},[2838,2842,2846,2850,2854,2858,2862,2866,2871,2875],{"type":167,"tag":244,"props":2839,"children":2840},{"class":272},[2841],{"type":177,"value":275},{"type":167,"tag":244,"props":2843,"children":2844},{"class":972},[2845],{"type":177,"value":467},{"type":167,"tag":244,"props":2847,"children":2848},{"class":977},[2849],{"type":177,"value":980},{"type":167,"tag":244,"props":2851,"children":2852},{"class":972},[2853],{"type":177,"value":467},{"type":167,"tag":244,"props":2855,"children":2856},{"class":448},[2857],{"type":177,"value":989},{"type":167,"tag":244,"props":2859,"children":2860},{"class":272},[2861],{"type":177,"value":451},{"type":167,"tag":244,"props":2863,"children":2864},{"class":464},[2865],{"type":177,"value":467},{"type":167,"tag":244,"props":2867,"children":2868},{"class":470},[2869],{"type":177,"value":2870},"My Directory",{"type":167,"tag":244,"props":2872,"children":2873},{"class":464},[2874],{"type":177,"value":467},{"type":167,"tag":244,"props":2876,"children":2877},{"class":448},[2878],{"type":177,"value":1011},{"type":167,"tag":244,"props":2880,"children":2881},{"class":246,"line":291},[2882,2886,2890,2894,2898,2902,2906,2910,2915,2919],{"type":167,"tag":244,"props":2883,"children":2884},{"class":272},[2885],{"type":177,"value":275},{"type":167,"tag":244,"props":2887,"children":2888},{"class":972},[2889],{"type":177,"value":467},{"type":167,"tag":244,"props":2891,"children":2892},{"class":977},[2893],{"type":177,"value":1194},{"type":167,"tag":244,"props":2895,"children":2896},{"class":972},[2897],{"type":177,"value":467},{"type":167,"tag":244,"props":2899,"children":2900},{"class":448},[2901],{"type":177,"value":989},{"type":167,"tag":244,"props":2903,"children":2904},{"class":272},[2905],{"type":177,"value":451},{"type":167,"tag":244,"props":2907,"children":2908},{"class":464},[2909],{"type":177,"value":467},{"type":167,"tag":244,"props":2911,"children":2912},{"class":470},[2913],{"type":177,"value":2914},"/my-directory",{"type":167,"tag":244,"props":2916,"children":2917},{"class":464},[2918],{"type":177,"value":467},{"type":167,"tag":244,"props":2920,"children":2921},{"class":448},[2922],{"type":177,"value":1011},{"type":167,"tag":244,"props":2924,"children":2925},{"class":246,"line":315},[2926,2930,2934,2939,2943,2947,2951],{"type":167,"tag":244,"props":2927,"children":2928},{"class":272},[2929],{"type":177,"value":275},{"type":167,"tag":244,"props":2931,"children":2932},{"class":972},[2933],{"type":177,"value":467},{"type":167,"tag":244,"props":2935,"children":2936},{"class":977},[2937],{"type":177,"value":2938},"children",{"type":167,"tag":244,"props":2940,"children":2941},{"class":972},[2942],{"type":177,"value":467},{"type":167,"tag":244,"props":2944,"children":2945},{"class":448},[2946],{"type":177,"value":989},{"type":167,"tag":244,"props":2948,"children":2949},{"class":272},[2950],{"type":177,"value":451},{"type":167,"tag":244,"props":2952,"children":2953},{"class":448},[2954],{"type":177,"value":2955},"[\n",{"type":167,"tag":244,"props":2957,"children":2958},{"class":246,"line":336},[2959,2963],{"type":167,"tag":244,"props":2960,"children":2961},{"class":272},[2962],{"type":177,"value":297},{"type":167,"tag":244,"props":2964,"children":2966},{"class":2965},"ct-683859",[2967],{"type":177,"value":2968},"...pagesNodes\n",{"type":167,"tag":244,"props":2970,"children":2971},{"class":246,"line":826},[2972,2976],{"type":167,"tag":244,"props":2973,"children":2974},{"class":272},[2975],{"type":177,"value":275},{"type":167,"tag":244,"props":2977,"children":2978},{"class":448},[2979],{"type":177,"value":2980},"]\n",{"type":167,"tag":244,"props":2982,"children":2983},{"class":246,"line":872},[2984],{"type":167,"tag":244,"props":2985,"children":2986},{"class":448},[2987],{"type":177,"value":670},{"type":167,"tag":234,"props":2989,"children":2992},{"className":948,"code":2990,"filename":2991,"language":933,"meta":161},"{\n  \"title\": \"Page title\",\n  \"_path\": \"/my-directory/my-page\",\n  \"_id\": \"content:my-directory:page.md\"\n}\n","Page node",[2993],{"type":167,"tag":173,"props":2994,"children":2995},{"__ignoreMap":161},[2996,3003,3047,3091,3131],{"type":167,"tag":244,"props":2997,"children":2998},{"class":246,"line":247},[2999],{"type":167,"tag":244,"props":3000,"children":3001},{"class":448},[3002],{"type":177,"value":962},{"type":167,"tag":244,"props":3004,"children":3005},{"class":246,"line":268},[3006,3010,3014,3018,3022,3026,3030,3034,3039,3043],{"type":167,"tag":244,"props":3007,"children":3008},{"class":272},[3009],{"type":177,"value":275},{"type":167,"tag":244,"props":3011,"children":3012},{"class":972},[3013],{"type":177,"value":467},{"type":167,"tag":244,"props":3015,"children":3016},{"class":977},[3017],{"type":177,"value":980},{"type":167,"tag":244,"props":3019,"children":3020},{"class":972},[3021],{"type":177,"value":467},{"type":167,"tag":244,"props":3023,"children":3024},{"class":448},[3025],{"type":177,"value":989},{"type":167,"tag":244,"props":3027,"children":3028},{"class":272},[3029],{"type":177,"value":451},{"type":167,"tag":244,"props":3031,"children":3032},{"class":464},[3033],{"type":177,"value":467},{"type":167,"tag":244,"props":3035,"children":3036},{"class":470},[3037],{"type":177,"value":3038},"Page title",{"type":167,"tag":244,"props":3040,"children":3041},{"class":464},[3042],{"type":177,"value":467},{"type":167,"tag":244,"props":3044,"children":3045},{"class":448},[3046],{"type":177,"value":1011},{"type":167,"tag":244,"props":3048,"children":3049},{"class":246,"line":291},[3050,3054,3058,3062,3066,3070,3074,3078,3083,3087],{"type":167,"tag":244,"props":3051,"children":3052},{"class":272},[3053],{"type":177,"value":275},{"type":167,"tag":244,"props":3055,"children":3056},{"class":972},[3057],{"type":177,"value":467},{"type":167,"tag":244,"props":3059,"children":3060},{"class":977},[3061],{"type":177,"value":1194},{"type":167,"tag":244,"props":3063,"children":3064},{"class":972},[3065],{"type":177,"value":467},{"type":167,"tag":244,"props":3067,"children":3068},{"class":448},[3069],{"type":177,"value":989},{"type":167,"tag":244,"props":3071,"children":3072},{"class":272},[3073],{"type":177,"value":451},{"type":167,"tag":244,"props":3075,"children":3076},{"class":464},[3077],{"type":177,"value":467},{"type":167,"tag":244,"props":3079,"children":3080},{"class":470},[3081],{"type":177,"value":3082},"/my-directory/my-page",{"type":167,"tag":244,"props":3084,"children":3085},{"class":464},[3086],{"type":177,"value":467},{"type":167,"tag":244,"props":3088,"children":3089},{"class":448},[3090],{"type":177,"value":1011},{"type":167,"tag":244,"props":3092,"children":3093},{"class":246,"line":315},[3094,3098,3102,3106,3110,3114,3118,3122,3127],{"type":167,"tag":244,"props":3095,"children":3096},{"class":272},[3097],{"type":177,"value":275},{"type":167,"tag":244,"props":3099,"children":3100},{"class":972},[3101],{"type":177,"value":467},{"type":167,"tag":244,"props":3103,"children":3104},{"class":977},[3105],{"type":177,"value":1394},{"type":167,"tag":244,"props":3107,"children":3108},{"class":972},[3109],{"type":177,"value":467},{"type":167,"tag":244,"props":3111,"children":3112},{"class":448},[3113],{"type":177,"value":989},{"type":167,"tag":244,"props":3115,"children":3116},{"class":272},[3117],{"type":177,"value":451},{"type":167,"tag":244,"props":3119,"children":3120},{"class":464},[3121],{"type":177,"value":467},{"type":167,"tag":244,"props":3123,"children":3124},{"class":470},[3125],{"type":177,"value":3126},"content:my-directory:page.md",{"type":167,"tag":244,"props":3128,"children":3129},{"class":464},[3130],{"type":177,"value":1098},{"type":167,"tag":244,"props":3132,"children":3133},{"class":246,"line":336},[3134],{"type":167,"tag":244,"props":3135,"children":3136},{"class":448},[3137],{"type":177,"value":670},{"type":167,"tag":234,"props":3139,"children":3142},{"className":948,"code":3140,"filename":3141,"language":933,"meta":161},"[\n  {\n    \"title\": \"My Directory\",\n    \"_path\": \"/my-directory\",\n    \"children\": [\n      {\n        \"title\": \"Page title\",\n        \"_path\": \"/my-directory/my-page\",\n        \"_id\": \"content:my-directory:page.md\"\n      }\n    ]\n  }\n]\n","Complete navigation",[3143],{"type":167,"tag":173,"props":3144,"children":3145},{"__ignoreMap":161},[3146,3153,3164,3207,3250,3281,3292,3337,3380,3419,3430,3441,3452],{"type":167,"tag":244,"props":3147,"children":3148},{"class":246,"line":247},[3149],{"type":167,"tag":244,"props":3150,"children":3151},{"class":448},[3152],{"type":177,"value":2955},{"type":167,"tag":244,"props":3154,"children":3155},{"class":246,"line":268},[3156,3160],{"type":167,"tag":244,"props":3157,"children":3158},{"class":272},[3159],{"type":177,"value":275},{"type":167,"tag":244,"props":3161,"children":3162},{"class":448},[3163],{"type":177,"value":962},{"type":167,"tag":244,"props":3165,"children":3166},{"class":246,"line":291},[3167,3171,3175,3179,3183,3187,3191,3195,3199,3203],{"type":167,"tag":244,"props":3168,"children":3169},{"class":272},[3170],{"type":177,"value":297},{"type":167,"tag":244,"props":3172,"children":3173},{"class":972},[3174],{"type":177,"value":467},{"type":167,"tag":244,"props":3176,"children":3177},{"class":977},[3178],{"type":177,"value":980},{"type":167,"tag":244,"props":3180,"children":3181},{"class":972},[3182],{"type":177,"value":467},{"type":167,"tag":244,"props":3184,"children":3185},{"class":448},[3186],{"type":177,"value":989},{"type":167,"tag":244,"props":3188,"children":3189},{"class":272},[3190],{"type":177,"value":451},{"type":167,"tag":244,"props":3192,"children":3193},{"class":464},[3194],{"type":177,"value":467},{"type":167,"tag":244,"props":3196,"children":3197},{"class":470},[3198],{"type":177,"value":2870},{"type":167,"tag":244,"props":3200,"children":3201},{"class":464},[3202],{"type":177,"value":467},{"type":167,"tag":244,"props":3204,"children":3205},{"class":448},[3206],{"type":177,"value":1011},{"type":167,"tag":244,"props":3208,"children":3209},{"class":246,"line":315},[3210,3214,3218,3222,3226,3230,3234,3238,3242,3246],{"type":167,"tag":244,"props":3211,"children":3212},{"class":272},[3213],{"type":177,"value":297},{"type":167,"tag":244,"props":3215,"children":3216},{"class":972},[3217],{"type":177,"value":467},{"type":167,"tag":244,"props":3219,"children":3220},{"class":977},[3221],{"type":177,"value":1194},{"type":167,"tag":244,"props":3223,"children":3224},{"class":972},[3225],{"type":177,"value":467},{"type":167,"tag":244,"props":3227,"children":3228},{"class":448},[3229],{"type":177,"value":989},{"type":167,"tag":244,"props":3231,"children":3232},{"class":272},[3233],{"type":177,"value":451},{"type":167,"tag":244,"props":3235,"children":3236},{"class":464},[3237],{"type":177,"value":467},{"type":167,"tag":244,"props":3239,"children":3240},{"class":470},[3241],{"type":177,"value":2914},{"type":167,"tag":244,"props":3243,"children":3244},{"class":464},[3245],{"type":177,"value":467},{"type":167,"tag":244,"props":3247,"children":3248},{"class":448},[3249],{"type":177,"value":1011},{"type":167,"tag":244,"props":3251,"children":3252},{"class":246,"line":336},[3253,3257,3261,3265,3269,3273,3277],{"type":167,"tag":244,"props":3254,"children":3255},{"class":272},[3256],{"type":177,"value":297},{"type":167,"tag":244,"props":3258,"children":3259},{"class":972},[3260],{"type":177,"value":467},{"type":167,"tag":244,"props":3262,"children":3263},{"class":977},[3264],{"type":177,"value":2938},{"type":167,"tag":244,"props":3266,"children":3267},{"class":972},[3268],{"type":177,"value":467},{"type":167,"tag":244,"props":3270,"children":3271},{"class":448},[3272],{"type":177,"value":989},{"type":167,"tag":244,"props":3274,"children":3275},{"class":272},[3276],{"type":177,"value":451},{"type":167,"tag":244,"props":3278,"children":3279},{"class":448},[3280],{"type":177,"value":2955},{"type":167,"tag":244,"props":3282,"children":3283},{"class":246,"line":826},[3284,3288],{"type":167,"tag":244,"props":3285,"children":3286},{"class":272},[3287],{"type":177,"value":2437},{"type":167,"tag":244,"props":3289,"children":3290},{"class":448},[3291],{"type":177,"value":962},{"type":167,"tag":244,"props":3293,"children":3294},{"class":246,"line":872},[3295,3300,3304,3309,3313,3317,3321,3325,3329,3333],{"type":167,"tag":244,"props":3296,"children":3297},{"class":272},[3298],{"type":177,"value":3299},"        ",{"type":167,"tag":244,"props":3301,"children":3302},{"class":972},[3303],{"type":177,"value":467},{"type":167,"tag":244,"props":3305,"children":3307},{"class":3306},"ct-414072",[3308],{"type":177,"value":980},{"type":167,"tag":244,"props":3310,"children":3311},{"class":972},[3312],{"type":177,"value":467},{"type":167,"tag":244,"props":3314,"children":3315},{"class":448},[3316],{"type":177,"value":989},{"type":167,"tag":244,"props":3318,"children":3319},{"class":272},[3320],{"type":177,"value":451},{"type":167,"tag":244,"props":3322,"children":3323},{"class":464},[3324],{"type":177,"value":467},{"type":167,"tag":244,"props":3326,"children":3327},{"class":470},[3328],{"type":177,"value":3038},{"type":167,"tag":244,"props":3330,"children":3331},{"class":464},[3332],{"type":177,"value":467},{"type":167,"tag":244,"props":3334,"children":3335},{"class":448},[3336],{"type":177,"value":1011},{"type":167,"tag":244,"props":3338,"children":3339},{"class":246,"line":1384},[3340,3344,3348,3352,3356,3360,3364,3368,3372,3376],{"type":167,"tag":244,"props":3341,"children":3342},{"class":272},[3343],{"type":177,"value":3299},{"type":167,"tag":244,"props":3345,"children":3346},{"class":972},[3347],{"type":177,"value":467},{"type":167,"tag":244,"props":3349,"children":3350},{"class":3306},[3351],{"type":177,"value":1194},{"type":167,"tag":244,"props":3353,"children":3354},{"class":972},[3355],{"type":177,"value":467},{"type":167,"tag":244,"props":3357,"children":3358},{"class":448},[3359],{"type":177,"value":989},{"type":167,"tag":244,"props":3361,"children":3362},{"class":272},[3363],{"type":177,"value":451},{"type":167,"tag":244,"props":3365,"children":3366},{"class":464},[3367],{"type":177,"value":467},{"type":167,"tag":244,"props":3369,"children":3370},{"class":470},[3371],{"type":177,"value":3082},{"type":167,"tag":244,"props":3373,"children":3374},{"class":464},[3375],{"type":177,"value":467},{"type":167,"tag":244,"props":3377,"children":3378},{"class":448},[3379],{"type":177,"value":1011},{"type":167,"tag":244,"props":3381,"children":3382},{"class":246,"line":1422},[3383,3387,3391,3395,3399,3403,3407,3411,3415],{"type":167,"tag":244,"props":3384,"children":3385},{"class":272},[3386],{"type":177,"value":3299},{"type":167,"tag":244,"props":3388,"children":3389},{"class":972},[3390],{"type":177,"value":467},{"type":167,"tag":244,"props":3392,"children":3393},{"class":3306},[3394],{"type":177,"value":1394},{"type":167,"tag":244,"props":3396,"children":3397},{"class":972},[3398],{"type":177,"value":467},{"type":167,"tag":244,"props":3400,"children":3401},{"class":448},[3402],{"type":177,"value":989},{"type":167,"tag":244,"props":3404,"children":3405},{"class":272},[3406],{"type":177,"value":451},{"type":167,"tag":244,"props":3408,"children":3409},{"class":464},[3410],{"type":177,"value":467},{"type":167,"tag":244,"props":3412,"children":3413},{"class":470},[3414],{"type":177,"value":3126},{"type":167,"tag":244,"props":3416,"children":3417},{"class":464},[3418],{"type":177,"value":1098},{"type":167,"tag":244,"props":3420,"children":3421},{"class":246,"line":1459},[3422,3426],{"type":167,"tag":244,"props":3423,"children":3424},{"class":272},[3425],{"type":177,"value":2437},{"type":167,"tag":244,"props":3427,"children":3428},{"class":448},[3429],{"type":177,"value":2545},{"type":167,"tag":244,"props":3431,"children":3432},{"class":246,"line":1496},[3433,3437],{"type":167,"tag":244,"props":3434,"children":3435},{"class":272},[3436],{"type":177,"value":297},{"type":167,"tag":244,"props":3438,"children":3439},{"class":448},[3440],{"type":177,"value":2980},{"type":167,"tag":244,"props":3442,"children":3443},{"class":246,"line":1534},[3444,3448],{"type":167,"tag":244,"props":3445,"children":3446},{"class":272},[3447],{"type":177,"value":275},{"type":167,"tag":244,"props":3449,"children":3450},{"class":448},[3451],{"type":177,"value":2545},{"type":167,"tag":244,"props":3453,"children":3454},{"class":246,"line":1568},[3455],{"type":167,"tag":244,"props":3456,"children":3457},{"class":448},[3458],{"type":177,"value":3459},"]",{"type":167,"tag":168,"props":3461,"children":3463},{"id":3462},"custom-keys",[3464],{"type":177,"value":3465},"Custom keys",{"type":167,"tag":180,"props":3467,"children":3468},{},[3469,3470,3475],{"type":177,"value":376},{"type":167,"tag":173,"props":3471,"children":3472},{},[3473],{"type":177,"value":3474},"navigation",{"type":177,"value":3476}," property in the front-matter of your content files to add keys to the navigation object.",{"type":167,"tag":943,"props":3478,"children":3479},{},[3480,3602],{"type":167,"tag":234,"props":3481,"children":3485},{"className":3482,"code":3483,"filename":3484,"language":925,"meta":161},"language-md solarized-light_dark-plus_material-theme-lighter","---\nnavigation:\n  title: 'Home'\n  icon: '🏡'\n---\n\n# Welcome\n","index.md",[3486],{"type":167,"tag":173,"props":3487,"children":3488},{"__ignoreMap":161},[3489,3497,3509,3541,3574,3581,3587],{"type":167,"tag":244,"props":3490,"children":3491},{"class":246,"line":247},[3492],{"type":167,"tag":244,"props":3493,"children":3494},{"class":272},[3495],{"type":177,"value":3496},"---\n",{"type":167,"tag":244,"props":3498,"children":3499},{"class":246,"line":268},[3500,3504],{"type":167,"tag":244,"props":3501,"children":3502},{"class":257},[3503],{"type":177,"value":3474},{"type":167,"tag":244,"props":3505,"children":3506},{"class":448},[3507],{"type":177,"value":3508},":\n",{"type":167,"tag":244,"props":3510,"children":3511},{"class":246,"line":291},[3512,3516,3520,3524,3528,3532,3537],{"type":167,"tag":244,"props":3513,"children":3514},{"class":272},[3515],{"type":177,"value":275},{"type":167,"tag":244,"props":3517,"children":3518},{"class":257},[3519],{"type":177,"value":980},{"type":167,"tag":244,"props":3521,"children":3522},{"class":448},[3523],{"type":177,"value":989},{"type":167,"tag":244,"props":3525,"children":3526},{"class":272},[3527],{"type":177,"value":451},{"type":167,"tag":244,"props":3529,"children":3530},{"class":464},[3531],{"type":177,"value":709},{"type":167,"tag":244,"props":3533,"children":3534},{"class":470},[3535],{"type":177,"value":3536},"Home",{"type":167,"tag":244,"props":3538,"children":3539},{"class":464},[3540],{"type":177,"value":1565},{"type":167,"tag":244,"props":3542,"children":3543},{"class":246,"line":315},[3544,3548,3553,3557,3561,3565,3570],{"type":167,"tag":244,"props":3545,"children":3546},{"class":272},[3547],{"type":177,"value":275},{"type":167,"tag":244,"props":3549,"children":3550},{"class":257},[3551],{"type":177,"value":3552},"icon",{"type":167,"tag":244,"props":3554,"children":3555},{"class":448},[3556],{"type":177,"value":989},{"type":167,"tag":244,"props":3558,"children":3559},{"class":272},[3560],{"type":177,"value":451},{"type":167,"tag":244,"props":3562,"children":3563},{"class":464},[3564],{"type":177,"value":709},{"type":167,"tag":244,"props":3566,"children":3567},{"class":470},[3568],{"type":177,"value":3569},"🏡",{"type":167,"tag":244,"props":3571,"children":3572},{"class":464},[3573],{"type":177,"value":1565},{"type":167,"tag":244,"props":3575,"children":3576},{"class":246,"line":336},[3577],{"type":167,"tag":244,"props":3578,"children":3579},{"class":272},[3580],{"type":177,"value":3496},{"type":167,"tag":244,"props":3582,"children":3583},{"class":246,"line":826},[3584],{"type":167,"tag":244,"props":3585,"children":3586},{},[],{"type":167,"tag":244,"props":3588,"children":3589},{"class":246,"line":872},[3590,3596],{"type":167,"tag":244,"props":3591,"children":3593},{"class":3592},"ct-650634",[3594],{"type":177,"value":3595},"# ",{"type":167,"tag":244,"props":3597,"children":3599},{"class":3598},"ct-768104",[3600],{"type":177,"value":3601},"Welcome",{"type":167,"tag":234,"props":3603,"children":3606},{"className":948,"code":3604,"filename":3605,"language":933,"meta":161},"[\n  {\n    \"title\": \"Home\",\n    \"icon\": \"🏡\",\n    \"_path\": \"/\",\n  }\n]\n","Navigation",[3607],{"type":167,"tag":173,"props":3608,"children":3609},{"__ignoreMap":161},[3610,3617,3628,3671,3714,3758,3769],{"type":167,"tag":244,"props":3611,"children":3612},{"class":246,"line":247},[3613],{"type":167,"tag":244,"props":3614,"children":3615},{"class":448},[3616],{"type":177,"value":2955},{"type":167,"tag":244,"props":3618,"children":3619},{"class":246,"line":268},[3620,3624],{"type":167,"tag":244,"props":3621,"children":3622},{"class":272},[3623],{"type":177,"value":275},{"type":167,"tag":244,"props":3625,"children":3626},{"class":448},[3627],{"type":177,"value":962},{"type":167,"tag":244,"props":3629,"children":3630},{"class":246,"line":291},[3631,3635,3639,3643,3647,3651,3655,3659,3663,3667],{"type":167,"tag":244,"props":3632,"children":3633},{"class":272},[3634],{"type":177,"value":297},{"type":167,"tag":244,"props":3636,"children":3637},{"class":972},[3638],{"type":177,"value":467},{"type":167,"tag":244,"props":3640,"children":3641},{"class":977},[3642],{"type":177,"value":980},{"type":167,"tag":244,"props":3644,"children":3645},{"class":972},[3646],{"type":177,"value":467},{"type":167,"tag":244,"props":3648,"children":3649},{"class":448},[3650],{"type":177,"value":989},{"type":167,"tag":244,"props":3652,"children":3653},{"class":272},[3654],{"type":177,"value":451},{"type":167,"tag":244,"props":3656,"children":3657},{"class":464},[3658],{"type":177,"value":467},{"type":167,"tag":244,"props":3660,"children":3661},{"class":470},[3662],{"type":177,"value":3536},{"type":167,"tag":244,"props":3664,"children":3665},{"class":464},[3666],{"type":177,"value":467},{"type":167,"tag":244,"props":3668,"children":3669},{"class":448},[3670],{"type":177,"value":1011},{"type":167,"tag":244,"props":3672,"children":3673},{"class":246,"line":315},[3674,3678,3682,3686,3690,3694,3698,3702,3706,3710],{"type":167,"tag":244,"props":3675,"children":3676},{"class":272},[3677],{"type":177,"value":297},{"type":167,"tag":244,"props":3679,"children":3680},{"class":972},[3681],{"type":177,"value":467},{"type":167,"tag":244,"props":3683,"children":3684},{"class":977},[3685],{"type":177,"value":3552},{"type":167,"tag":244,"props":3687,"children":3688},{"class":972},[3689],{"type":177,"value":467},{"type":167,"tag":244,"props":3691,"children":3692},{"class":448},[3693],{"type":177,"value":989},{"type":167,"tag":244,"props":3695,"children":3696},{"class":272},[3697],{"type":177,"value":451},{"type":167,"tag":244,"props":3699,"children":3700},{"class":464},[3701],{"type":177,"value":467},{"type":167,"tag":244,"props":3703,"children":3704},{"class":470},[3705],{"type":177,"value":3569},{"type":167,"tag":244,"props":3707,"children":3708},{"class":464},[3709],{"type":177,"value":467},{"type":167,"tag":244,"props":3711,"children":3712},{"class":448},[3713],{"type":177,"value":1011},{"type":167,"tag":244,"props":3715,"children":3716},{"class":246,"line":336},[3717,3721,3725,3729,3733,3737,3741,3745,3750,3754],{"type":167,"tag":244,"props":3718,"children":3719},{"class":272},[3720],{"type":177,"value":297},{"type":167,"tag":244,"props":3722,"children":3723},{"class":972},[3724],{"type":177,"value":467},{"type":167,"tag":244,"props":3726,"children":3727},{"class":977},[3728],{"type":177,"value":1194},{"type":167,"tag":244,"props":3730,"children":3731},{"class":972},[3732],{"type":177,"value":467},{"type":167,"tag":244,"props":3734,"children":3735},{"class":448},[3736],{"type":177,"value":989},{"type":167,"tag":244,"props":3738,"children":3739},{"class":272},[3740],{"type":177,"value":451},{"type":167,"tag":244,"props":3742,"children":3743},{"class":464},[3744],{"type":177,"value":467},{"type":167,"tag":244,"props":3746,"children":3747},{"class":470},[3748],{"type":177,"value":3749},"/",{"type":167,"tag":244,"props":3751,"children":3752},{"class":464},[3753],{"type":177,"value":467},{"type":167,"tag":244,"props":3755,"children":3756},{"class":448},[3757],{"type":177,"value":1011},{"type":167,"tag":244,"props":3759,"children":3760},{"class":246,"line":826},[3761,3765],{"type":167,"tag":244,"props":3762,"children":3763},{"class":272},[3764],{"type":177,"value":275},{"type":167,"tag":244,"props":3766,"children":3767},{"class":448},[3768],{"type":177,"value":2545},{"type":167,"tag":244,"props":3770,"children":3771},{"class":246,"line":872},[3772],{"type":167,"tag":244,"props":3773,"children":3774},{"class":448},[3775],{"type":177,"value":3459},{"type":167,"tag":180,"props":3777,"children":3778},{},[3779,3781,3786],{"type":177,"value":3780},"Alternatively, the navigation also allows you to configure directory nodes via ",{"type":167,"tag":173,"props":3782,"children":3783},{},[3784],{"type":177,"value":3785},"_dir.yml",{"type":177,"value":3787}," files.",{"type":167,"tag":180,"props":3789,"children":3790},{},[3791,3793,3797],{"type":177,"value":3792},"It allows you to overwrite the ",{"type":167,"tag":173,"props":3794,"children":3795},{},[3796],{"type":177,"value":980},{"type":177,"value":3798}," and custom properties to directory nodes in navigation.",{"type":167,"tag":943,"props":3800,"children":3801},{},[3802,3811,3875],{"type":167,"tag":234,"props":3803,"children":3806},{"className":3804,"code":3805,"filename":2814,"meta":161},[2812],"content/\n  my-directory/\n    _dir.yml\n    page.md\n",[3807],{"type":167,"tag":173,"props":3808,"children":3809},{"__ignoreMap":161},[3810],{"type":177,"value":3805},{"type":167,"tag":234,"props":3812,"children":3814},{"className":1619,"code":3813,"filename":3785,"language":1622,"meta":161},"title: 'My awesome directory'\nnavigation.icon: '📁'\n",[3815],{"type":167,"tag":173,"props":3816,"children":3817},{"__ignoreMap":161},[3818,3846],{"type":167,"tag":244,"props":3819,"children":3820},{"class":246,"line":247},[3821,3825,3829,3833,3837,3842],{"type":167,"tag":244,"props":3822,"children":3823},{"class":257},[3824],{"type":177,"value":980},{"type":167,"tag":244,"props":3826,"children":3827},{"class":448},[3828],{"type":177,"value":989},{"type":167,"tag":244,"props":3830,"children":3831},{"class":272},[3832],{"type":177,"value":451},{"type":167,"tag":244,"props":3834,"children":3835},{"class":464},[3836],{"type":177,"value":709},{"type":167,"tag":244,"props":3838,"children":3839},{"class":470},[3840],{"type":177,"value":3841},"My awesome directory",{"type":167,"tag":244,"props":3843,"children":3844},{"class":464},[3845],{"type":177,"value":1565},{"type":167,"tag":244,"props":3847,"children":3848},{"class":246,"line":268},[3849,3854,3858,3862,3866,3871],{"type":167,"tag":244,"props":3850,"children":3851},{"class":257},[3852],{"type":177,"value":3853},"navigation.icon",{"type":167,"tag":244,"props":3855,"children":3856},{"class":448},[3857],{"type":177,"value":989},{"type":167,"tag":244,"props":3859,"children":3860},{"class":272},[3861],{"type":177,"value":451},{"type":167,"tag":244,"props":3863,"children":3864},{"class":464},[3865],{"type":177,"value":709},{"type":167,"tag":244,"props":3867,"children":3868},{"class":470},[3869],{"type":177,"value":3870},"📁",{"type":167,"tag":244,"props":3872,"children":3873},{"class":464},[3874],{"type":177,"value":709},{"type":167,"tag":234,"props":3876,"children":3878},{"className":948,"code":3877,"filename":3605,"language":933,"meta":161},"{\n  \"title\": \"My awesome directory\",\n  \"icon\": \"📁\",\n  \"_path\": \"/my-directory\",\n  \"children\": [\n    ...\n  ]\n}\n",[3879],{"type":167,"tag":173,"props":3880,"children":3881},{"__ignoreMap":161},[3882,3889,3932,3975,4018,4049,4061,4072],{"type":167,"tag":244,"props":3883,"children":3884},{"class":246,"line":247},[3885],{"type":167,"tag":244,"props":3886,"children":3887},{"class":448},[3888],{"type":177,"value":962},{"type":167,"tag":244,"props":3890,"children":3891},{"class":246,"line":268},[3892,3896,3900,3904,3908,3912,3916,3920,3924,3928],{"type":167,"tag":244,"props":3893,"children":3894},{"class":272},[3895],{"type":177,"value":275},{"type":167,"tag":244,"props":3897,"children":3898},{"class":972},[3899],{"type":177,"value":467},{"type":167,"tag":244,"props":3901,"children":3902},{"class":977},[3903],{"type":177,"value":980},{"type":167,"tag":244,"props":3905,"children":3906},{"class":972},[3907],{"type":177,"value":467},{"type":167,"tag":244,"props":3909,"children":3910},{"class":448},[3911],{"type":177,"value":989},{"type":167,"tag":244,"props":3913,"children":3914},{"class":272},[3915],{"type":177,"value":451},{"type":167,"tag":244,"props":3917,"children":3918},{"class":464},[3919],{"type":177,"value":467},{"type":167,"tag":244,"props":3921,"children":3922},{"class":470},[3923],{"type":177,"value":3841},{"type":167,"tag":244,"props":3925,"children":3926},{"class":464},[3927],{"type":177,"value":467},{"type":167,"tag":244,"props":3929,"children":3930},{"class":448},[3931],{"type":177,"value":1011},{"type":167,"tag":244,"props":3933,"children":3934},{"class":246,"line":291},[3935,3939,3943,3947,3951,3955,3959,3963,3967,3971],{"type":167,"tag":244,"props":3936,"children":3937},{"class":272},[3938],{"type":177,"value":275},{"type":167,"tag":244,"props":3940,"children":3941},{"class":972},[3942],{"type":177,"value":467},{"type":167,"tag":244,"props":3944,"children":3945},{"class":977},[3946],{"type":177,"value":3552},{"type":167,"tag":244,"props":3948,"children":3949},{"class":972},[3950],{"type":177,"value":467},{"type":167,"tag":244,"props":3952,"children":3953},{"class":448},[3954],{"type":177,"value":989},{"type":167,"tag":244,"props":3956,"children":3957},{"class":272},[3958],{"type":177,"value":451},{"type":167,"tag":244,"props":3960,"children":3961},{"class":464},[3962],{"type":177,"value":467},{"type":167,"tag":244,"props":3964,"children":3965},{"class":470},[3966],{"type":177,"value":3870},{"type":167,"tag":244,"props":3968,"children":3969},{"class":464},[3970],{"type":177,"value":467},{"type":167,"tag":244,"props":3972,"children":3973},{"class":448},[3974],{"type":177,"value":1011},{"type":167,"tag":244,"props":3976,"children":3977},{"class":246,"line":315},[3978,3982,3986,3990,3994,3998,4002,4006,4010,4014],{"type":167,"tag":244,"props":3979,"children":3980},{"class":272},[3981],{"type":177,"value":275},{"type":167,"tag":244,"props":3983,"children":3984},{"class":972},[3985],{"type":177,"value":467},{"type":167,"tag":244,"props":3987,"children":3988},{"class":977},[3989],{"type":177,"value":1194},{"type":167,"tag":244,"props":3991,"children":3992},{"class":972},[3993],{"type":177,"value":467},{"type":167,"tag":244,"props":3995,"children":3996},{"class":448},[3997],{"type":177,"value":989},{"type":167,"tag":244,"props":3999,"children":4000},{"class":272},[4001],{"type":177,"value":451},{"type":167,"tag":244,"props":4003,"children":4004},{"class":464},[4005],{"type":177,"value":467},{"type":167,"tag":244,"props":4007,"children":4008},{"class":470},[4009],{"type":177,"value":2914},{"type":167,"tag":244,"props":4011,"children":4012},{"class":464},[4013],{"type":177,"value":467},{"type":167,"tag":244,"props":4015,"children":4016},{"class":448},[4017],{"type":177,"value":1011},{"type":167,"tag":244,"props":4019,"children":4020},{"class":246,"line":336},[4021,4025,4029,4033,4037,4041,4045],{"type":167,"tag":244,"props":4022,"children":4023},{"class":272},[4024],{"type":177,"value":275},{"type":167,"tag":244,"props":4026,"children":4027},{"class":972},[4028],{"type":177,"value":467},{"type":167,"tag":244,"props":4030,"children":4031},{"class":977},[4032],{"type":177,"value":2938},{"type":167,"tag":244,"props":4034,"children":4035},{"class":972},[4036],{"type":177,"value":467},{"type":167,"tag":244,"props":4038,"children":4039},{"class":448},[4040],{"type":177,"value":989},{"type":167,"tag":244,"props":4042,"children":4043},{"class":272},[4044],{"type":177,"value":451},{"type":167,"tag":244,"props":4046,"children":4047},{"class":448},[4048],{"type":177,"value":2955},{"type":167,"tag":244,"props":4050,"children":4051},{"class":246,"line":826},[4052,4056],{"type":167,"tag":244,"props":4053,"children":4054},{"class":272},[4055],{"type":177,"value":297},{"type":167,"tag":244,"props":4057,"children":4058},{"class":2965},[4059],{"type":177,"value":4060},"...\n",{"type":167,"tag":244,"props":4062,"children":4063},{"class":246,"line":872},[4064,4068],{"type":167,"tag":244,"props":4065,"children":4066},{"class":272},[4067],{"type":177,"value":275},{"type":167,"tag":244,"props":4069,"children":4070},{"class":448},[4071],{"type":177,"value":2980},{"type":167,"tag":244,"props":4073,"children":4074},{"class":246,"line":1384},[4075],{"type":167,"tag":244,"props":4076,"children":4077},{"class":448},[4078],{"type":177,"value":670},{"type":167,"tag":180,"props":4080,"children":4081},{},[4082,4084,4093,4095,4100],{"type":177,"value":4083},"If you want to use top-level keys in the front-matter to be included in the navigation object, use the ",{"type":167,"tag":216,"props":4085,"children":4087},{"href":4086},"/get-started/configuration#navigation",[4088],{"type":167,"tag":173,"props":4089,"children":4090},{},[4091],{"type":177,"value":4092},"content.navigation.fields",{"type":177,"value":4094}," property in the ",{"type":167,"tag":173,"props":4096,"children":4097},{},[4098],{"type":177,"value":4099},"nuxt.config",{"type":177,"value":989},{"type":167,"tag":943,"props":4102,"children":4103},{},[4104,4266,4365],{"type":167,"tag":234,"props":4105,"children":4108},{"className":1108,"code":4106,"filename":4107,"language":1111,"meta":161},"defineNuxtConfig({\n  content: {\n    navigation: {\n      fields: ['author', 'publishedAt']\n    }\n  }\n})\n","nuxt.config.ts",[4109],{"type":167,"tag":173,"props":4110,"children":4111},{"__ignoreMap":161},[4112,4128,4151,4174,4233,4244,4255],{"type":167,"tag":244,"props":4113,"children":4114},{"class":246,"line":247},[4115,4120,4124],{"type":167,"tag":244,"props":4116,"children":4117},{"class":696},[4118],{"type":177,"value":4119},"defineNuxtConfig",{"type":167,"tag":244,"props":4121,"children":4122},{"class":272},[4123],{"type":177,"value":704},{"type":167,"tag":244,"props":4125,"children":4126},{"class":448},[4127],{"type":177,"value":962},{"type":167,"tag":244,"props":4129,"children":4130},{"class":246,"line":268},[4131,4135,4139,4143,4147],{"type":167,"tag":244,"props":4132,"children":4133},{"class":272},[4134],{"type":177,"value":275},{"type":167,"tag":244,"props":4136,"children":4137},{"class":2440},[4138],{"type":177,"value":923},{"type":167,"tag":244,"props":4140,"children":4141},{"class":2445},[4142],{"type":177,"value":989},{"type":167,"tag":244,"props":4144,"children":4145},{"class":272},[4146],{"type":177,"value":451},{"type":167,"tag":244,"props":4148,"children":4149},{"class":448},[4150],{"type":177,"value":962},{"type":167,"tag":244,"props":4152,"children":4153},{"class":246,"line":291},[4154,4158,4162,4166,4170],{"type":167,"tag":244,"props":4155,"children":4156},{"class":272},[4157],{"type":177,"value":297},{"type":167,"tag":244,"props":4159,"children":4160},{"class":2440},[4161],{"type":177,"value":3474},{"type":167,"tag":244,"props":4163,"children":4164},{"class":2445},[4165],{"type":177,"value":989},{"type":167,"tag":244,"props":4167,"children":4168},{"class":272},[4169],{"type":177,"value":451},{"type":167,"tag":244,"props":4171,"children":4172},{"class":448},[4173],{"type":177,"value":962},{"type":167,"tag":244,"props":4175,"children":4176},{"class":246,"line":315},[4177,4181,4186,4190,4195,4199,4204,4208,4212,4216,4220,4225,4229],{"type":167,"tag":244,"props":4178,"children":4179},{"class":272},[4180],{"type":177,"value":2437},{"type":167,"tag":244,"props":4182,"children":4183},{"class":2440},[4184],{"type":177,"value":4185},"fields",{"type":167,"tag":244,"props":4187,"children":4188},{"class":2445},[4189],{"type":177,"value":989},{"type":167,"tag":244,"props":4191,"children":4192},{"class":272},[4193],{"type":177,"value":4194}," [",{"type":167,"tag":244,"props":4196,"children":4197},{"class":464},[4198],{"type":177,"value":709},{"type":167,"tag":244,"props":4200,"children":4201},{"class":470},[4202],{"type":177,"value":4203},"author",{"type":167,"tag":244,"props":4205,"children":4206},{"class":464},[4207],{"type":177,"value":709},{"type":167,"tag":244,"props":4209,"children":4210},{"class":448},[4211],{"type":177,"value":723},{"type":167,"tag":244,"props":4213,"children":4214},{"class":272},[4215],{"type":177,"value":451},{"type":167,"tag":244,"props":4217,"children":4218},{"class":464},[4219],{"type":177,"value":709},{"type":167,"tag":244,"props":4221,"children":4222},{"class":470},[4223],{"type":177,"value":4224},"publishedAt",{"type":167,"tag":244,"props":4226,"children":4227},{"class":464},[4228],{"type":177,"value":709},{"type":167,"tag":244,"props":4230,"children":4231},{"class":272},[4232],{"type":177,"value":2980},{"type":167,"tag":244,"props":4234,"children":4235},{"class":246,"line":336},[4236,4240],{"type":167,"tag":244,"props":4237,"children":4238},{"class":272},[4239],{"type":177,"value":297},{"type":167,"tag":244,"props":4241,"children":4242},{"class":448},[4243],{"type":177,"value":2545},{"type":167,"tag":244,"props":4245,"children":4246},{"class":246,"line":826},[4247,4251],{"type":167,"tag":244,"props":4248,"children":4249},{"class":272},[4250],{"type":177,"value":275},{"type":167,"tag":244,"props":4252,"children":4253},{"class":448},[4254],{"type":177,"value":2545},{"type":167,"tag":244,"props":4256,"children":4257},{"class":246,"line":872},[4258,4262],{"type":167,"tag":244,"props":4259,"children":4260},{"class":448},[4261],{"type":177,"value":670},{"type":167,"tag":244,"props":4263,"children":4264},{"class":272},[4265],{"type":177,"value":772},{"type":167,"tag":234,"props":4267,"children":4270},{"className":3482,"code":4268,"filename":4269,"language":925,"meta":161},"---\ntitle: My Page\nauthor: 'Sébastien Chopin'\npublishedAt: '15-06-2022'\n---\n","page.md",[4271],{"type":167,"tag":173,"props":4272,"children":4273},{"__ignoreMap":161},[4274,4281,4301,4329,4357],{"type":167,"tag":244,"props":4275,"children":4276},{"class":246,"line":247},[4277],{"type":167,"tag":244,"props":4278,"children":4279},{"class":272},[4280],{"type":177,"value":3496},{"type":167,"tag":244,"props":4282,"children":4283},{"class":246,"line":268},[4284,4288,4292,4296],{"type":167,"tag":244,"props":4285,"children":4286},{"class":257},[4287],{"type":177,"value":980},{"type":167,"tag":244,"props":4289,"children":4290},{"class":448},[4291],{"type":177,"value":989},{"type":167,"tag":244,"props":4293,"children":4294},{"class":272},[4295],{"type":177,"value":451},{"type":167,"tag":244,"props":4297,"children":4298},{"class":470},[4299],{"type":177,"value":4300},"My Page\n",{"type":167,"tag":244,"props":4302,"children":4303},{"class":246,"line":291},[4304,4308,4312,4316,4320,4325],{"type":167,"tag":244,"props":4305,"children":4306},{"class":257},[4307],{"type":177,"value":4203},{"type":167,"tag":244,"props":4309,"children":4310},{"class":448},[4311],{"type":177,"value":989},{"type":167,"tag":244,"props":4313,"children":4314},{"class":272},[4315],{"type":177,"value":451},{"type":167,"tag":244,"props":4317,"children":4318},{"class":464},[4319],{"type":177,"value":709},{"type":167,"tag":244,"props":4321,"children":4322},{"class":470},[4323],{"type":177,"value":4324},"Sébastien Chopin",{"type":167,"tag":244,"props":4326,"children":4327},{"class":464},[4328],{"type":177,"value":1565},{"type":167,"tag":244,"props":4330,"children":4331},{"class":246,"line":315},[4332,4336,4340,4344,4348,4353],{"type":167,"tag":244,"props":4333,"children":4334},{"class":257},[4335],{"type":177,"value":4224},{"type":167,"tag":244,"props":4337,"children":4338},{"class":448},[4339],{"type":177,"value":989},{"type":167,"tag":244,"props":4341,"children":4342},{"class":272},[4343],{"type":177,"value":451},{"type":167,"tag":244,"props":4345,"children":4346},{"class":464},[4347],{"type":177,"value":709},{"type":167,"tag":244,"props":4349,"children":4350},{"class":470},[4351],{"type":177,"value":4352},"15-06-2022",{"type":167,"tag":244,"props":4354,"children":4355},{"class":464},[4356],{"type":177,"value":1565},{"type":167,"tag":244,"props":4358,"children":4359},{"class":246,"line":336},[4360],{"type":167,"tag":244,"props":4361,"children":4362},{"class":272},[4363],{"type":177,"value":4364},"---",{"type":167,"tag":234,"props":4366,"children":4369},{"className":948,"code":4367,"filename":4368,"language":933,"meta":161},"{\n  \"title\": \"My Page\",\n  \"author\": \"Sébastien Chopin\",\n  \"publishedAt\": \"15-06-2022\",\n  \"_path\": \"/page\",\n  \"_id\": \"content:page.md\",\n}\n","Navigation node",[4370],{"type":167,"tag":173,"props":4371,"children":4372},{"__ignoreMap":161},[4373,4380,4424,4467,4510,4554,4598],{"type":167,"tag":244,"props":4374,"children":4375},{"class":246,"line":247},[4376],{"type":167,"tag":244,"props":4377,"children":4378},{"class":448},[4379],{"type":177,"value":962},{"type":167,"tag":244,"props":4381,"children":4382},{"class":246,"line":268},[4383,4387,4391,4395,4399,4403,4407,4411,4416,4420],{"type":167,"tag":244,"props":4384,"children":4385},{"class":272},[4386],{"type":177,"value":275},{"type":167,"tag":244,"props":4388,"children":4389},{"class":972},[4390],{"type":177,"value":467},{"type":167,"tag":244,"props":4392,"children":4393},{"class":977},[4394],{"type":177,"value":980},{"type":167,"tag":244,"props":4396,"children":4397},{"class":972},[4398],{"type":177,"value":467},{"type":167,"tag":244,"props":4400,"children":4401},{"class":448},[4402],{"type":177,"value":989},{"type":167,"tag":244,"props":4404,"children":4405},{"class":272},[4406],{"type":177,"value":451},{"type":167,"tag":244,"props":4408,"children":4409},{"class":464},[4410],{"type":177,"value":467},{"type":167,"tag":244,"props":4412,"children":4413},{"class":470},[4414],{"type":177,"value":4415},"My Page",{"type":167,"tag":244,"props":4417,"children":4418},{"class":464},[4419],{"type":177,"value":467},{"type":167,"tag":244,"props":4421,"children":4422},{"class":448},[4423],{"type":177,"value":1011},{"type":167,"tag":244,"props":4425,"children":4426},{"class":246,"line":291},[4427,4431,4435,4439,4443,4447,4451,4455,4459,4463],{"type":167,"tag":244,"props":4428,"children":4429},{"class":272},[4430],{"type":177,"value":275},{"type":167,"tag":244,"props":4432,"children":4433},{"class":972},[4434],{"type":177,"value":467},{"type":167,"tag":244,"props":4436,"children":4437},{"class":977},[4438],{"type":177,"value":4203},{"type":167,"tag":244,"props":4440,"children":4441},{"class":972},[4442],{"type":177,"value":467},{"type":167,"tag":244,"props":4444,"children":4445},{"class":448},[4446],{"type":177,"value":989},{"type":167,"tag":244,"props":4448,"children":4449},{"class":272},[4450],{"type":177,"value":451},{"type":167,"tag":244,"props":4452,"children":4453},{"class":464},[4454],{"type":177,"value":467},{"type":167,"tag":244,"props":4456,"children":4457},{"class":470},[4458],{"type":177,"value":4324},{"type":167,"tag":244,"props":4460,"children":4461},{"class":464},[4462],{"type":177,"value":467},{"type":167,"tag":244,"props":4464,"children":4465},{"class":448},[4466],{"type":177,"value":1011},{"type":167,"tag":244,"props":4468,"children":4469},{"class":246,"line":315},[4470,4474,4478,4482,4486,4490,4494,4498,4502,4506],{"type":167,"tag":244,"props":4471,"children":4472},{"class":272},[4473],{"type":177,"value":275},{"type":167,"tag":244,"props":4475,"children":4476},{"class":972},[4477],{"type":177,"value":467},{"type":167,"tag":244,"props":4479,"children":4480},{"class":977},[4481],{"type":177,"value":4224},{"type":167,"tag":244,"props":4483,"children":4484},{"class":972},[4485],{"type":177,"value":467},{"type":167,"tag":244,"props":4487,"children":4488},{"class":448},[4489],{"type":177,"value":989},{"type":167,"tag":244,"props":4491,"children":4492},{"class":272},[4493],{"type":177,"value":451},{"type":167,"tag":244,"props":4495,"children":4496},{"class":464},[4497],{"type":177,"value":467},{"type":167,"tag":244,"props":4499,"children":4500},{"class":470},[4501],{"type":177,"value":4352},{"type":167,"tag":244,"props":4503,"children":4504},{"class":464},[4505],{"type":177,"value":467},{"type":167,"tag":244,"props":4507,"children":4508},{"class":448},[4509],{"type":177,"value":1011},{"type":167,"tag":244,"props":4511,"children":4512},{"class":246,"line":336},[4513,4517,4521,4525,4529,4533,4537,4541,4546,4550],{"type":167,"tag":244,"props":4514,"children":4515},{"class":272},[4516],{"type":177,"value":275},{"type":167,"tag":244,"props":4518,"children":4519},{"class":972},[4520],{"type":177,"value":467},{"type":167,"tag":244,"props":4522,"children":4523},{"class":977},[4524],{"type":177,"value":1194},{"type":167,"tag":244,"props":4526,"children":4527},{"class":972},[4528],{"type":177,"value":467},{"type":167,"tag":244,"props":4530,"children":4531},{"class":448},[4532],{"type":177,"value":989},{"type":167,"tag":244,"props":4534,"children":4535},{"class":272},[4536],{"type":177,"value":451},{"type":167,"tag":244,"props":4538,"children":4539},{"class":464},[4540],{"type":177,"value":467},{"type":167,"tag":244,"props":4542,"children":4543},{"class":470},[4544],{"type":177,"value":4545},"/page",{"type":167,"tag":244,"props":4547,"children":4548},{"class":464},[4549],{"type":177,"value":467},{"type":167,"tag":244,"props":4551,"children":4552},{"class":448},[4553],{"type":177,"value":1011},{"type":167,"tag":244,"props":4555,"children":4556},{"class":246,"line":826},[4557,4561,4565,4569,4573,4577,4581,4585,4590,4594],{"type":167,"tag":244,"props":4558,"children":4559},{"class":272},[4560],{"type":177,"value":275},{"type":167,"tag":244,"props":4562,"children":4563},{"class":972},[4564],{"type":177,"value":467},{"type":167,"tag":244,"props":4566,"children":4567},{"class":977},[4568],{"type":177,"value":1394},{"type":167,"tag":244,"props":4570,"children":4571},{"class":972},[4572],{"type":177,"value":467},{"type":167,"tag":244,"props":4574,"children":4575},{"class":448},[4576],{"type":177,"value":989},{"type":167,"tag":244,"props":4578,"children":4579},{"class":272},[4580],{"type":177,"value":451},{"type":167,"tag":244,"props":4582,"children":4583},{"class":464},[4584],{"type":177,"value":467},{"type":167,"tag":244,"props":4586,"children":4587},{"class":470},[4588],{"type":177,"value":4589},"content:page.md",{"type":167,"tag":244,"props":4591,"children":4592},{"class":464},[4593],{"type":177,"value":467},{"type":167,"tag":244,"props":4595,"children":4596},{"class":448},[4597],{"type":177,"value":1011},{"type":167,"tag":244,"props":4599,"children":4600},{"class":246,"line":872},[4601],{"type":167,"tag":244,"props":4602,"children":4603},{"class":448},[4604],{"type":177,"value":670},{"type":167,"tag":168,"props":4606,"children":4608},{"id":4607},"excluding",[4609],{"type":177,"value":4610},"Excluding",{"type":167,"tag":180,"props":4612,"children":4613},{},[4614,4616,4621,4623,4628],{"type":177,"value":4615},"Set ",{"type":167,"tag":173,"props":4617,"children":4618},{},[4619],{"type":177,"value":4620},"navigation: false",{"type":177,"value":4622}," in the ",{"type":167,"tag":216,"props":4624,"children":4625},{"href":29},[4626],{"type":177,"value":4627},"front-matter",{"type":177,"value":4629}," of a page to filter it out.",{"type":167,"tag":234,"props":4631,"children":4633},{"className":3482,"code":4632,"filename":4269,"language":925,"meta":161},"---\nnavigation: false\n---\n",[4634],{"type":167,"tag":173,"props":4635,"children":4636},{"__ignoreMap":161},[4637,4644,4664],{"type":167,"tag":244,"props":4638,"children":4639},{"class":246,"line":247},[4640],{"type":167,"tag":244,"props":4641,"children":4642},{"class":272},[4643],{"type":177,"value":3496},{"type":167,"tag":244,"props":4645,"children":4646},{"class":246,"line":268},[4647,4651,4655,4659],{"type":167,"tag":244,"props":4648,"children":4649},{"class":257},[4650],{"type":177,"value":3474},{"type":167,"tag":244,"props":4652,"children":4653},{"class":448},[4654],{"type":177,"value":989},{"type":167,"tag":244,"props":4656,"children":4657},{"class":272},[4658],{"type":177,"value":451},{"type":167,"tag":244,"props":4660,"children":4661},{"class":1241},[4662],{"type":177,"value":4663},"false\n",{"type":167,"tag":244,"props":4665,"children":4666},{"class":246,"line":291},[4667],{"type":167,"tag":244,"props":4668,"children":4669},{"class":272},[4670],{"type":177,"value":4364},{"type":167,"tag":180,"props":4672,"children":4673},{},[4674,4676,4680],{"type":177,"value":4675},"This pattern also works inside ",{"type":167,"tag":173,"props":4677,"children":4678},{},[4679],{"type":177,"value":3785},{"type":177,"value":4681}," file, allowing you to filter out content directories and files.",{"type":167,"tag":234,"props":4683,"children":4685},{"className":1619,"code":4684,"filename":3785,"language":1622,"meta":161},"navigation: false\n",[4686],{"type":167,"tag":173,"props":4687,"children":4688},{"__ignoreMap":161},[4689],{"type":167,"tag":244,"props":4690,"children":4691},{"class":246,"line":247},[4692,4696,4700,4704],{"type":167,"tag":244,"props":4693,"children":4694},{"class":257},[4695],{"type":177,"value":3474},{"type":167,"tag":244,"props":4697,"children":4698},{"class":448},[4699],{"type":177,"value":989},{"type":167,"tag":244,"props":4701,"children":4702},{"class":272},[4703],{"type":177,"value":451},{"type":167,"tag":244,"props":4705,"children":4706},{"class":1241},[4707],{"type":177,"value":1244},{"type":167,"tag":180,"props":4709,"children":4710},{},[4711,4713,4718],{"type":177,"value":4712},"You can also use the ",{"type":167,"tag":173,"props":4714,"children":4715},{},[4716],{"type":177,"value":4717},"_",{"type":177,"value":4719}," content prefix to exclude content directories and files.",{"type":167,"tag":943,"props":4721,"children":4722},{},[4723,4732],{"type":167,"tag":234,"props":4724,"children":4727},{"className":4725,"code":4726,"filename":2814,"meta":161},[2812],"content/\n  _hidden-directory/\n    page.md\n    index.md\n  not-hidden-directory/\n    _dir.yml\n    index.md\n    page.md\n",[4728],{"type":167,"tag":173,"props":4729,"children":4730},{"__ignoreMap":161},[4731],{"type":177,"value":4726},{"type":167,"tag":234,"props":4733,"children":4736},{"className":948,"code":4734,"filename":4735,"language":933,"meta":161},"[\n  {\n    \"title\": \"Not Hidden Directory\",\n    \"_path\": \"/not-hidden-directory\",\n    \"children\": [\n      {\n        \"title\": \"Page\",\n        \"_id\": \"content:not-hidden-directory:page.md\",\n        \"_path\": \"/not-hidden-directory/page\"\n      }\n    ]\n  }\n]\n","Navigation object",[4737],{"type":167,"tag":173,"props":4738,"children":4739},{"__ignoreMap":161},[4740,4747,4758,4802,4846,4877,4888,4932,4976,5016,5027,5038,5049],{"type":167,"tag":244,"props":4741,"children":4742},{"class":246,"line":247},[4743],{"type":167,"tag":244,"props":4744,"children":4745},{"class":448},[4746],{"type":177,"value":2955},{"type":167,"tag":244,"props":4748,"children":4749},{"class":246,"line":268},[4750,4754],{"type":167,"tag":244,"props":4751,"children":4752},{"class":272},[4753],{"type":177,"value":275},{"type":167,"tag":244,"props":4755,"children":4756},{"class":448},[4757],{"type":177,"value":962},{"type":167,"tag":244,"props":4759,"children":4760},{"class":246,"line":291},[4761,4765,4769,4773,4777,4781,4785,4789,4794,4798],{"type":167,"tag":244,"props":4762,"children":4763},{"class":272},[4764],{"type":177,"value":297},{"type":167,"tag":244,"props":4766,"children":4767},{"class":972},[4768],{"type":177,"value":467},{"type":167,"tag":244,"props":4770,"children":4771},{"class":977},[4772],{"type":177,"value":980},{"type":167,"tag":244,"props":4774,"children":4775},{"class":972},[4776],{"type":177,"value":467},{"type":167,"tag":244,"props":4778,"children":4779},{"class":448},[4780],{"type":177,"value":989},{"type":167,"tag":244,"props":4782,"children":4783},{"class":272},[4784],{"type":177,"value":451},{"type":167,"tag":244,"props":4786,"children":4787},{"class":464},[4788],{"type":177,"value":467},{"type":167,"tag":244,"props":4790,"children":4791},{"class":470},[4792],{"type":177,"value":4793},"Not Hidden Directory",{"type":167,"tag":244,"props":4795,"children":4796},{"class":464},[4797],{"type":177,"value":467},{"type":167,"tag":244,"props":4799,"children":4800},{"class":448},[4801],{"type":177,"value":1011},{"type":167,"tag":244,"props":4803,"children":4804},{"class":246,"line":315},[4805,4809,4813,4817,4821,4825,4829,4833,4838,4842],{"type":167,"tag":244,"props":4806,"children":4807},{"class":272},[4808],{"type":177,"value":297},{"type":167,"tag":244,"props":4810,"children":4811},{"class":972},[4812],{"type":177,"value":467},{"type":167,"tag":244,"props":4814,"children":4815},{"class":977},[4816],{"type":177,"value":1194},{"type":167,"tag":244,"props":4818,"children":4819},{"class":972},[4820],{"type":177,"value":467},{"type":167,"tag":244,"props":4822,"children":4823},{"class":448},[4824],{"type":177,"value":989},{"type":167,"tag":244,"props":4826,"children":4827},{"class":272},[4828],{"type":177,"value":451},{"type":167,"tag":244,"props":4830,"children":4831},{"class":464},[4832],{"type":177,"value":467},{"type":167,"tag":244,"props":4834,"children":4835},{"class":470},[4836],{"type":177,"value":4837},"/not-hidden-directory",{"type":167,"tag":244,"props":4839,"children":4840},{"class":464},[4841],{"type":177,"value":467},{"type":167,"tag":244,"props":4843,"children":4844},{"class":448},[4845],{"type":177,"value":1011},{"type":167,"tag":244,"props":4847,"children":4848},{"class":246,"line":336},[4849,4853,4857,4861,4865,4869,4873],{"type":167,"tag":244,"props":4850,"children":4851},{"class":272},[4852],{"type":177,"value":297},{"type":167,"tag":244,"props":4854,"children":4855},{"class":972},[4856],{"type":177,"value":467},{"type":167,"tag":244,"props":4858,"children":4859},{"class":977},[4860],{"type":177,"value":2938},{"type":167,"tag":244,"props":4862,"children":4863},{"class":972},[4864],{"type":177,"value":467},{"type":167,"tag":244,"props":4866,"children":4867},{"class":448},[4868],{"type":177,"value":989},{"type":167,"tag":244,"props":4870,"children":4871},{"class":272},[4872],{"type":177,"value":451},{"type":167,"tag":244,"props":4874,"children":4875},{"class":448},[4876],{"type":177,"value":2955},{"type":167,"tag":244,"props":4878,"children":4879},{"class":246,"line":826},[4880,4884],{"type":167,"tag":244,"props":4881,"children":4882},{"class":272},[4883],{"type":177,"value":2437},{"type":167,"tag":244,"props":4885,"children":4886},{"class":448},[4887],{"type":177,"value":962},{"type":167,"tag":244,"props":4889,"children":4890},{"class":246,"line":872},[4891,4895,4899,4903,4907,4911,4915,4919,4924,4928],{"type":167,"tag":244,"props":4892,"children":4893},{"class":272},[4894],{"type":177,"value":3299},{"type":167,"tag":244,"props":4896,"children":4897},{"class":972},[4898],{"type":177,"value":467},{"type":167,"tag":244,"props":4900,"children":4901},{"class":3306},[4902],{"type":177,"value":980},{"type":167,"tag":244,"props":4904,"children":4905},{"class":972},[4906],{"type":177,"value":467},{"type":167,"tag":244,"props":4908,"children":4909},{"class":448},[4910],{"type":177,"value":989},{"type":167,"tag":244,"props":4912,"children":4913},{"class":272},[4914],{"type":177,"value":451},{"type":167,"tag":244,"props":4916,"children":4917},{"class":464},[4918],{"type":177,"value":467},{"type":167,"tag":244,"props":4920,"children":4921},{"class":470},[4922],{"type":177,"value":4923},"Page",{"type":167,"tag":244,"props":4925,"children":4926},{"class":464},[4927],{"type":177,"value":467},{"type":167,"tag":244,"props":4929,"children":4930},{"class":448},[4931],{"type":177,"value":1011},{"type":167,"tag":244,"props":4933,"children":4934},{"class":246,"line":1384},[4935,4939,4943,4947,4951,4955,4959,4963,4968,4972],{"type":167,"tag":244,"props":4936,"children":4937},{"class":272},[4938],{"type":177,"value":3299},{"type":167,"tag":244,"props":4940,"children":4941},{"class":972},[4942],{"type":177,"value":467},{"type":167,"tag":244,"props":4944,"children":4945},{"class":3306},[4946],{"type":177,"value":1394},{"type":167,"tag":244,"props":4948,"children":4949},{"class":972},[4950],{"type":177,"value":467},{"type":167,"tag":244,"props":4952,"children":4953},{"class":448},[4954],{"type":177,"value":989},{"type":167,"tag":244,"props":4956,"children":4957},{"class":272},[4958],{"type":177,"value":451},{"type":167,"tag":244,"props":4960,"children":4961},{"class":464},[4962],{"type":177,"value":467},{"type":167,"tag":244,"props":4964,"children":4965},{"class":470},[4966],{"type":177,"value":4967},"content:not-hidden-directory:page.md",{"type":167,"tag":244,"props":4969,"children":4970},{"class":464},[4971],{"type":177,"value":467},{"type":167,"tag":244,"props":4973,"children":4974},{"class":448},[4975],{"type":177,"value":1011},{"type":167,"tag":244,"props":4977,"children":4978},{"class":246,"line":1422},[4979,4983,4987,4991,4995,4999,5003,5007,5012],{"type":167,"tag":244,"props":4980,"children":4981},{"class":272},[4982],{"type":177,"value":3299},{"type":167,"tag":244,"props":4984,"children":4985},{"class":972},[4986],{"type":177,"value":467},{"type":167,"tag":244,"props":4988,"children":4989},{"class":3306},[4990],{"type":177,"value":1194},{"type":167,"tag":244,"props":4992,"children":4993},{"class":972},[4994],{"type":177,"value":467},{"type":167,"tag":244,"props":4996,"children":4997},{"class":448},[4998],{"type":177,"value":989},{"type":167,"tag":244,"props":5000,"children":5001},{"class":272},[5002],{"type":177,"value":451},{"type":167,"tag":244,"props":5004,"children":5005},{"class":464},[5006],{"type":177,"value":467},{"type":167,"tag":244,"props":5008,"children":5009},{"class":470},[5010],{"type":177,"value":5011},"/not-hidden-directory/page",{"type":167,"tag":244,"props":5013,"children":5014},{"class":464},[5015],{"type":177,"value":1098},{"type":167,"tag":244,"props":5017,"children":5018},{"class":246,"line":1459},[5019,5023],{"type":167,"tag":244,"props":5020,"children":5021},{"class":272},[5022],{"type":177,"value":2437},{"type":167,"tag":244,"props":5024,"children":5025},{"class":448},[5026],{"type":177,"value":2545},{"type":167,"tag":244,"props":5028,"children":5029},{"class":246,"line":1496},[5030,5034],{"type":167,"tag":244,"props":5031,"children":5032},{"class":272},[5033],{"type":177,"value":297},{"type":167,"tag":244,"props":5035,"children":5036},{"class":448},[5037],{"type":177,"value":2980},{"type":167,"tag":244,"props":5039,"children":5040},{"class":246,"line":1534},[5041,5045],{"type":167,"tag":244,"props":5042,"children":5043},{"class":272},[5044],{"type":177,"value":275},{"type":167,"tag":244,"props":5046,"children":5047},{"class":448},[5048],{"type":177,"value":2545},{"type":167,"tag":244,"props":5050,"children":5051},{"class":246,"line":1568},[5052],{"type":167,"tag":244,"props":5053,"children":5054},{"class":448},[5055],{"type":177,"value":3459},{"type":167,"tag":168,"props":5057,"children":5059},{"id":5058},"nested-navigation",[5060],{"type":177,"value":5061},"Nested navigation",{"type":167,"tag":180,"props":5063,"children":5064},{},[5065,5067,5071,5073,5077],{"type":177,"value":5066},"You can pass a ",{"type":167,"tag":173,"props":5068,"children":5069},{},[5070],{"type":177,"value":47},{"type":177,"value":5072}," instance to the ",{"type":167,"tag":173,"props":5074,"children":5075},{},[5076],{"type":177,"value":50},{"type":177,"value":5078}," utility to filter the items returned.",{"type":167,"tag":180,"props":5080,"children":5081},{},[5082],{"type":177,"value":5083},"That allows to create navigation objects for which the starting point is based on a specific content directory.",{"type":167,"tag":234,"props":5085,"children":5087},{"className":1108,"code":5086,"language":1111,"meta":161},"const query = queryContent({\n  where: {\n    _path: { $contains: '/your/navigation/starting/point' }\n  }\n})\n",[5088],{"type":167,"tag":173,"props":5089,"children":5090},{"__ignoreMap":161},[5091,5131,5155,5216,5227],{"type":167,"tag":244,"props":5092,"children":5093},{"class":246,"line":247},[5094,5098,5102,5107,5111,5115,5119,5123,5127],{"type":167,"tag":244,"props":5095,"children":5096},{"class":639},[5097],{"type":177,"value":642},{"type":167,"tag":244,"props":5099,"children":5100},{"class":272},[5101],{"type":177,"value":451},{"type":167,"tag":244,"props":5103,"children":5104},{"class":658},[5105],{"type":177,"value":5106},"query",{"type":167,"tag":244,"props":5108,"children":5109},{"class":272},[5110],{"type":177,"value":451},{"type":167,"tag":244,"props":5112,"children":5113},{"class":677},[5114],{"type":177,"value":461},{"type":167,"tag":244,"props":5116,"children":5117},{"class":272},[5118],{"type":177,"value":451},{"type":167,"tag":244,"props":5120,"children":5121},{"class":696},[5122],{"type":177,"value":750},{"type":167,"tag":244,"props":5124,"children":5125},{"class":272},[5126],{"type":177,"value":704},{"type":167,"tag":244,"props":5128,"children":5129},{"class":448},[5130],{"type":177,"value":962},{"type":167,"tag":244,"props":5132,"children":5133},{"class":246,"line":268},[5134,5138,5143,5147,5151],{"type":167,"tag":244,"props":5135,"children":5136},{"class":272},[5137],{"type":177,"value":275},{"type":167,"tag":244,"props":5139,"children":5140},{"class":2440},[5141],{"type":177,"value":5142},"where",{"type":167,"tag":244,"props":5144,"children":5145},{"class":2445},[5146],{"type":177,"value":989},{"type":167,"tag":244,"props":5148,"children":5149},{"class":272},[5150],{"type":177,"value":451},{"type":167,"tag":244,"props":5152,"children":5153},{"class":448},[5154],{"type":177,"value":962},{"type":167,"tag":244,"props":5156,"children":5157},{"class":246,"line":291},[5158,5162,5166,5170,5174,5178,5182,5187,5191,5195,5199,5204,5208,5212],{"type":167,"tag":244,"props":5159,"children":5160},{"class":272},[5161],{"type":177,"value":297},{"type":167,"tag":244,"props":5163,"children":5164},{"class":2440},[5165],{"type":177,"value":1194},{"type":167,"tag":244,"props":5167,"children":5168},{"class":2445},[5169],{"type":177,"value":989},{"type":167,"tag":244,"props":5171,"children":5172},{"class":272},[5173],{"type":177,"value":451},{"type":167,"tag":244,"props":5175,"children":5176},{"class":448},[5177],{"type":177,"value":651},{"type":167,"tag":244,"props":5179,"children":5180},{"class":272},[5181],{"type":177,"value":451},{"type":167,"tag":244,"props":5183,"children":5184},{"class":2440},[5185],{"type":177,"value":5186},"$contains",{"type":167,"tag":244,"props":5188,"children":5189},{"class":2445},[5190],{"type":177,"value":989},{"type":167,"tag":244,"props":5192,"children":5193},{"class":272},[5194],{"type":177,"value":451},{"type":167,"tag":244,"props":5196,"children":5197},{"class":464},[5198],{"type":177,"value":709},{"type":167,"tag":244,"props":5200,"children":5201},{"class":470},[5202],{"type":177,"value":5203},"/your/navigation/starting/point",{"type":167,"tag":244,"props":5205,"children":5206},{"class":464},[5207],{"type":177,"value":709},{"type":167,"tag":244,"props":5209,"children":5210},{"class":272},[5211],{"type":177,"value":451},{"type":167,"tag":244,"props":5213,"children":5214},{"class":448},[5215],{"type":177,"value":2545},{"type":167,"tag":244,"props":5217,"children":5218},{"class":246,"line":315},[5219,5223],{"type":167,"tag":244,"props":5220,"children":5221},{"class":272},[5222],{"type":177,"value":275},{"type":167,"tag":244,"props":5224,"children":5225},{"class":448},[5226],{"type":177,"value":2545},{"type":167,"tag":244,"props":5228,"children":5229},{"class":246,"line":336},[5230,5234],{"type":167,"tag":244,"props":5231,"children":5232},{"class":448},[5233],{"type":177,"value":670},{"type":167,"tag":244,"props":5235,"children":5236},{"class":272},[5237],{"type":177,"value":772},{"type":167,"tag":5239,"props":5240,"children":5241},"hr",{"id":161},[],{"type":167,"tag":517,"props":5243,"children":5244},{"type":519},[5245,5257],{"type":167,"tag":180,"props":5246,"children":5247},{},[5248,5250,5255],{"type":177,"value":5249},"Go deeper in the ",{"type":167,"tag":2794,"props":5251,"children":5252},{},[5253],{"type":177,"value":5254},"API",{"type":177,"value":5256}," section:",{"type":167,"tag":5258,"props":5259,"children":5260},"ul",{},[5261,5279],{"type":167,"tag":5262,"props":5263,"children":5264},"li",{},[5265,5272,5274],{"type":167,"tag":216,"props":5266,"children":5267},{"href":51},[5268],{"type":167,"tag":173,"props":5269,"children":5270},{},[5271],{"type":177,"value":50},{"type":177,"value":5273}," composable to fetch navigation in ",{"type":167,"tag":173,"props":5275,"children":5276},{},[5277],{"type":177,"value":5278},"\u003Cscript>",{"type":167,"tag":5262,"props":5280,"children":5281},{},[5282,5289,5291],{"type":167,"tag":216,"props":5283,"children":5284},{"href":76},[5285],{"type":167,"tag":173,"props":5286,"children":5287},{},[5288],{"type":177,"value":75},{"type":177,"value":5290}," component made to shorten access to navigation in ",{"type":167,"tag":173,"props":5292,"children":5293},{},[5294],{"type":177,"value":5295},"\u003Ctemplate>",{"type":167,"tag":912,"props":5297,"children":5298},{},[5299],{"type":177,"value":5300},".solarized-light_dark-plus_material-theme-lighter{color:#657B83;background:#FDF6E3;}.dark .solarized-light_dark-plus_material-theme-lighter{color:#D4D4D4;background:#1E1E1E;}.light .solarized-light_dark-plus_material-theme-lighter{color:#90A4AE;background:#FAFAFA;}.ct-001462{color:#657B83;}.dark .ct-001462{color:#D4D4D4;}.light .ct-001462{color:#39ADB5;}.ct-916772{color:#657B83;}.dark .ct-916772{color:#D4D4D4;}.light .ct-916772{color:#90A4AE;}.ct-703398{color:#859900;}.dark .ct-703398{color:#9CDCFE;}.light .ct-703398{color:#39ADB5;}.ct-814807{color:#859900;}.dark .ct-814807{color:#9CDCFE;}.light .ct-814807{color:#9C3EDA;}.ct-659886{color:#2AA198;}.dark .ct-659886{color:#CE9178;}.light .ct-659886{color:#39ADB5;}.ct-084644{color:#2AA198;}.dark .ct-084644{color:#CE9178;}.light .ct-084644{color:#91B859;}.ct-683859{color:#DC322F;}.dark .ct-683859{color:#F44747;}.light .ct-683859{color:#90A4AE;}.ct-414072{color:#859900;}.dark .ct-414072{color:#9CDCFE;}.light .ct-414072{color:#E2931D;}.ct-952042{color:#268BD2;}.dark .ct-952042{color:#569CD6;}.light .ct-952042{color:#E53935;}.ct-650634{color:#268BD2;font-weight:bold;}.dark .ct-650634{color:#569CD6;font-weight:bold;}.light .ct-650634{color:#39ADB5;font-weight:unset;}.ct-768104{color:#268BD2;font-weight:bold;}.dark .ct-768104{color:#569CD6;font-weight:bold;}.light .ct-768104{color:#E2931D;font-weight:unset;}.ct-187170{color:#268BD2;}.dark .ct-187170{color:#DCDCAA;}.light .ct-187170{color:#6182B8;}.ct-340802{color:#657B83;}.dark .ct-340802{color:#9CDCFE;}.light .ct-340802{color:#E53935;}.ct-931742{color:#657B83;}.dark .ct-931742{color:#9CDCFE;}.light .ct-931742{color:#39ADB5;}.ct-432929{color:#B58900;}.dark .ct-432929{color:#569CD6;}.light .ct-432929{color:#FF5370;}.ct-696419{color:#586E75;font-weight:bold;}.dark .ct-696419{color:#569CD6;font-weight:unset;}.light .ct-696419{color:#9C3EDA;font-weight:unset;}.ct-263069{color:#268BD2;}.dark .ct-263069{color:#4FC1FF;}.light .ct-263069{color:#90A4AE;}.ct-773118{color:#859900;}.dark .ct-773118{color:#D4D4D4;}.light .ct-773118{color:#39ADB5;}",{"title":161,"searchDepth":268,"depth":268,"links":5302},[5303,5304,5305,5306],{"id":2779,"depth":268,"text":2782},{"id":3462,"depth":268,"text":3465},{"id":4607,"depth":268,"text":4610},{"id":5058,"depth":268,"text":5061},"content:2.usage:4.navigation.md","2.usage/4.navigation.md",1695734861445]