[{"data":1,"prerenderedAt":4289},["ShallowReactive",2],{"navigation":3,"docs-/components/content-list":164,"docs-/components/content-list-surround":1769},[4,20,45,67,92,102,115],{"title":5,"_path":6,"children":7},"Get Started","/get-started",[8,11,14,17],{"title":9,"_path":10},"Installation","/get-started/installation",{"title":12,"_path":13},"Configuration","/get-started/configuration",{"title":15,"_path":16},"Edge Channel","/get-started/edge-channel",{"title":18,"_path":19},"Migration","/get-started/from-v1",{"title":21,"_path":22,"children":23},"Usage","/usage",[24,27,30,33,36,39,42],{"title":25,"_path":26},"Content Directory","/usage/content-directory",{"title":28,"_path":29},"Markdown","/usage/markdown",{"title":31,"_path":32},"JSON, YAML, CSV","/usage/files",{"title":34,"_path":35},"Render Content","/usage/render",{"title":37,"_path":38},"Search","/usage/search",{"title":40,"_path":41},"Fetch Navigation","/usage/navigation",{"title":43,"_path":44},"TypeScript Support","/usage/typescript",{"title":46,"_path":47,"children":48},"Composables","/composables",[49,52,55,58,61,64],{"title":50,"_path":51},"queryContent()","/composables/query-content",{"title":53,"_path":54},"fetchContentNavigation()","/composables/fetch-content-navigation",{"title":56,"_path":57},"useContentHead()","/composables/use-content-head",{"title":59,"_path":60},"useContentHelpers()","/composables/use-content-helpers",{"title":62,"_path":63},"useUnwrap()","/composables/use-unwrap",{"title":65,"_path":66},"searchContent()","/composables/search-content",{"title":68,"_path":69,"children":70},"Components","/components",[71,74,77,80,83,86,89],{"title":72,"_path":73},"\u003CContentDoc>","/components/content-doc",{"title":75,"_path":76},"\u003CContentRenderer>","/components/content-renderer",{"title":78,"_path":79},"\u003CContentList>","/components/content-list",{"title":81,"_path":82},"\u003CContentNavigation>","/components/content-navigation",{"title":84,"_path":85},"\u003CContentQuery>","/components/content-query",{"title":87,"_path":88},"\u003CContentSlot>","/components/content-slot",{"title":90,"_path":91},"Prose Components","/components/prose",{"title":93,"_path":94,"children":95},"Document Driven","/document-driven",[96,99],{"title":97,"_path":98},"Introduction","/document-driven/introduction",{"title":100,"_path":101},"useContent()","/document-driven/use-content",{"title":103,"_path":104,"children":105},"Recipes","/recipes",[106,109,112],{"title":107,"_path":108},"Hooks","/recipes/hooks",{"title":110,"_path":111},"Transformers","/recipes/transformers",{"title":113,"_path":114},"Sitemap","/recipes/sitemap",{"title":116,"_path":117,"children":118},"V1","/v1",[119,141,154],{"title":120,"_path":121,"children":122},"Getting Started","/v1/getting-started",[123,125,127,130,133,136,138],{"title":97,"_path":124},"/v1/getting-started/introduction",{"title":9,"_path":126},"/v1/getting-started/installation",{"title":128,"_path":129},"Writing content","/v1/getting-started/writing",{"title":131,"_path":132},"Fetching content","/v1/getting-started/fetching",{"title":134,"_path":135},"Displaying content","/v1/getting-started/displaying",{"title":12,"_path":137},"/v1/getting-started/configuration",{"title":139,"_path":140},"Advanced","/v1/getting-started/advanced",{"title":142,"_path":143,"children":144},"Examples","/v1/examples",[145,148,151],{"title":146,"_path":147},"Basic Usage","/v1/examples/basic",{"title":149,"_path":150},"TailwindCSS","/v1/examples/tailwindcss-typography",{"title":152,"_path":153},"Docs Theme","/v1/examples/docs-theme",{"title":155,"_path":156,"children":157},"Community","/v1/community",[158,161],{"title":159,"_path":160},"Snippets","/v1/community/snippets",{"title":162,"_path":163},"Integrations","/v1/community/integrations",{"_path":79,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":78,"description":168,"body":169,"_type":1764,"_id":1765,"_source":1766,"_file":1767,"_extension":1768},"components",false,"","The fastest way to query your content with a component.",{"type":170,"children":171,"toc":1759},"root",[172,196,209,222,540,546,628,633,652,920,931,1177,1183,1753],{"type":173,"tag":174,"props":175,"children":176},"element","p",{},[177,180,186,188,194],{"type":178,"value":179},"text","The ",{"type":173,"tag":181,"props":182,"children":184},"code",{"className":183},[],[185],{"type":178,"value":78},{"type":178,"value":187}," component fetches a list of documents and allows you to render them by using ",{"type":173,"tag":181,"props":189,"children":191},{"className":190},[],[192],{"type":178,"value":193},"slots",{"type":178,"value":195},".",{"type":173,"tag":174,"props":197,"children":198},{},[199,201,207],{"type":178,"value":200},"The fetching path defaults to the content root (",{"type":173,"tag":181,"props":202,"children":204},{"className":203},[],[205],{"type":178,"value":206},"/",{"type":178,"value":208},").",{"type":173,"tag":174,"props":210,"children":211},{},[212,214,220],{"type":178,"value":213},"An explicit ",{"type":173,"tag":181,"props":215,"children":217},{"className":216},[],[218],{"type":178,"value":219},"path",{"type":178,"value":221}," can be given to the component.",{"type":173,"tag":223,"props":224,"children":229},"pre",{"className":225,"code":226,"filename":227,"language":228,"meta":167,"style":167},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentList path=\"/articles\" v-slot=\"{ list }\">\n      \u003Cdiv v-for=\"article in list\" :key=\"article._path\">\n        \u003Ch2>{{ article.title }}\u003C/h2>\n        \u003Cp>{{ article.description }}\u003C/p>\n      \u003C/div>\n    \u003C/ContentList>\n  \u003C/main>\n\u003C/template>\n","pages/index.vue","html",[230],{"type":173,"tag":181,"props":231,"children":232},{"__ignoreMap":167},[233,256,274,340,402,440,473,490,507,524],{"type":173,"tag":234,"props":235,"children":238},"span",{"class":236,"line":237},"line",1,[239,245,251],{"type":173,"tag":234,"props":240,"children":242},{"style":241},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[243],{"type":178,"value":244},"\u003C",{"type":173,"tag":234,"props":246,"children":248},{"style":247},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[249],{"type":178,"value":250},"template",{"type":173,"tag":234,"props":252,"children":253},{"style":241},[254],{"type":178,"value":255},">\n",{"type":173,"tag":234,"props":257,"children":259},{"class":236,"line":258},2,[260,265,270],{"type":173,"tag":234,"props":261,"children":262},{"style":241},[263],{"type":178,"value":264},"  \u003C",{"type":173,"tag":234,"props":266,"children":267},{"style":247},[268],{"type":178,"value":269},"main",{"type":173,"tag":234,"props":271,"children":272},{"style":241},[273],{"type":178,"value":255},{"type":173,"tag":234,"props":275,"children":277},{"class":236,"line":276},3,[278,283,288,294,299,304,310,314,319,323,327,332,336],{"type":173,"tag":234,"props":279,"children":280},{"style":241},[281],{"type":178,"value":282},"    \u003C",{"type":173,"tag":234,"props":284,"children":285},{"style":247},[286],{"type":178,"value":287},"ContentList",{"type":173,"tag":234,"props":289,"children":291},{"style":290},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[292],{"type":178,"value":293}," path",{"type":173,"tag":234,"props":295,"children":296},{"style":241},[297],{"type":178,"value":298},"=",{"type":173,"tag":234,"props":300,"children":301},{"style":241},[302],{"type":178,"value":303},"\"",{"type":173,"tag":234,"props":305,"children":307},{"style":306},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[308],{"type":178,"value":309},"/articles",{"type":173,"tag":234,"props":311,"children":312},{"style":241},[313],{"type":178,"value":303},{"type":173,"tag":234,"props":315,"children":316},{"style":290},[317],{"type":178,"value":318}," v-slot",{"type":173,"tag":234,"props":320,"children":321},{"style":241},[322],{"type":178,"value":298},{"type":173,"tag":234,"props":324,"children":325},{"style":241},[326],{"type":178,"value":303},{"type":173,"tag":234,"props":328,"children":329},{"style":306},[330],{"type":178,"value":331},"{ list }",{"type":173,"tag":234,"props":333,"children":334},{"style":241},[335],{"type":178,"value":303},{"type":173,"tag":234,"props":337,"children":338},{"style":241},[339],{"type":178,"value":255},{"type":173,"tag":234,"props":341,"children":343},{"class":236,"line":342},4,[344,349,354,359,363,367,372,376,381,385,389,394,398],{"type":173,"tag":234,"props":345,"children":346},{"style":241},[347],{"type":178,"value":348},"      \u003C",{"type":173,"tag":234,"props":350,"children":351},{"style":247},[352],{"type":178,"value":353},"div",{"type":173,"tag":234,"props":355,"children":356},{"style":290},[357],{"type":178,"value":358}," v-for",{"type":173,"tag":234,"props":360,"children":361},{"style":241},[362],{"type":178,"value":298},{"type":173,"tag":234,"props":364,"children":365},{"style":241},[366],{"type":178,"value":303},{"type":173,"tag":234,"props":368,"children":369},{"style":306},[370],{"type":178,"value":371},"article in list",{"type":173,"tag":234,"props":373,"children":374},{"style":241},[375],{"type":178,"value":303},{"type":173,"tag":234,"props":377,"children":378},{"style":290},[379],{"type":178,"value":380}," :key",{"type":173,"tag":234,"props":382,"children":383},{"style":241},[384],{"type":178,"value":298},{"type":173,"tag":234,"props":386,"children":387},{"style":241},[388],{"type":178,"value":303},{"type":173,"tag":234,"props":390,"children":391},{"style":306},[392],{"type":178,"value":393},"article._path",{"type":173,"tag":234,"props":395,"children":396},{"style":241},[397],{"type":178,"value":303},{"type":173,"tag":234,"props":399,"children":400},{"style":241},[401],{"type":178,"value":255},{"type":173,"tag":234,"props":403,"children":405},{"class":236,"line":404},5,[406,411,416,421,427,432,436],{"type":173,"tag":234,"props":407,"children":408},{"style":241},[409],{"type":178,"value":410},"        \u003C",{"type":173,"tag":234,"props":412,"children":413},{"style":247},[414],{"type":178,"value":415},"h2",{"type":173,"tag":234,"props":417,"children":418},{"style":241},[419],{"type":178,"value":420},">",{"type":173,"tag":234,"props":422,"children":424},{"style":423},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[425],{"type":178,"value":426},"{{ article.title }}",{"type":173,"tag":234,"props":428,"children":429},{"style":241},[430],{"type":178,"value":431},"\u003C/",{"type":173,"tag":234,"props":433,"children":434},{"style":247},[435],{"type":178,"value":415},{"type":173,"tag":234,"props":437,"children":438},{"style":241},[439],{"type":178,"value":255},{"type":173,"tag":234,"props":441,"children":443},{"class":236,"line":442},6,[444,448,452,456,461,465,469],{"type":173,"tag":234,"props":445,"children":446},{"style":241},[447],{"type":178,"value":410},{"type":173,"tag":234,"props":449,"children":450},{"style":247},[451],{"type":178,"value":174},{"type":173,"tag":234,"props":453,"children":454},{"style":241},[455],{"type":178,"value":420},{"type":173,"tag":234,"props":457,"children":458},{"style":423},[459],{"type":178,"value":460},"{{ article.description }}",{"type":173,"tag":234,"props":462,"children":463},{"style":241},[464],{"type":178,"value":431},{"type":173,"tag":234,"props":466,"children":467},{"style":247},[468],{"type":178,"value":174},{"type":173,"tag":234,"props":470,"children":471},{"style":241},[472],{"type":178,"value":255},{"type":173,"tag":234,"props":474,"children":476},{"class":236,"line":475},7,[477,482,486],{"type":173,"tag":234,"props":478,"children":479},{"style":241},[480],{"type":178,"value":481},"      \u003C/",{"type":173,"tag":234,"props":483,"children":484},{"style":247},[485],{"type":178,"value":353},{"type":173,"tag":234,"props":487,"children":488},{"style":241},[489],{"type":178,"value":255},{"type":173,"tag":234,"props":491,"children":493},{"class":236,"line":492},8,[494,499,503],{"type":173,"tag":234,"props":495,"children":496},{"style":241},[497],{"type":178,"value":498},"    \u003C/",{"type":173,"tag":234,"props":500,"children":501},{"style":247},[502],{"type":178,"value":287},{"type":173,"tag":234,"props":504,"children":505},{"style":241},[506],{"type":178,"value":255},{"type":173,"tag":234,"props":508,"children":510},{"class":236,"line":509},9,[511,516,520],{"type":173,"tag":234,"props":512,"children":513},{"style":241},[514],{"type":178,"value":515},"  \u003C/",{"type":173,"tag":234,"props":517,"children":518},{"style":247},[519],{"type":178,"value":269},{"type":173,"tag":234,"props":521,"children":522},{"style":241},[523],{"type":178,"value":255},{"type":173,"tag":234,"props":525,"children":527},{"class":236,"line":526},10,[528,532,536],{"type":173,"tag":234,"props":529,"children":530},{"style":241},[531],{"type":178,"value":431},{"type":173,"tag":234,"props":533,"children":534},{"style":247},[535],{"type":178,"value":250},{"type":173,"tag":234,"props":537,"children":538},{"style":241},[539],{"type":178,"value":255},{"type":173,"tag":415,"props":541,"children":543},{"id":542},"props",[544],{"type":178,"value":545},"Props",{"type":173,"tag":547,"props":548,"children":549},"ul",{},[550,586],{"type":173,"tag":551,"props":552,"children":553},"li",{},[554,559,561],{"type":173,"tag":181,"props":555,"children":557},{"className":556},[],[558],{"type":178,"value":219},{"type":178,"value":560},": The path of the content to load from content source.\n",{"type":173,"tag":547,"props":562,"children":563},{},[564,575],{"type":173,"tag":551,"props":565,"children":566},{},[567,569],{"type":178,"value":568},"Type: ",{"type":173,"tag":181,"props":570,"children":572},{"className":571},[],[573],{"type":178,"value":574},"string",{"type":173,"tag":551,"props":576,"children":577},{},[578,580],{"type":178,"value":579},"Default: ",{"type":173,"tag":181,"props":581,"children":583},{"className":582},[],[584],{"type":178,"value":585},"'/'",{"type":173,"tag":551,"props":587,"children":588},{},[589,595,597,603,605],{"type":173,"tag":181,"props":590,"children":592},{"className":591},[],[593],{"type":178,"value":594},"query",{"type":178,"value":596},": A query builder params object to be passed to ",{"type":173,"tag":181,"props":598,"children":600},{"className":599},[],[601],{"type":178,"value":602},"\u003CContentQuery />",{"type":178,"value":604}," component.\n",{"type":173,"tag":547,"props":606,"children":607},{},[608,618],{"type":173,"tag":551,"props":609,"children":610},{},[611,612],{"type":178,"value":568},{"type":173,"tag":181,"props":613,"children":615},{"className":614},[],[616],{"type":178,"value":617},"QueryBuilderParams",{"type":173,"tag":551,"props":619,"children":620},{},[621,622],{"type":178,"value":579},{"type":173,"tag":181,"props":623,"children":625},{"className":624},[],[626],{"type":178,"value":627},"undefined",{"type":173,"tag":415,"props":629,"children":630},{"id":193},[631],{"type":178,"value":632},"Slots",{"type":173,"tag":174,"props":634,"children":635},{},[636,642,644,650],{"type":173,"tag":181,"props":637,"children":639},{"className":638},[],[640],{"type":178,"value":641},"default",{"type":178,"value":643}," slot can be used to render the content via ",{"type":173,"tag":181,"props":645,"children":647},{"className":646},[],[648],{"type":178,"value":649},"v-slot=\"{ list }\"",{"type":178,"value":651}," syntax:",{"type":173,"tag":223,"props":653,"children":654},{"className":225,"code":226,"filename":227,"language":228,"meta":167,"style":167},[655],{"type":173,"tag":181,"props":656,"children":657},{"__ignoreMap":167},[658,673,688,743,798,829,860,875,890,905],{"type":173,"tag":234,"props":659,"children":660},{"class":236,"line":237},[661,665,669],{"type":173,"tag":234,"props":662,"children":663},{"style":241},[664],{"type":178,"value":244},{"type":173,"tag":234,"props":666,"children":667},{"style":247},[668],{"type":178,"value":250},{"type":173,"tag":234,"props":670,"children":671},{"style":241},[672],{"type":178,"value":255},{"type":173,"tag":234,"props":674,"children":675},{"class":236,"line":258},[676,680,684],{"type":173,"tag":234,"props":677,"children":678},{"style":241},[679],{"type":178,"value":264},{"type":173,"tag":234,"props":681,"children":682},{"style":247},[683],{"type":178,"value":269},{"type":173,"tag":234,"props":685,"children":686},{"style":241},[687],{"type":178,"value":255},{"type":173,"tag":234,"props":689,"children":690},{"class":236,"line":276},[691,695,699,703,707,711,715,719,723,727,731,735,739],{"type":173,"tag":234,"props":692,"children":693},{"style":241},[694],{"type":178,"value":282},{"type":173,"tag":234,"props":696,"children":697},{"style":247},[698],{"type":178,"value":287},{"type":173,"tag":234,"props":700,"children":701},{"style":290},[702],{"type":178,"value":293},{"type":173,"tag":234,"props":704,"children":705},{"style":241},[706],{"type":178,"value":298},{"type":173,"tag":234,"props":708,"children":709},{"style":241},[710],{"type":178,"value":303},{"type":173,"tag":234,"props":712,"children":713},{"style":306},[714],{"type":178,"value":309},{"type":173,"tag":234,"props":716,"children":717},{"style":241},[718],{"type":178,"value":303},{"type":173,"tag":234,"props":720,"children":721},{"style":290},[722],{"type":178,"value":318},{"type":173,"tag":234,"props":724,"children":725},{"style":241},[726],{"type":178,"value":298},{"type":173,"tag":234,"props":728,"children":729},{"style":241},[730],{"type":178,"value":303},{"type":173,"tag":234,"props":732,"children":733},{"style":306},[734],{"type":178,"value":331},{"type":173,"tag":234,"props":736,"children":737},{"style":241},[738],{"type":178,"value":303},{"type":173,"tag":234,"props":740,"children":741},{"style":241},[742],{"type":178,"value":255},{"type":173,"tag":234,"props":744,"children":745},{"class":236,"line":342},[746,750,754,758,762,766,770,774,778,782,786,790,794],{"type":173,"tag":234,"props":747,"children":748},{"style":241},[749],{"type":178,"value":348},{"type":173,"tag":234,"props":751,"children":752},{"style":247},[753],{"type":178,"value":353},{"type":173,"tag":234,"props":755,"children":756},{"style":290},[757],{"type":178,"value":358},{"type":173,"tag":234,"props":759,"children":760},{"style":241},[761],{"type":178,"value":298},{"type":173,"tag":234,"props":763,"children":764},{"style":241},[765],{"type":178,"value":303},{"type":173,"tag":234,"props":767,"children":768},{"style":306},[769],{"type":178,"value":371},{"type":173,"tag":234,"props":771,"children":772},{"style":241},[773],{"type":178,"value":303},{"type":173,"tag":234,"props":775,"children":776},{"style":290},[777],{"type":178,"value":380},{"type":173,"tag":234,"props":779,"children":780},{"style":241},[781],{"type":178,"value":298},{"type":173,"tag":234,"props":783,"children":784},{"style":241},[785],{"type":178,"value":303},{"type":173,"tag":234,"props":787,"children":788},{"style":306},[789],{"type":178,"value":393},{"type":173,"tag":234,"props":791,"children":792},{"style":241},[793],{"type":178,"value":303},{"type":173,"tag":234,"props":795,"children":796},{"style":241},[797],{"type":178,"value":255},{"type":173,"tag":234,"props":799,"children":800},{"class":236,"line":404},[801,805,809,813,817,821,825],{"type":173,"tag":234,"props":802,"children":803},{"style":241},[804],{"type":178,"value":410},{"type":173,"tag":234,"props":806,"children":807},{"style":247},[808],{"type":178,"value":415},{"type":173,"tag":234,"props":810,"children":811},{"style":241},[812],{"type":178,"value":420},{"type":173,"tag":234,"props":814,"children":815},{"style":423},[816],{"type":178,"value":426},{"type":173,"tag":234,"props":818,"children":819},{"style":241},[820],{"type":178,"value":431},{"type":173,"tag":234,"props":822,"children":823},{"style":247},[824],{"type":178,"value":415},{"type":173,"tag":234,"props":826,"children":827},{"style":241},[828],{"type":178,"value":255},{"type":173,"tag":234,"props":830,"children":831},{"class":236,"line":442},[832,836,840,844,848,852,856],{"type":173,"tag":234,"props":833,"children":834},{"style":241},[835],{"type":178,"value":410},{"type":173,"tag":234,"props":837,"children":838},{"style":247},[839],{"type":178,"value":174},{"type":173,"tag":234,"props":841,"children":842},{"style":241},[843],{"type":178,"value":420},{"type":173,"tag":234,"props":845,"children":846},{"style":423},[847],{"type":178,"value":460},{"type":173,"tag":234,"props":849,"children":850},{"style":241},[851],{"type":178,"value":431},{"type":173,"tag":234,"props":853,"children":854},{"style":247},[855],{"type":178,"value":174},{"type":173,"tag":234,"props":857,"children":858},{"style":241},[859],{"type":178,"value":255},{"type":173,"tag":234,"props":861,"children":862},{"class":236,"line":475},[863,867,871],{"type":173,"tag":234,"props":864,"children":865},{"style":241},[866],{"type":178,"value":481},{"type":173,"tag":234,"props":868,"children":869},{"style":247},[870],{"type":178,"value":353},{"type":173,"tag":234,"props":872,"children":873},{"style":241},[874],{"type":178,"value":255},{"type":173,"tag":234,"props":876,"children":877},{"class":236,"line":492},[878,882,886],{"type":173,"tag":234,"props":879,"children":880},{"style":241},[881],{"type":178,"value":498},{"type":173,"tag":234,"props":883,"children":884},{"style":247},[885],{"type":178,"value":287},{"type":173,"tag":234,"props":887,"children":888},{"style":241},[889],{"type":178,"value":255},{"type":173,"tag":234,"props":891,"children":892},{"class":236,"line":509},[893,897,901],{"type":173,"tag":234,"props":894,"children":895},{"style":241},[896],{"type":178,"value":515},{"type":173,"tag":234,"props":898,"children":899},{"style":247},[900],{"type":178,"value":269},{"type":173,"tag":234,"props":902,"children":903},{"style":241},[904],{"type":178,"value":255},{"type":173,"tag":234,"props":906,"children":907},{"class":236,"line":526},[908,912,916],{"type":173,"tag":234,"props":909,"children":910},{"style":241},[911],{"type":178,"value":431},{"type":173,"tag":234,"props":913,"children":914},{"style":247},[915],{"type":178,"value":250},{"type":173,"tag":234,"props":917,"children":918},{"style":241},[919],{"type":178,"value":255},{"type":173,"tag":174,"props":921,"children":922},{},[923,929],{"type":173,"tag":181,"props":924,"children":926},{"className":925},[],[927],{"type":178,"value":928},"not-found",{"type":178,"value":930}," slot can be used when no documents are matching the query:",{"type":173,"tag":223,"props":932,"children":934},{"className":225,"code":933,"filename":227,"language":228,"meta":167,"style":167},"\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentList path=\"/articles\">\n      \u003Ctemplate #default=\"{ list }\">\n        \u003C!-- ...default slot -->\n      \u003C/template>\n      \u003Ctemplate #not-found>\n        \u003Cp>No articles found.\u003C/p>\n      \u003C/template>\n    \u003C/ContentList>\n  \u003C/main>\n\u003C/template>\n",[935],{"type":173,"tag":181,"props":936,"children":937},{"__ignoreMap":167},[938,953,968,1003,1039,1048,1063,1083,1115,1130,1145,1161],{"type":173,"tag":234,"props":939,"children":940},{"class":236,"line":237},[941,945,949],{"type":173,"tag":234,"props":942,"children":943},{"style":241},[944],{"type":178,"value":244},{"type":173,"tag":234,"props":946,"children":947},{"style":247},[948],{"type":178,"value":250},{"type":173,"tag":234,"props":950,"children":951},{"style":241},[952],{"type":178,"value":255},{"type":173,"tag":234,"props":954,"children":955},{"class":236,"line":258},[956,960,964],{"type":173,"tag":234,"props":957,"children":958},{"style":241},[959],{"type":178,"value":264},{"type":173,"tag":234,"props":961,"children":962},{"style":247},[963],{"type":178,"value":269},{"type":173,"tag":234,"props":965,"children":966},{"style":241},[967],{"type":178,"value":255},{"type":173,"tag":234,"props":969,"children":970},{"class":236,"line":276},[971,975,979,983,987,991,995,999],{"type":173,"tag":234,"props":972,"children":973},{"style":241},[974],{"type":178,"value":282},{"type":173,"tag":234,"props":976,"children":977},{"style":247},[978],{"type":178,"value":287},{"type":173,"tag":234,"props":980,"children":981},{"style":290},[982],{"type":178,"value":293},{"type":173,"tag":234,"props":984,"children":985},{"style":241},[986],{"type":178,"value":298},{"type":173,"tag":234,"props":988,"children":989},{"style":241},[990],{"type":178,"value":303},{"type":173,"tag":234,"props":992,"children":993},{"style":306},[994],{"type":178,"value":309},{"type":173,"tag":234,"props":996,"children":997},{"style":241},[998],{"type":178,"value":303},{"type":173,"tag":234,"props":1000,"children":1001},{"style":241},[1002],{"type":178,"value":255},{"type":173,"tag":234,"props":1004,"children":1005},{"class":236,"line":342},[1006,1010,1014,1019,1023,1027,1031,1035],{"type":173,"tag":234,"props":1007,"children":1008},{"style":241},[1009],{"type":178,"value":348},{"type":173,"tag":234,"props":1011,"children":1012},{"style":247},[1013],{"type":178,"value":250},{"type":173,"tag":234,"props":1015,"children":1016},{"style":290},[1017],{"type":178,"value":1018}," #default",{"type":173,"tag":234,"props":1020,"children":1021},{"style":241},[1022],{"type":178,"value":298},{"type":173,"tag":234,"props":1024,"children":1025},{"style":241},[1026],{"type":178,"value":303},{"type":173,"tag":234,"props":1028,"children":1029},{"style":306},[1030],{"type":178,"value":331},{"type":173,"tag":234,"props":1032,"children":1033},{"style":241},[1034],{"type":178,"value":303},{"type":173,"tag":234,"props":1036,"children":1037},{"style":241},[1038],{"type":178,"value":255},{"type":173,"tag":234,"props":1040,"children":1041},{"class":236,"line":404},[1042],{"type":173,"tag":234,"props":1043,"children":1045},{"style":1044},"--shiki-light:#90A4AE;--shiki-default:#546E7A;--shiki-dark:#676E95;--shiki-light-font-style:italic;--shiki-default-font-style:italic;--shiki-dark-font-style:italic",[1046],{"type":178,"value":1047},"        \u003C!-- ...default slot -->\n",{"type":173,"tag":234,"props":1049,"children":1050},{"class":236,"line":442},[1051,1055,1059],{"type":173,"tag":234,"props":1052,"children":1053},{"style":241},[1054],{"type":178,"value":481},{"type":173,"tag":234,"props":1056,"children":1057},{"style":247},[1058],{"type":178,"value":250},{"type":173,"tag":234,"props":1060,"children":1061},{"style":241},[1062],{"type":178,"value":255},{"type":173,"tag":234,"props":1064,"children":1065},{"class":236,"line":475},[1066,1070,1074,1079],{"type":173,"tag":234,"props":1067,"children":1068},{"style":241},[1069],{"type":178,"value":348},{"type":173,"tag":234,"props":1071,"children":1072},{"style":247},[1073],{"type":178,"value":250},{"type":173,"tag":234,"props":1075,"children":1076},{"style":290},[1077],{"type":178,"value":1078}," #not-found",{"type":173,"tag":234,"props":1080,"children":1081},{"style":241},[1082],{"type":178,"value":255},{"type":173,"tag":234,"props":1084,"children":1085},{"class":236,"line":492},[1086,1090,1094,1098,1103,1107,1111],{"type":173,"tag":234,"props":1087,"children":1088},{"style":241},[1089],{"type":178,"value":410},{"type":173,"tag":234,"props":1091,"children":1092},{"style":247},[1093],{"type":178,"value":174},{"type":173,"tag":234,"props":1095,"children":1096},{"style":241},[1097],{"type":178,"value":420},{"type":173,"tag":234,"props":1099,"children":1100},{"style":423},[1101],{"type":178,"value":1102},"No articles found.",{"type":173,"tag":234,"props":1104,"children":1105},{"style":241},[1106],{"type":178,"value":431},{"type":173,"tag":234,"props":1108,"children":1109},{"style":247},[1110],{"type":178,"value":174},{"type":173,"tag":234,"props":1112,"children":1113},{"style":241},[1114],{"type":178,"value":255},{"type":173,"tag":234,"props":1116,"children":1117},{"class":236,"line":509},[1118,1122,1126],{"type":173,"tag":234,"props":1119,"children":1120},{"style":241},[1121],{"type":178,"value":481},{"type":173,"tag":234,"props":1123,"children":1124},{"style":247},[1125],{"type":178,"value":250},{"type":173,"tag":234,"props":1127,"children":1128},{"style":241},[1129],{"type":178,"value":255},{"type":173,"tag":234,"props":1131,"children":1132},{"class":236,"line":526},[1133,1137,1141],{"type":173,"tag":234,"props":1134,"children":1135},{"style":241},[1136],{"type":178,"value":498},{"type":173,"tag":234,"props":1138,"children":1139},{"style":247},[1140],{"type":178,"value":287},{"type":173,"tag":234,"props":1142,"children":1143},{"style":241},[1144],{"type":178,"value":255},{"type":173,"tag":234,"props":1146,"children":1148},{"class":236,"line":1147},11,[1149,1153,1157],{"type":173,"tag":234,"props":1150,"children":1151},{"style":241},[1152],{"type":178,"value":515},{"type":173,"tag":234,"props":1154,"children":1155},{"style":247},[1156],{"type":178,"value":269},{"type":173,"tag":234,"props":1158,"children":1159},{"style":241},[1160],{"type":178,"value":255},{"type":173,"tag":234,"props":1162,"children":1164},{"class":236,"line":1163},12,[1165,1169,1173],{"type":173,"tag":234,"props":1166,"children":1167},{"style":241},[1168],{"type":178,"value":431},{"type":173,"tag":234,"props":1170,"children":1171},{"style":247},[1172],{"type":178,"value":250},{"type":173,"tag":234,"props":1174,"children":1175},{"style":241},[1176],{"type":178,"value":255},{"type":173,"tag":415,"props":1178,"children":1180},{"id":1179},"query-example",[1181],{"type":178,"value":1182},"Query example",{"type":173,"tag":223,"props":1184,"children":1186},{"className":225,"code":1185,"filename":227,"language":228,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nimport type { QueryBuilderParams } from '@nuxt/content/dist/runtime/types'\nconst query: QueryBuilderParams = { path: '/articles', where: [{ layout: 'article' }], limit: 5, sort: [{ date: -1 }] }\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentList :query=\"query\" v-slot=\"{ list }\">\n      \u003Cdiv v-for=\"article in list\" :key=\"article._path\">\n        \u003Ch2>{{ article.title }}\u003C/h2>\n        \u003Cp>{{ article.description }}\u003C/p>\n      \u003C/div>\n    \u003C/ContentList>\n  \u003C/main>\n\u003C/template>\n",[1187],{"type":173,"tag":181,"props":1188,"children":1189},{"__ignoreMap":167},[1190,1233,1282,1463,1478,1487,1502,1517,1573,1628,1659,1690,1705,1721,1737],{"type":173,"tag":234,"props":1191,"children":1192},{"class":236,"line":237},[1193,1197,1202,1207,1212,1216,1220,1225,1229],{"type":173,"tag":234,"props":1194,"children":1195},{"style":241},[1196],{"type":178,"value":244},{"type":173,"tag":234,"props":1198,"children":1199},{"style":247},[1200],{"type":178,"value":1201},"script",{"type":173,"tag":234,"props":1203,"children":1204},{"style":290},[1205],{"type":178,"value":1206}," setup",{"type":173,"tag":234,"props":1208,"children":1209},{"style":290},[1210],{"type":178,"value":1211}," lang",{"type":173,"tag":234,"props":1213,"children":1214},{"style":241},[1215],{"type":178,"value":298},{"type":173,"tag":234,"props":1217,"children":1218},{"style":241},[1219],{"type":178,"value":303},{"type":173,"tag":234,"props":1221,"children":1222},{"style":306},[1223],{"type":178,"value":1224},"ts",{"type":173,"tag":234,"props":1226,"children":1227},{"style":241},[1228],{"type":178,"value":303},{"type":173,"tag":234,"props":1230,"children":1231},{"style":241},[1232],{"type":178,"value":255},{"type":173,"tag":234,"props":1234,"children":1235},{"class":236,"line":258},[1236,1242,1247,1252,1257,1262,1267,1272,1277],{"type":173,"tag":234,"props":1237,"children":1239},{"style":1238},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF;--shiki-light-font-style:italic;--shiki-default-font-style:italic;--shiki-dark-font-style:italic",[1240],{"type":178,"value":1241},"import",{"type":173,"tag":234,"props":1243,"children":1244},{"style":1238},[1245],{"type":178,"value":1246}," type",{"type":173,"tag":234,"props":1248,"children":1249},{"style":241},[1250],{"type":178,"value":1251}," {",{"type":173,"tag":234,"props":1253,"children":1254},{"style":423},[1255],{"type":178,"value":1256}," QueryBuilderParams",{"type":173,"tag":234,"props":1258,"children":1259},{"style":241},[1260],{"type":178,"value":1261}," }",{"type":173,"tag":234,"props":1263,"children":1264},{"style":1238},[1265],{"type":178,"value":1266}," from",{"type":173,"tag":234,"props":1268,"children":1269},{"style":241},[1270],{"type":178,"value":1271}," '",{"type":173,"tag":234,"props":1273,"children":1274},{"style":306},[1275],{"type":178,"value":1276},"@nuxt/content/dist/runtime/types",{"type":173,"tag":234,"props":1278,"children":1279},{"style":241},[1280],{"type":178,"value":1281},"'\n",{"type":173,"tag":234,"props":1283,"children":1284},{"class":236,"line":276},[1285,1290,1295,1300,1305,1310,1314,1318,1322,1326,1330,1335,1340,1345,1349,1354,1359,1364,1368,1372,1377,1381,1385,1390,1394,1399,1403,1409,1413,1418,1422,1426,1430,1435,1439,1444,1449,1453,1458],{"type":173,"tag":234,"props":1286,"children":1287},{"style":290},[1288],{"type":178,"value":1289},"const",{"type":173,"tag":234,"props":1291,"children":1292},{"style":423},[1293],{"type":178,"value":1294}," query",{"type":173,"tag":234,"props":1296,"children":1297},{"style":241},[1298],{"type":178,"value":1299},":",{"type":173,"tag":234,"props":1301,"children":1303},{"style":1302},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1304],{"type":178,"value":1256},{"type":173,"tag":234,"props":1306,"children":1307},{"style":241},[1308],{"type":178,"value":1309}," =",{"type":173,"tag":234,"props":1311,"children":1312},{"style":241},[1313],{"type":178,"value":1251},{"type":173,"tag":234,"props":1315,"children":1316},{"style":247},[1317],{"type":178,"value":293},{"type":173,"tag":234,"props":1319,"children":1320},{"style":241},[1321],{"type":178,"value":1299},{"type":173,"tag":234,"props":1323,"children":1324},{"style":241},[1325],{"type":178,"value":1271},{"type":173,"tag":234,"props":1327,"children":1328},{"style":306},[1329],{"type":178,"value":309},{"type":173,"tag":234,"props":1331,"children":1332},{"style":241},[1333],{"type":178,"value":1334},"'",{"type":173,"tag":234,"props":1336,"children":1337},{"style":241},[1338],{"type":178,"value":1339},",",{"type":173,"tag":234,"props":1341,"children":1342},{"style":247},[1343],{"type":178,"value":1344}," where",{"type":173,"tag":234,"props":1346,"children":1347},{"style":241},[1348],{"type":178,"value":1299},{"type":173,"tag":234,"props":1350,"children":1351},{"style":423},[1352],{"type":178,"value":1353}," [",{"type":173,"tag":234,"props":1355,"children":1356},{"style":241},[1357],{"type":178,"value":1358},"{",{"type":173,"tag":234,"props":1360,"children":1361},{"style":247},[1362],{"type":178,"value":1363}," layout",{"type":173,"tag":234,"props":1365,"children":1366},{"style":241},[1367],{"type":178,"value":1299},{"type":173,"tag":234,"props":1369,"children":1370},{"style":241},[1371],{"type":178,"value":1271},{"type":173,"tag":234,"props":1373,"children":1374},{"style":306},[1375],{"type":178,"value":1376},"article",{"type":173,"tag":234,"props":1378,"children":1379},{"style":241},[1380],{"type":178,"value":1334},{"type":173,"tag":234,"props":1382,"children":1383},{"style":241},[1384],{"type":178,"value":1261},{"type":173,"tag":234,"props":1386,"children":1387},{"style":423},[1388],{"type":178,"value":1389},"]",{"type":173,"tag":234,"props":1391,"children":1392},{"style":241},[1393],{"type":178,"value":1339},{"type":173,"tag":234,"props":1395,"children":1396},{"style":247},[1397],{"type":178,"value":1398}," limit",{"type":173,"tag":234,"props":1400,"children":1401},{"style":241},[1402],{"type":178,"value":1299},{"type":173,"tag":234,"props":1404,"children":1406},{"style":1405},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[1407],{"type":178,"value":1408}," 5",{"type":173,"tag":234,"props":1410,"children":1411},{"style":241},[1412],{"type":178,"value":1339},{"type":173,"tag":234,"props":1414,"children":1415},{"style":247},[1416],{"type":178,"value":1417}," sort",{"type":173,"tag":234,"props":1419,"children":1420},{"style":241},[1421],{"type":178,"value":1299},{"type":173,"tag":234,"props":1423,"children":1424},{"style":423},[1425],{"type":178,"value":1353},{"type":173,"tag":234,"props":1427,"children":1428},{"style":241},[1429],{"type":178,"value":1358},{"type":173,"tag":234,"props":1431,"children":1432},{"style":247},[1433],{"type":178,"value":1434}," date",{"type":173,"tag":234,"props":1436,"children":1437},{"style":241},[1438],{"type":178,"value":1299},{"type":173,"tag":234,"props":1440,"children":1441},{"style":241},[1442],{"type":178,"value":1443}," -",{"type":173,"tag":234,"props":1445,"children":1446},{"style":1405},[1447],{"type":178,"value":1448},"1",{"type":173,"tag":234,"props":1450,"children":1451},{"style":241},[1452],{"type":178,"value":1261},{"type":173,"tag":234,"props":1454,"children":1455},{"style":423},[1456],{"type":178,"value":1457},"] ",{"type":173,"tag":234,"props":1459,"children":1460},{"style":241},[1461],{"type":178,"value":1462},"}\n",{"type":173,"tag":234,"props":1464,"children":1465},{"class":236,"line":342},[1466,1470,1474],{"type":173,"tag":234,"props":1467,"children":1468},{"style":241},[1469],{"type":178,"value":431},{"type":173,"tag":234,"props":1471,"children":1472},{"style":247},[1473],{"type":178,"value":1201},{"type":173,"tag":234,"props":1475,"children":1476},{"style":241},[1477],{"type":178,"value":255},{"type":173,"tag":234,"props":1479,"children":1480},{"class":236,"line":404},[1481],{"type":173,"tag":234,"props":1482,"children":1484},{"emptyLinePlaceholder":1483},true,[1485],{"type":178,"value":1486},"\n",{"type":173,"tag":234,"props":1488,"children":1489},{"class":236,"line":442},[1490,1494,1498],{"type":173,"tag":234,"props":1491,"children":1492},{"style":241},[1493],{"type":178,"value":244},{"type":173,"tag":234,"props":1495,"children":1496},{"style":247},[1497],{"type":178,"value":250},{"type":173,"tag":234,"props":1499,"children":1500},{"style":241},[1501],{"type":178,"value":255},{"type":173,"tag":234,"props":1503,"children":1504},{"class":236,"line":475},[1505,1509,1513],{"type":173,"tag":234,"props":1506,"children":1507},{"style":241},[1508],{"type":178,"value":264},{"type":173,"tag":234,"props":1510,"children":1511},{"style":247},[1512],{"type":178,"value":269},{"type":173,"tag":234,"props":1514,"children":1515},{"style":241},[1516],{"type":178,"value":255},{"type":173,"tag":234,"props":1518,"children":1519},{"class":236,"line":492},[1520,1524,1528,1533,1537,1541,1545,1549,1553,1557,1561,1565,1569],{"type":173,"tag":234,"props":1521,"children":1522},{"style":241},[1523],{"type":178,"value":282},{"type":173,"tag":234,"props":1525,"children":1526},{"style":247},[1527],{"type":178,"value":287},{"type":173,"tag":234,"props":1529,"children":1530},{"style":290},[1531],{"type":178,"value":1532}," :query",{"type":173,"tag":234,"props":1534,"children":1535},{"style":241},[1536],{"type":178,"value":298},{"type":173,"tag":234,"props":1538,"children":1539},{"style":241},[1540],{"type":178,"value":303},{"type":173,"tag":234,"props":1542,"children":1543},{"style":306},[1544],{"type":178,"value":594},{"type":173,"tag":234,"props":1546,"children":1547},{"style":241},[1548],{"type":178,"value":303},{"type":173,"tag":234,"props":1550,"children":1551},{"style":290},[1552],{"type":178,"value":318},{"type":173,"tag":234,"props":1554,"children":1555},{"style":241},[1556],{"type":178,"value":298},{"type":173,"tag":234,"props":1558,"children":1559},{"style":241},[1560],{"type":178,"value":303},{"type":173,"tag":234,"props":1562,"children":1563},{"style":306},[1564],{"type":178,"value":331},{"type":173,"tag":234,"props":1566,"children":1567},{"style":241},[1568],{"type":178,"value":303},{"type":173,"tag":234,"props":1570,"children":1571},{"style":241},[1572],{"type":178,"value":255},{"type":173,"tag":234,"props":1574,"children":1575},{"class":236,"line":509},[1576,1580,1584,1588,1592,1596,1600,1604,1608,1612,1616,1620,1624],{"type":173,"tag":234,"props":1577,"children":1578},{"style":241},[1579],{"type":178,"value":348},{"type":173,"tag":234,"props":1581,"children":1582},{"style":247},[1583],{"type":178,"value":353},{"type":173,"tag":234,"props":1585,"children":1586},{"style":290},[1587],{"type":178,"value":358},{"type":173,"tag":234,"props":1589,"children":1590},{"style":241},[1591],{"type":178,"value":298},{"type":173,"tag":234,"props":1593,"children":1594},{"style":241},[1595],{"type":178,"value":303},{"type":173,"tag":234,"props":1597,"children":1598},{"style":306},[1599],{"type":178,"value":371},{"type":173,"tag":234,"props":1601,"children":1602},{"style":241},[1603],{"type":178,"value":303},{"type":173,"tag":234,"props":1605,"children":1606},{"style":290},[1607],{"type":178,"value":380},{"type":173,"tag":234,"props":1609,"children":1610},{"style":241},[1611],{"type":178,"value":298},{"type":173,"tag":234,"props":1613,"children":1614},{"style":241},[1615],{"type":178,"value":303},{"type":173,"tag":234,"props":1617,"children":1618},{"style":306},[1619],{"type":178,"value":393},{"type":173,"tag":234,"props":1621,"children":1622},{"style":241},[1623],{"type":178,"value":303},{"type":173,"tag":234,"props":1625,"children":1626},{"style":241},[1627],{"type":178,"value":255},{"type":173,"tag":234,"props":1629,"children":1630},{"class":236,"line":526},[1631,1635,1639,1643,1647,1651,1655],{"type":173,"tag":234,"props":1632,"children":1633},{"style":241},[1634],{"type":178,"value":410},{"type":173,"tag":234,"props":1636,"children":1637},{"style":247},[1638],{"type":178,"value":415},{"type":173,"tag":234,"props":1640,"children":1641},{"style":241},[1642],{"type":178,"value":420},{"type":173,"tag":234,"props":1644,"children":1645},{"style":423},[1646],{"type":178,"value":426},{"type":173,"tag":234,"props":1648,"children":1649},{"style":241},[1650],{"type":178,"value":431},{"type":173,"tag":234,"props":1652,"children":1653},{"style":247},[1654],{"type":178,"value":415},{"type":173,"tag":234,"props":1656,"children":1657},{"style":241},[1658],{"type":178,"value":255},{"type":173,"tag":234,"props":1660,"children":1661},{"class":236,"line":1147},[1662,1666,1670,1674,1678,1682,1686],{"type":173,"tag":234,"props":1663,"children":1664},{"style":241},[1665],{"type":178,"value":410},{"type":173,"tag":234,"props":1667,"children":1668},{"style":247},[1669],{"type":178,"value":174},{"type":173,"tag":234,"props":1671,"children":1672},{"style":241},[1673],{"type":178,"value":420},{"type":173,"tag":234,"props":1675,"children":1676},{"style":423},[1677],{"type":178,"value":460},{"type":173,"tag":234,"props":1679,"children":1680},{"style":241},[1681],{"type":178,"value":431},{"type":173,"tag":234,"props":1683,"children":1684},{"style":247},[1685],{"type":178,"value":174},{"type":173,"tag":234,"props":1687,"children":1688},{"style":241},[1689],{"type":178,"value":255},{"type":173,"tag":234,"props":1691,"children":1692},{"class":236,"line":1163},[1693,1697,1701],{"type":173,"tag":234,"props":1694,"children":1695},{"style":241},[1696],{"type":178,"value":481},{"type":173,"tag":234,"props":1698,"children":1699},{"style":247},[1700],{"type":178,"value":353},{"type":173,"tag":234,"props":1702,"children":1703},{"style":241},[1704],{"type":178,"value":255},{"type":173,"tag":234,"props":1706,"children":1708},{"class":236,"line":1707},13,[1709,1713,1717],{"type":173,"tag":234,"props":1710,"children":1711},{"style":241},[1712],{"type":178,"value":498},{"type":173,"tag":234,"props":1714,"children":1715},{"style":247},[1716],{"type":178,"value":287},{"type":173,"tag":234,"props":1718,"children":1719},{"style":241},[1720],{"type":178,"value":255},{"type":173,"tag":234,"props":1722,"children":1724},{"class":236,"line":1723},14,[1725,1729,1733],{"type":173,"tag":234,"props":1726,"children":1727},{"style":241},[1728],{"type":178,"value":515},{"type":173,"tag":234,"props":1730,"children":1731},{"style":247},[1732],{"type":178,"value":269},{"type":173,"tag":234,"props":1734,"children":1735},{"style":241},[1736],{"type":178,"value":255},{"type":173,"tag":234,"props":1738,"children":1740},{"class":236,"line":1739},15,[1741,1745,1749],{"type":173,"tag":234,"props":1742,"children":1743},{"style":241},[1744],{"type":178,"value":431},{"type":173,"tag":234,"props":1746,"children":1747},{"style":247},[1748],{"type":178,"value":250},{"type":173,"tag":234,"props":1750,"children":1751},{"style":241},[1752],{"type":178,"value":255},{"type":173,"tag":1754,"props":1755,"children":1756},"style",{},[1757],{"type":178,"value":1758},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":167,"searchDepth":258,"depth":258,"links":1760},[1761,1762,1763],{"id":542,"depth":258,"text":545},{"id":193,"depth":258,"text":632},{"id":1179,"depth":258,"text":1182},"markdown","content:4.components:3.content-list.md","content","4.components/3.content-list.md","md",[1770,3415],{"_path":76,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":75,"description":1771,"body":1772,"_type":1764,"_id":3413,"_source":1766,"_file":3414,"_extension":1768},"Takes your component from an AST to a wonderful template.",{"type":170,"children":1773,"toc":3409},[1774,1795,1816,1837,1841,2009,2013,2030,2390,2402,2742,3405],{"type":173,"tag":174,"props":1775,"children":1776},{},[1777,1778,1783,1785,1794],{"type":178,"value":179},{"type":173,"tag":181,"props":1779,"children":1781},{"className":1780},[],[1782],{"type":178,"value":75},{"type":178,"value":1784}," component renders a document coming from a query with ",{"type":173,"tag":1786,"props":1787,"children":1788},"a",{"href":51},[1789],{"type":173,"tag":181,"props":1790,"children":1792},{"className":1791},[],[1793],{"type":178,"value":50},{"type":178,"value":195},{"type":173,"tag":174,"props":1796,"children":1797},{},[1798,1800,1806,1808,1814],{"type":178,"value":1799},"It will use ",{"type":173,"tag":181,"props":1801,"children":1803},{"className":1802},[],[1804],{"type":178,"value":1805},"\u003CContentRendererMarkdown>",{"type":178,"value":1807}," component to render ",{"type":173,"tag":181,"props":1809,"children":1811},{"className":1810},[],[1812],{"type":178,"value":1813},".md",{"type":178,"value":1815}," file types.",{"type":173,"tag":174,"props":1817,"children":1818},{},[1819,1821,1827,1829,1835],{"type":178,"value":1820},"Other types will currently be passed to default slot via ",{"type":173,"tag":181,"props":1822,"children":1824},{"className":1823},[],[1825],{"type":178,"value":1826},"v-slot=\"{ data }\"",{"type":178,"value":1828}," or be rendered inside ",{"type":173,"tag":181,"props":1830,"children":1832},{"className":1831},[],[1833],{"type":178,"value":1834},"\u003Cpre />",{"type":178,"value":1836}," tag.",{"type":173,"tag":415,"props":1838,"children":1839},{"id":542},[1840],{"type":178,"value":545},{"type":173,"tag":547,"props":1842,"children":1843},{},[1844,1878,1911,1945,1977],{"type":173,"tag":551,"props":1845,"children":1846},{},[1847,1853,1855],{"type":173,"tag":181,"props":1848,"children":1850},{"className":1849},[],[1851],{"type":178,"value":1852},"value",{"type":178,"value":1854},": The document to render.\n",{"type":173,"tag":547,"props":1856,"children":1857},{},[1858,1868],{"type":173,"tag":551,"props":1859,"children":1860},{},[1861,1862],{"type":178,"value":568},{"type":173,"tag":181,"props":1863,"children":1865},{"className":1864},[],[1866],{"type":178,"value":1867},"ParsedContent",{"type":173,"tag":551,"props":1869,"children":1870},{},[1871,1872],{"type":178,"value":579},{"type":173,"tag":181,"props":1873,"children":1875},{"className":1874},[],[1876],{"type":178,"value":1877},"{}",{"type":173,"tag":551,"props":1879,"children":1880},{},[1881,1887,1889],{"type":173,"tag":181,"props":1882,"children":1884},{"className":1883},[],[1885],{"type":178,"value":1886},"tag",{"type":178,"value":1888},": The tag to use for the renderer element if it is used.\n",{"type":173,"tag":547,"props":1890,"children":1891},{},[1892,1901],{"type":173,"tag":551,"props":1893,"children":1894},{},[1895,1896],{"type":178,"value":568},{"type":173,"tag":181,"props":1897,"children":1899},{"className":1898},[],[1900],{"type":178,"value":574},{"type":173,"tag":551,"props":1902,"children":1903},{},[1904,1905],{"type":178,"value":579},{"type":173,"tag":181,"props":1906,"children":1908},{"className":1907},[],[1909],{"type":178,"value":1910},"'div'",{"type":173,"tag":551,"props":1912,"children":1913},{},[1914,1920,1922],{"type":173,"tag":181,"props":1915,"children":1917},{"className":1916},[],[1918],{"type":178,"value":1919},"excerpt",{"type":178,"value":1921},": Whether to render the excerpt only without the rest of the content.\n",{"type":173,"tag":547,"props":1923,"children":1924},{},[1925,1935],{"type":173,"tag":551,"props":1926,"children":1927},{},[1928,1929],{"type":178,"value":568},{"type":173,"tag":181,"props":1930,"children":1932},{"className":1931},[],[1933],{"type":178,"value":1934},"boolean",{"type":173,"tag":551,"props":1936,"children":1937},{},[1938,1939],{"type":178,"value":579},{"type":173,"tag":181,"props":1940,"children":1942},{"className":1941},[],[1943],{"type":178,"value":1944},"false",{"type":173,"tag":551,"props":1946,"children":1947},{},[1948,1953,1955],{"type":173,"tag":181,"props":1949,"children":1951},{"className":1950},[],[1952],{"type":178,"value":165},{"type":178,"value":1954},": The map of custom components to use for rendering. This prop will pass to markdown renderer and will not affect other file types.\n",{"type":173,"tag":547,"props":1956,"children":1957},{},[1958,1968],{"type":173,"tag":551,"props":1959,"children":1960},{},[1961,1962],{"type":178,"value":568},{"type":173,"tag":181,"props":1963,"children":1965},{"className":1964},[],[1966],{"type":178,"value":1967},"object",{"type":173,"tag":551,"props":1969,"children":1970},{},[1971,1972],{"type":178,"value":579},{"type":173,"tag":181,"props":1973,"children":1975},{"className":1974},[],[1976],{"type":178,"value":1877},{"type":173,"tag":551,"props":1978,"children":1979},{},[1980,1986,1988],{"type":173,"tag":181,"props":1981,"children":1983},{"className":1982},[],[1984],{"type":178,"value":1985},"data",{"type":178,"value":1987},": A map of variables to inject into the markdown content for later use in binding variables.\n",{"type":173,"tag":547,"props":1989,"children":1990},{},[1991,2000],{"type":173,"tag":551,"props":1992,"children":1993},{},[1994,1995],{"type":178,"value":568},{"type":173,"tag":181,"props":1996,"children":1998},{"className":1997},[],[1999],{"type":178,"value":1967},{"type":173,"tag":551,"props":2001,"children":2002},{},[2003,2004],{"type":178,"value":579},{"type":173,"tag":181,"props":2005,"children":2007},{"className":2006},[],[2008],{"type":178,"value":1877},{"type":173,"tag":415,"props":2010,"children":2011},{"id":193},[2012],{"type":178,"value":632},{"type":173,"tag":174,"props":2014,"children":2015},{},[2016,2017,2022,2023,2028],{"type":178,"value":179},{"type":173,"tag":181,"props":2018,"children":2020},{"className":2019},[],[2021],{"type":178,"value":641},{"type":178,"value":643},{"type":173,"tag":181,"props":2024,"children":2026},{"className":2025},[],[2027],{"type":178,"value":1826},{"type":178,"value":2029}," syntax.",{"type":173,"tag":223,"props":2031,"children":2034},{"className":225,"code":2032,"filename":2033,"language":228,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nconst { data } = await useAsyncData('page-data', () => queryContent('/hello').findOne())\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentRenderer :value=\"data\">\n      \u003Ch1>{{ data.title }}\u003C/h1>\n      \u003CContentRendererMarkdown :value=\"data\" />\n    \u003C/ContentRenderer>\n  \u003C/main>\n\u003C/template>\n","pages/[...slug].vue",[2035],{"type":173,"tag":181,"props":2036,"children":2037},{"__ignoreMap":167},[2038,2077,2186,2201,2208,2223,2238,2275,2308,2345,2360,2375],{"type":173,"tag":234,"props":2039,"children":2040},{"class":236,"line":237},[2041,2045,2049,2053,2057,2061,2065,2069,2073],{"type":173,"tag":234,"props":2042,"children":2043},{"style":241},[2044],{"type":178,"value":244},{"type":173,"tag":234,"props":2046,"children":2047},{"style":247},[2048],{"type":178,"value":1201},{"type":173,"tag":234,"props":2050,"children":2051},{"style":290},[2052],{"type":178,"value":1206},{"type":173,"tag":234,"props":2054,"children":2055},{"style":290},[2056],{"type":178,"value":1211},{"type":173,"tag":234,"props":2058,"children":2059},{"style":241},[2060],{"type":178,"value":298},{"type":173,"tag":234,"props":2062,"children":2063},{"style":241},[2064],{"type":178,"value":303},{"type":173,"tag":234,"props":2066,"children":2067},{"style":306},[2068],{"type":178,"value":1224},{"type":173,"tag":234,"props":2070,"children":2071},{"style":241},[2072],{"type":178,"value":303},{"type":173,"tag":234,"props":2074,"children":2075},{"style":241},[2076],{"type":178,"value":255},{"type":173,"tag":234,"props":2078,"children":2079},{"class":236,"line":258},[2080,2084,2088,2093,2098,2102,2107,2113,2118,2122,2127,2131,2135,2140,2145,2150,2154,2158,2163,2167,2172,2176,2181],{"type":173,"tag":234,"props":2081,"children":2082},{"style":290},[2083],{"type":178,"value":1289},{"type":173,"tag":234,"props":2085,"children":2086},{"style":241},[2087],{"type":178,"value":1251},{"type":173,"tag":234,"props":2089,"children":2090},{"style":423},[2091],{"type":178,"value":2092}," data ",{"type":173,"tag":234,"props":2094,"children":2095},{"style":241},[2096],{"type":178,"value":2097},"}",{"type":173,"tag":234,"props":2099,"children":2100},{"style":241},[2101],{"type":178,"value":1309},{"type":173,"tag":234,"props":2103,"children":2104},{"style":1238},[2105],{"type":178,"value":2106}," await",{"type":173,"tag":234,"props":2108,"children":2110},{"style":2109},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[2111],{"type":178,"value":2112}," useAsyncData",{"type":173,"tag":234,"props":2114,"children":2115},{"style":423},[2116],{"type":178,"value":2117},"(",{"type":173,"tag":234,"props":2119,"children":2120},{"style":241},[2121],{"type":178,"value":1334},{"type":173,"tag":234,"props":2123,"children":2124},{"style":306},[2125],{"type":178,"value":2126},"page-data",{"type":173,"tag":234,"props":2128,"children":2129},{"style":241},[2130],{"type":178,"value":1334},{"type":173,"tag":234,"props":2132,"children":2133},{"style":241},[2134],{"type":178,"value":1339},{"type":173,"tag":234,"props":2136,"children":2137},{"style":241},[2138],{"type":178,"value":2139}," ()",{"type":173,"tag":234,"props":2141,"children":2142},{"style":290},[2143],{"type":178,"value":2144}," =>",{"type":173,"tag":234,"props":2146,"children":2147},{"style":2109},[2148],{"type":178,"value":2149}," queryContent",{"type":173,"tag":234,"props":2151,"children":2152},{"style":423},[2153],{"type":178,"value":2117},{"type":173,"tag":234,"props":2155,"children":2156},{"style":241},[2157],{"type":178,"value":1334},{"type":173,"tag":234,"props":2159,"children":2160},{"style":306},[2161],{"type":178,"value":2162},"/hello",{"type":173,"tag":234,"props":2164,"children":2165},{"style":241},[2166],{"type":178,"value":1334},{"type":173,"tag":234,"props":2168,"children":2169},{"style":423},[2170],{"type":178,"value":2171},")",{"type":173,"tag":234,"props":2173,"children":2174},{"style":241},[2175],{"type":178,"value":195},{"type":173,"tag":234,"props":2177,"children":2178},{"style":2109},[2179],{"type":178,"value":2180},"findOne",{"type":173,"tag":234,"props":2182,"children":2183},{"style":423},[2184],{"type":178,"value":2185},"())\n",{"type":173,"tag":234,"props":2187,"children":2188},{"class":236,"line":276},[2189,2193,2197],{"type":173,"tag":234,"props":2190,"children":2191},{"style":241},[2192],{"type":178,"value":431},{"type":173,"tag":234,"props":2194,"children":2195},{"style":247},[2196],{"type":178,"value":1201},{"type":173,"tag":234,"props":2198,"children":2199},{"style":241},[2200],{"type":178,"value":255},{"type":173,"tag":234,"props":2202,"children":2203},{"class":236,"line":342},[2204],{"type":173,"tag":234,"props":2205,"children":2206},{"emptyLinePlaceholder":1483},[2207],{"type":178,"value":1486},{"type":173,"tag":234,"props":2209,"children":2210},{"class":236,"line":404},[2211,2215,2219],{"type":173,"tag":234,"props":2212,"children":2213},{"style":241},[2214],{"type":178,"value":244},{"type":173,"tag":234,"props":2216,"children":2217},{"style":247},[2218],{"type":178,"value":250},{"type":173,"tag":234,"props":2220,"children":2221},{"style":241},[2222],{"type":178,"value":255},{"type":173,"tag":234,"props":2224,"children":2225},{"class":236,"line":442},[2226,2230,2234],{"type":173,"tag":234,"props":2227,"children":2228},{"style":241},[2229],{"type":178,"value":264},{"type":173,"tag":234,"props":2231,"children":2232},{"style":247},[2233],{"type":178,"value":269},{"type":173,"tag":234,"props":2235,"children":2236},{"style":241},[2237],{"type":178,"value":255},{"type":173,"tag":234,"props":2239,"children":2240},{"class":236,"line":475},[2241,2245,2250,2255,2259,2263,2267,2271],{"type":173,"tag":234,"props":2242,"children":2243},{"style":241},[2244],{"type":178,"value":282},{"type":173,"tag":234,"props":2246,"children":2247},{"style":247},[2248],{"type":178,"value":2249},"ContentRenderer",{"type":173,"tag":234,"props":2251,"children":2252},{"style":290},[2253],{"type":178,"value":2254}," :value",{"type":173,"tag":234,"props":2256,"children":2257},{"style":241},[2258],{"type":178,"value":298},{"type":173,"tag":234,"props":2260,"children":2261},{"style":241},[2262],{"type":178,"value":303},{"type":173,"tag":234,"props":2264,"children":2265},{"style":306},[2266],{"type":178,"value":1985},{"type":173,"tag":234,"props":2268,"children":2269},{"style":241},[2270],{"type":178,"value":303},{"type":173,"tag":234,"props":2272,"children":2273},{"style":241},[2274],{"type":178,"value":255},{"type":173,"tag":234,"props":2276,"children":2277},{"class":236,"line":492},[2278,2282,2287,2291,2296,2300,2304],{"type":173,"tag":234,"props":2279,"children":2280},{"style":241},[2281],{"type":178,"value":348},{"type":173,"tag":234,"props":2283,"children":2284},{"style":247},[2285],{"type":178,"value":2286},"h1",{"type":173,"tag":234,"props":2288,"children":2289},{"style":241},[2290],{"type":178,"value":420},{"type":173,"tag":234,"props":2292,"children":2293},{"style":423},[2294],{"type":178,"value":2295},"{{ data.title }}",{"type":173,"tag":234,"props":2297,"children":2298},{"style":241},[2299],{"type":178,"value":431},{"type":173,"tag":234,"props":2301,"children":2302},{"style":247},[2303],{"type":178,"value":2286},{"type":173,"tag":234,"props":2305,"children":2306},{"style":241},[2307],{"type":178,"value":255},{"type":173,"tag":234,"props":2309,"children":2310},{"class":236,"line":509},[2311,2315,2320,2324,2328,2332,2336,2340],{"type":173,"tag":234,"props":2312,"children":2313},{"style":241},[2314],{"type":178,"value":348},{"type":173,"tag":234,"props":2316,"children":2317},{"style":247},[2318],{"type":178,"value":2319},"ContentRendererMarkdown",{"type":173,"tag":234,"props":2321,"children":2322},{"style":290},[2323],{"type":178,"value":2254},{"type":173,"tag":234,"props":2325,"children":2326},{"style":241},[2327],{"type":178,"value":298},{"type":173,"tag":234,"props":2329,"children":2330},{"style":241},[2331],{"type":178,"value":303},{"type":173,"tag":234,"props":2333,"children":2334},{"style":306},[2335],{"type":178,"value":1985},{"type":173,"tag":234,"props":2337,"children":2338},{"style":241},[2339],{"type":178,"value":303},{"type":173,"tag":234,"props":2341,"children":2342},{"style":241},[2343],{"type":178,"value":2344}," />\n",{"type":173,"tag":234,"props":2346,"children":2347},{"class":236,"line":526},[2348,2352,2356],{"type":173,"tag":234,"props":2349,"children":2350},{"style":241},[2351],{"type":178,"value":498},{"type":173,"tag":234,"props":2353,"children":2354},{"style":247},[2355],{"type":178,"value":2249},{"type":173,"tag":234,"props":2357,"children":2358},{"style":241},[2359],{"type":178,"value":255},{"type":173,"tag":234,"props":2361,"children":2362},{"class":236,"line":1147},[2363,2367,2371],{"type":173,"tag":234,"props":2364,"children":2365},{"style":241},[2366],{"type":178,"value":515},{"type":173,"tag":234,"props":2368,"children":2369},{"style":247},[2370],{"type":178,"value":269},{"type":173,"tag":234,"props":2372,"children":2373},{"style":241},[2374],{"type":178,"value":255},{"type":173,"tag":234,"props":2376,"children":2377},{"class":236,"line":1163},[2378,2382,2386],{"type":173,"tag":234,"props":2379,"children":2380},{"style":241},[2381],{"type":178,"value":431},{"type":173,"tag":234,"props":2383,"children":2384},{"style":247},[2385],{"type":178,"value":250},{"type":173,"tag":234,"props":2387,"children":2388},{"style":241},[2389],{"type":178,"value":255},{"type":173,"tag":174,"props":2391,"children":2392},{},[2393,2394,2400],{"type":178,"value":179},{"type":173,"tag":181,"props":2395,"children":2397},{"className":2396},[],[2398],{"type":178,"value":2399},"empty",{"type":178,"value":2401}," slot can be used to display a default content when the document is empty:",{"type":173,"tag":223,"props":2403,"children":2405},{"className":225,"code":2404,"filename":2033,"language":228,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nconst { data } = await useAsyncData('page-data', () => queryContent('/hello').findOne())\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentRenderer :value=\"data\">\n      \u003Ctemplate #empty>\n        \u003Cp>No content found.\u003C/p>\n      \u003C/template>\n    \u003C/ContentRenderer>\n  \u003C/main>\n\u003C/template>\n",[2406],{"type":173,"tag":181,"props":2407,"children":2408},{"__ignoreMap":167},[2409,2448,2543,2558,2565,2580,2595,2630,2650,2682,2697,2712,2727],{"type":173,"tag":234,"props":2410,"children":2411},{"class":236,"line":237},[2412,2416,2420,2424,2428,2432,2436,2440,2444],{"type":173,"tag":234,"props":2413,"children":2414},{"style":241},[2415],{"type":178,"value":244},{"type":173,"tag":234,"props":2417,"children":2418},{"style":247},[2419],{"type":178,"value":1201},{"type":173,"tag":234,"props":2421,"children":2422},{"style":290},[2423],{"type":178,"value":1206},{"type":173,"tag":234,"props":2425,"children":2426},{"style":290},[2427],{"type":178,"value":1211},{"type":173,"tag":234,"props":2429,"children":2430},{"style":241},[2431],{"type":178,"value":298},{"type":173,"tag":234,"props":2433,"children":2434},{"style":241},[2435],{"type":178,"value":303},{"type":173,"tag":234,"props":2437,"children":2438},{"style":306},[2439],{"type":178,"value":1224},{"type":173,"tag":234,"props":2441,"children":2442},{"style":241},[2443],{"type":178,"value":303},{"type":173,"tag":234,"props":2445,"children":2446},{"style":241},[2447],{"type":178,"value":255},{"type":173,"tag":234,"props":2449,"children":2450},{"class":236,"line":258},[2451,2455,2459,2463,2467,2471,2475,2479,2483,2487,2491,2495,2499,2503,2507,2511,2515,2519,2523,2527,2531,2535,2539],{"type":173,"tag":234,"props":2452,"children":2453},{"style":290},[2454],{"type":178,"value":1289},{"type":173,"tag":234,"props":2456,"children":2457},{"style":241},[2458],{"type":178,"value":1251},{"type":173,"tag":234,"props":2460,"children":2461},{"style":423},[2462],{"type":178,"value":2092},{"type":173,"tag":234,"props":2464,"children":2465},{"style":241},[2466],{"type":178,"value":2097},{"type":173,"tag":234,"props":2468,"children":2469},{"style":241},[2470],{"type":178,"value":1309},{"type":173,"tag":234,"props":2472,"children":2473},{"style":1238},[2474],{"type":178,"value":2106},{"type":173,"tag":234,"props":2476,"children":2477},{"style":2109},[2478],{"type":178,"value":2112},{"type":173,"tag":234,"props":2480,"children":2481},{"style":423},[2482],{"type":178,"value":2117},{"type":173,"tag":234,"props":2484,"children":2485},{"style":241},[2486],{"type":178,"value":1334},{"type":173,"tag":234,"props":2488,"children":2489},{"style":306},[2490],{"type":178,"value":2126},{"type":173,"tag":234,"props":2492,"children":2493},{"style":241},[2494],{"type":178,"value":1334},{"type":173,"tag":234,"props":2496,"children":2497},{"style":241},[2498],{"type":178,"value":1339},{"type":173,"tag":234,"props":2500,"children":2501},{"style":241},[2502],{"type":178,"value":2139},{"type":173,"tag":234,"props":2504,"children":2505},{"style":290},[2506],{"type":178,"value":2144},{"type":173,"tag":234,"props":2508,"children":2509},{"style":2109},[2510],{"type":178,"value":2149},{"type":173,"tag":234,"props":2512,"children":2513},{"style":423},[2514],{"type":178,"value":2117},{"type":173,"tag":234,"props":2516,"children":2517},{"style":241},[2518],{"type":178,"value":1334},{"type":173,"tag":234,"props":2520,"children":2521},{"style":306},[2522],{"type":178,"value":2162},{"type":173,"tag":234,"props":2524,"children":2525},{"style":241},[2526],{"type":178,"value":1334},{"type":173,"tag":234,"props":2528,"children":2529},{"style":423},[2530],{"type":178,"value":2171},{"type":173,"tag":234,"props":2532,"children":2533},{"style":241},[2534],{"type":178,"value":195},{"type":173,"tag":234,"props":2536,"children":2537},{"style":2109},[2538],{"type":178,"value":2180},{"type":173,"tag":234,"props":2540,"children":2541},{"style":423},[2542],{"type":178,"value":2185},{"type":173,"tag":234,"props":2544,"children":2545},{"class":236,"line":276},[2546,2550,2554],{"type":173,"tag":234,"props":2547,"children":2548},{"style":241},[2549],{"type":178,"value":431},{"type":173,"tag":234,"props":2551,"children":2552},{"style":247},[2553],{"type":178,"value":1201},{"type":173,"tag":234,"props":2555,"children":2556},{"style":241},[2557],{"type":178,"value":255},{"type":173,"tag":234,"props":2559,"children":2560},{"class":236,"line":342},[2561],{"type":173,"tag":234,"props":2562,"children":2563},{"emptyLinePlaceholder":1483},[2564],{"type":178,"value":1486},{"type":173,"tag":234,"props":2566,"children":2567},{"class":236,"line":404},[2568,2572,2576],{"type":173,"tag":234,"props":2569,"children":2570},{"style":241},[2571],{"type":178,"value":244},{"type":173,"tag":234,"props":2573,"children":2574},{"style":247},[2575],{"type":178,"value":250},{"type":173,"tag":234,"props":2577,"children":2578},{"style":241},[2579],{"type":178,"value":255},{"type":173,"tag":234,"props":2581,"children":2582},{"class":236,"line":442},[2583,2587,2591],{"type":173,"tag":234,"props":2584,"children":2585},{"style":241},[2586],{"type":178,"value":264},{"type":173,"tag":234,"props":2588,"children":2589},{"style":247},[2590],{"type":178,"value":269},{"type":173,"tag":234,"props":2592,"children":2593},{"style":241},[2594],{"type":178,"value":255},{"type":173,"tag":234,"props":2596,"children":2597},{"class":236,"line":475},[2598,2602,2606,2610,2614,2618,2622,2626],{"type":173,"tag":234,"props":2599,"children":2600},{"style":241},[2601],{"type":178,"value":282},{"type":173,"tag":234,"props":2603,"children":2604},{"style":247},[2605],{"type":178,"value":2249},{"type":173,"tag":234,"props":2607,"children":2608},{"style":290},[2609],{"type":178,"value":2254},{"type":173,"tag":234,"props":2611,"children":2612},{"style":241},[2613],{"type":178,"value":298},{"type":173,"tag":234,"props":2615,"children":2616},{"style":241},[2617],{"type":178,"value":303},{"type":173,"tag":234,"props":2619,"children":2620},{"style":306},[2621],{"type":178,"value":1985},{"type":173,"tag":234,"props":2623,"children":2624},{"style":241},[2625],{"type":178,"value":303},{"type":173,"tag":234,"props":2627,"children":2628},{"style":241},[2629],{"type":178,"value":255},{"type":173,"tag":234,"props":2631,"children":2632},{"class":236,"line":492},[2633,2637,2641,2646],{"type":173,"tag":234,"props":2634,"children":2635},{"style":241},[2636],{"type":178,"value":348},{"type":173,"tag":234,"props":2638,"children":2639},{"style":247},[2640],{"type":178,"value":250},{"type":173,"tag":234,"props":2642,"children":2643},{"style":290},[2644],{"type":178,"value":2645}," #empty",{"type":173,"tag":234,"props":2647,"children":2648},{"style":241},[2649],{"type":178,"value":255},{"type":173,"tag":234,"props":2651,"children":2652},{"class":236,"line":509},[2653,2657,2661,2665,2670,2674,2678],{"type":173,"tag":234,"props":2654,"children":2655},{"style":241},[2656],{"type":178,"value":410},{"type":173,"tag":234,"props":2658,"children":2659},{"style":247},[2660],{"type":178,"value":174},{"type":173,"tag":234,"props":2662,"children":2663},{"style":241},[2664],{"type":178,"value":420},{"type":173,"tag":234,"props":2666,"children":2667},{"style":423},[2668],{"type":178,"value":2669},"No content found.",{"type":173,"tag":234,"props":2671,"children":2672},{"style":241},[2673],{"type":178,"value":431},{"type":173,"tag":234,"props":2675,"children":2676},{"style":247},[2677],{"type":178,"value":174},{"type":173,"tag":234,"props":2679,"children":2680},{"style":241},[2681],{"type":178,"value":255},{"type":173,"tag":234,"props":2683,"children":2684},{"class":236,"line":526},[2685,2689,2693],{"type":173,"tag":234,"props":2686,"children":2687},{"style":241},[2688],{"type":178,"value":481},{"type":173,"tag":234,"props":2690,"children":2691},{"style":247},[2692],{"type":178,"value":250},{"type":173,"tag":234,"props":2694,"children":2695},{"style":241},[2696],{"type":178,"value":255},{"type":173,"tag":234,"props":2698,"children":2699},{"class":236,"line":1147},[2700,2704,2708],{"type":173,"tag":234,"props":2701,"children":2702},{"style":241},[2703],{"type":178,"value":498},{"type":173,"tag":234,"props":2705,"children":2706},{"style":247},[2707],{"type":178,"value":2249},{"type":173,"tag":234,"props":2709,"children":2710},{"style":241},[2711],{"type":178,"value":255},{"type":173,"tag":234,"props":2713,"children":2714},{"class":236,"line":1163},[2715,2719,2723],{"type":173,"tag":234,"props":2716,"children":2717},{"style":241},[2718],{"type":178,"value":515},{"type":173,"tag":234,"props":2720,"children":2721},{"style":247},[2722],{"type":178,"value":269},{"type":173,"tag":234,"props":2724,"children":2725},{"style":241},[2726],{"type":178,"value":255},{"type":173,"tag":234,"props":2728,"children":2729},{"class":236,"line":1707},[2730,2734,2738],{"type":173,"tag":234,"props":2731,"children":2732},{"style":241},[2733],{"type":178,"value":431},{"type":173,"tag":234,"props":2735,"children":2736},{"style":247},[2737],{"type":178,"value":250},{"type":173,"tag":234,"props":2739,"children":2740},{"style":241},[2741],{"type":178,"value":255},{"type":173,"tag":2743,"props":2744,"children":2746},"callout",{"type":2745},"info",[2747,2772,2899,2932],{"type":173,"tag":174,"props":2748,"children":2749},{},[2750,2752,2757,2759,2764,2766,2771],{"type":178,"value":2751},"Note that when you use default slot and ",{"type":173,"tag":181,"props":2753,"children":2755},{"className":2754},[],[2756],{"type":178,"value":1805},{"type":178,"value":2758}," in your template you need to pass ",{"type":173,"tag":181,"props":2760,"children":2762},{"className":2761},[],[2763],{"type":178,"value":165},{"type":178,"value":2765}," to ",{"type":173,"tag":181,"props":2767,"children":2769},{"className":2768},[],[2770],{"type":178,"value":1805},{"type":178,"value":195},{"type":173,"tag":223,"props":2773,"children":2776},{"className":225,"code":2774,"filename":2775,"language":228,"meta":167,"style":167},"\u003Ctemplate>\n  \u003Cdiv>\n    \u003CContentSlot :use=\"$slots.default\" unwrap=\"p\" />\n  \u003C/div>\n\u003C/template>\n","components/CustomParagraph.vue",[2777],{"type":173,"tag":181,"props":2778,"children":2779},{"__ignoreMap":167},[2780,2795,2810,2869,2884],{"type":173,"tag":234,"props":2781,"children":2782},{"class":236,"line":237},[2783,2787,2791],{"type":173,"tag":234,"props":2784,"children":2785},{"style":241},[2786],{"type":178,"value":244},{"type":173,"tag":234,"props":2788,"children":2789},{"style":247},[2790],{"type":178,"value":250},{"type":173,"tag":234,"props":2792,"children":2793},{"style":241},[2794],{"type":178,"value":255},{"type":173,"tag":234,"props":2796,"children":2797},{"class":236,"line":258},[2798,2802,2806],{"type":173,"tag":234,"props":2799,"children":2800},{"style":241},[2801],{"type":178,"value":264},{"type":173,"tag":234,"props":2803,"children":2804},{"style":247},[2805],{"type":178,"value":353},{"type":173,"tag":234,"props":2807,"children":2808},{"style":241},[2809],{"type":178,"value":255},{"type":173,"tag":234,"props":2811,"children":2812},{"class":236,"line":276},[2813,2817,2822,2827,2831,2835,2840,2844,2849,2853,2857,2861,2865],{"type":173,"tag":234,"props":2814,"children":2815},{"style":241},[2816],{"type":178,"value":282},{"type":173,"tag":234,"props":2818,"children":2819},{"style":247},[2820],{"type":178,"value":2821},"ContentSlot",{"type":173,"tag":234,"props":2823,"children":2824},{"style":290},[2825],{"type":178,"value":2826}," :use",{"type":173,"tag":234,"props":2828,"children":2829},{"style":241},[2830],{"type":178,"value":298},{"type":173,"tag":234,"props":2832,"children":2833},{"style":241},[2834],{"type":178,"value":303},{"type":173,"tag":234,"props":2836,"children":2837},{"style":306},[2838],{"type":178,"value":2839},"$slots.default",{"type":173,"tag":234,"props":2841,"children":2842},{"style":241},[2843],{"type":178,"value":303},{"type":173,"tag":234,"props":2845,"children":2846},{"style":290},[2847],{"type":178,"value":2848}," unwrap",{"type":173,"tag":234,"props":2850,"children":2851},{"style":241},[2852],{"type":178,"value":298},{"type":173,"tag":234,"props":2854,"children":2855},{"style":241},[2856],{"type":178,"value":303},{"type":173,"tag":234,"props":2858,"children":2859},{"style":306},[2860],{"type":178,"value":174},{"type":173,"tag":234,"props":2862,"children":2863},{"style":241},[2864],{"type":178,"value":303},{"type":173,"tag":234,"props":2866,"children":2867},{"style":241},[2868],{"type":178,"value":2344},{"type":173,"tag":234,"props":2870,"children":2871},{"class":236,"line":342},[2872,2876,2880],{"type":173,"tag":234,"props":2873,"children":2874},{"style":241},[2875],{"type":178,"value":515},{"type":173,"tag":234,"props":2877,"children":2878},{"style":247},[2879],{"type":178,"value":353},{"type":173,"tag":234,"props":2881,"children":2882},{"style":241},[2883],{"type":178,"value":255},{"type":173,"tag":234,"props":2885,"children":2886},{"class":236,"line":404},[2887,2891,2895],{"type":173,"tag":234,"props":2888,"children":2889},{"style":241},[2890],{"type":178,"value":431},{"type":173,"tag":234,"props":2892,"children":2893},{"style":247},[2894],{"type":178,"value":250},{"type":173,"tag":234,"props":2896,"children":2897},{"style":241},[2898],{"type":178,"value":255},{"type":173,"tag":223,"props":2900,"children":2904},{"className":2901,"code":2902,"filename":2903,"language":1768,"meta":167,"style":167},"language-md shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","::custom-p\nthis is my custom paragraph\n::\n","content/index.md",[2905],{"type":173,"tag":181,"props":2906,"children":2907},{"__ignoreMap":167},[2908,2916,2924],{"type":173,"tag":234,"props":2909,"children":2910},{"class":236,"line":237},[2911],{"type":173,"tag":234,"props":2912,"children":2913},{"style":423},[2914],{"type":178,"value":2915},"::custom-p\n",{"type":173,"tag":234,"props":2917,"children":2918},{"class":236,"line":258},[2919],{"type":173,"tag":234,"props":2920,"children":2921},{"style":423},[2922],{"type":178,"value":2923},"this is my custom paragraph\n",{"type":173,"tag":234,"props":2925,"children":2926},{"class":236,"line":276},[2927],{"type":173,"tag":234,"props":2928,"children":2929},{"style":423},[2930],{"type":178,"value":2931},"::\n",{"type":173,"tag":223,"props":2933,"children":2935},{"className":225,"code":2934,"filename":2033,"language":228,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nimport { CustomParagraph } from '#components';\n\nconst { data } = await useAsyncData('page-data', () => queryContent('/hello').findOne())\n\nconst components = {\n  'custom-p': CustomParagraph\n}\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cmain>\n    \u003CContentRenderer :value=\"data\">\n      \u003Ch1>{{ data.title }}\u003C/h1>\n      \u003CContentRendererMarkdown :value=\"data\" :components=\"components\" />\n    \u003C/ContentRenderer>\n  \u003C/main>\n\u003C/template>\n",[2936],{"type":173,"tag":181,"props":2937,"children":2938},{"__ignoreMap":167},[2939,2978,3020,3027,3122,3129,3150,3176,3183,3198,3205,3220,3235,3270,3301,3357,3373,3389],{"type":173,"tag":234,"props":2940,"children":2941},{"class":236,"line":237},[2942,2946,2950,2954,2958,2962,2966,2970,2974],{"type":173,"tag":234,"props":2943,"children":2944},{"style":241},[2945],{"type":178,"value":244},{"type":173,"tag":234,"props":2947,"children":2948},{"style":247},[2949],{"type":178,"value":1201},{"type":173,"tag":234,"props":2951,"children":2952},{"style":290},[2953],{"type":178,"value":1206},{"type":173,"tag":234,"props":2955,"children":2956},{"style":290},[2957],{"type":178,"value":1211},{"type":173,"tag":234,"props":2959,"children":2960},{"style":241},[2961],{"type":178,"value":298},{"type":173,"tag":234,"props":2963,"children":2964},{"style":241},[2965],{"type":178,"value":303},{"type":173,"tag":234,"props":2967,"children":2968},{"style":306},[2969],{"type":178,"value":1224},{"type":173,"tag":234,"props":2971,"children":2972},{"style":241},[2973],{"type":178,"value":303},{"type":173,"tag":234,"props":2975,"children":2976},{"style":241},[2977],{"type":178,"value":255},{"type":173,"tag":234,"props":2979,"children":2980},{"class":236,"line":258},[2981,2985,2989,2994,2998,3002,3006,3011,3015],{"type":173,"tag":234,"props":2982,"children":2983},{"style":1238},[2984],{"type":178,"value":1241},{"type":173,"tag":234,"props":2986,"children":2987},{"style":241},[2988],{"type":178,"value":1251},{"type":173,"tag":234,"props":2990,"children":2991},{"style":423},[2992],{"type":178,"value":2993}," CustomParagraph",{"type":173,"tag":234,"props":2995,"children":2996},{"style":241},[2997],{"type":178,"value":1261},{"type":173,"tag":234,"props":2999,"children":3000},{"style":1238},[3001],{"type":178,"value":1266},{"type":173,"tag":234,"props":3003,"children":3004},{"style":241},[3005],{"type":178,"value":1271},{"type":173,"tag":234,"props":3007,"children":3008},{"style":306},[3009],{"type":178,"value":3010},"#components",{"type":173,"tag":234,"props":3012,"children":3013},{"style":241},[3014],{"type":178,"value":1334},{"type":173,"tag":234,"props":3016,"children":3017},{"style":241},[3018],{"type":178,"value":3019},";\n",{"type":173,"tag":234,"props":3021,"children":3022},{"class":236,"line":276},[3023],{"type":173,"tag":234,"props":3024,"children":3025},{"emptyLinePlaceholder":1483},[3026],{"type":178,"value":1486},{"type":173,"tag":234,"props":3028,"children":3029},{"class":236,"line":342},[3030,3034,3038,3042,3046,3050,3054,3058,3062,3066,3070,3074,3078,3082,3086,3090,3094,3098,3102,3106,3110,3114,3118],{"type":173,"tag":234,"props":3031,"children":3032},{"style":290},[3033],{"type":178,"value":1289},{"type":173,"tag":234,"props":3035,"children":3036},{"style":241},[3037],{"type":178,"value":1251},{"type":173,"tag":234,"props":3039,"children":3040},{"style":423},[3041],{"type":178,"value":2092},{"type":173,"tag":234,"props":3043,"children":3044},{"style":241},[3045],{"type":178,"value":2097},{"type":173,"tag":234,"props":3047,"children":3048},{"style":241},[3049],{"type":178,"value":1309},{"type":173,"tag":234,"props":3051,"children":3052},{"style":1238},[3053],{"type":178,"value":2106},{"type":173,"tag":234,"props":3055,"children":3056},{"style":2109},[3057],{"type":178,"value":2112},{"type":173,"tag":234,"props":3059,"children":3060},{"style":423},[3061],{"type":178,"value":2117},{"type":173,"tag":234,"props":3063,"children":3064},{"style":241},[3065],{"type":178,"value":1334},{"type":173,"tag":234,"props":3067,"children":3068},{"style":306},[3069],{"type":178,"value":2126},{"type":173,"tag":234,"props":3071,"children":3072},{"style":241},[3073],{"type":178,"value":1334},{"type":173,"tag":234,"props":3075,"children":3076},{"style":241},[3077],{"type":178,"value":1339},{"type":173,"tag":234,"props":3079,"children":3080},{"style":241},[3081],{"type":178,"value":2139},{"type":173,"tag":234,"props":3083,"children":3084},{"style":290},[3085],{"type":178,"value":2144},{"type":173,"tag":234,"props":3087,"children":3088},{"style":2109},[3089],{"type":178,"value":2149},{"type":173,"tag":234,"props":3091,"children":3092},{"style":423},[3093],{"type":178,"value":2117},{"type":173,"tag":234,"props":3095,"children":3096},{"style":241},[3097],{"type":178,"value":1334},{"type":173,"tag":234,"props":3099,"children":3100},{"style":306},[3101],{"type":178,"value":2162},{"type":173,"tag":234,"props":3103,"children":3104},{"style":241},[3105],{"type":178,"value":1334},{"type":173,"tag":234,"props":3107,"children":3108},{"style":423},[3109],{"type":178,"value":2171},{"type":173,"tag":234,"props":3111,"children":3112},{"style":241},[3113],{"type":178,"value":195},{"type":173,"tag":234,"props":3115,"children":3116},{"style":2109},[3117],{"type":178,"value":2180},{"type":173,"tag":234,"props":3119,"children":3120},{"style":423},[3121],{"type":178,"value":2185},{"type":173,"tag":234,"props":3123,"children":3124},{"class":236,"line":404},[3125],{"type":173,"tag":234,"props":3126,"children":3127},{"emptyLinePlaceholder":1483},[3128],{"type":178,"value":1486},{"type":173,"tag":234,"props":3130,"children":3131},{"class":236,"line":442},[3132,3136,3141,3145],{"type":173,"tag":234,"props":3133,"children":3134},{"style":290},[3135],{"type":178,"value":1289},{"type":173,"tag":234,"props":3137,"children":3138},{"style":423},[3139],{"type":178,"value":3140}," components ",{"type":173,"tag":234,"props":3142,"children":3143},{"style":241},[3144],{"type":178,"value":298},{"type":173,"tag":234,"props":3146,"children":3147},{"style":241},[3148],{"type":178,"value":3149}," {\n",{"type":173,"tag":234,"props":3151,"children":3152},{"class":236,"line":475},[3153,3158,3163,3167,3171],{"type":173,"tag":234,"props":3154,"children":3155},{"style":241},[3156],{"type":178,"value":3157},"  '",{"type":173,"tag":234,"props":3159,"children":3160},{"style":247},[3161],{"type":178,"value":3162},"custom-p",{"type":173,"tag":234,"props":3164,"children":3165},{"style":241},[3166],{"type":178,"value":1334},{"type":173,"tag":234,"props":3168,"children":3169},{"style":241},[3170],{"type":178,"value":1299},{"type":173,"tag":234,"props":3172,"children":3173},{"style":423},[3174],{"type":178,"value":3175}," CustomParagraph\n",{"type":173,"tag":234,"props":3177,"children":3178},{"class":236,"line":492},[3179],{"type":173,"tag":234,"props":3180,"children":3181},{"style":241},[3182],{"type":178,"value":1462},{"type":173,"tag":234,"props":3184,"children":3185},{"class":236,"line":509},[3186,3190,3194],{"type":173,"tag":234,"props":3187,"children":3188},{"style":241},[3189],{"type":178,"value":431},{"type":173,"tag":234,"props":3191,"children":3192},{"style":247},[3193],{"type":178,"value":1201},{"type":173,"tag":234,"props":3195,"children":3196},{"style":241},[3197],{"type":178,"value":255},{"type":173,"tag":234,"props":3199,"children":3200},{"class":236,"line":526},[3201],{"type":173,"tag":234,"props":3202,"children":3203},{"emptyLinePlaceholder":1483},[3204],{"type":178,"value":1486},{"type":173,"tag":234,"props":3206,"children":3207},{"class":236,"line":1147},[3208,3212,3216],{"type":173,"tag":234,"props":3209,"children":3210},{"style":241},[3211],{"type":178,"value":244},{"type":173,"tag":234,"props":3213,"children":3214},{"style":247},[3215],{"type":178,"value":250},{"type":173,"tag":234,"props":3217,"children":3218},{"style":241},[3219],{"type":178,"value":255},{"type":173,"tag":234,"props":3221,"children":3222},{"class":236,"line":1163},[3223,3227,3231],{"type":173,"tag":234,"props":3224,"children":3225},{"style":241},[3226],{"type":178,"value":264},{"type":173,"tag":234,"props":3228,"children":3229},{"style":247},[3230],{"type":178,"value":269},{"type":173,"tag":234,"props":3232,"children":3233},{"style":241},[3234],{"type":178,"value":255},{"type":173,"tag":234,"props":3236,"children":3237},{"class":236,"line":1707},[3238,3242,3246,3250,3254,3258,3262,3266],{"type":173,"tag":234,"props":3239,"children":3240},{"style":241},[3241],{"type":178,"value":282},{"type":173,"tag":234,"props":3243,"children":3244},{"style":247},[3245],{"type":178,"value":2249},{"type":173,"tag":234,"props":3247,"children":3248},{"style":290},[3249],{"type":178,"value":2254},{"type":173,"tag":234,"props":3251,"children":3252},{"style":241},[3253],{"type":178,"value":298},{"type":173,"tag":234,"props":3255,"children":3256},{"style":241},[3257],{"type":178,"value":303},{"type":173,"tag":234,"props":3259,"children":3260},{"style":306},[3261],{"type":178,"value":1985},{"type":173,"tag":234,"props":3263,"children":3264},{"style":241},[3265],{"type":178,"value":303},{"type":173,"tag":234,"props":3267,"children":3268},{"style":241},[3269],{"type":178,"value":255},{"type":173,"tag":234,"props":3271,"children":3272},{"class":236,"line":1723},[3273,3277,3281,3285,3289,3293,3297],{"type":173,"tag":234,"props":3274,"children":3275},{"style":241},[3276],{"type":178,"value":348},{"type":173,"tag":234,"props":3278,"children":3279},{"style":247},[3280],{"type":178,"value":2286},{"type":173,"tag":234,"props":3282,"children":3283},{"style":241},[3284],{"type":178,"value":420},{"type":173,"tag":234,"props":3286,"children":3287},{"style":423},[3288],{"type":178,"value":2295},{"type":173,"tag":234,"props":3290,"children":3291},{"style":241},[3292],{"type":178,"value":431},{"type":173,"tag":234,"props":3294,"children":3295},{"style":247},[3296],{"type":178,"value":2286},{"type":173,"tag":234,"props":3298,"children":3299},{"style":241},[3300],{"type":178,"value":255},{"type":173,"tag":234,"props":3302,"children":3303},{"class":236,"line":1739},[3304,3308,3312,3316,3320,3324,3328,3332,3337,3341,3345,3349,3353],{"type":173,"tag":234,"props":3305,"children":3306},{"style":241},[3307],{"type":178,"value":348},{"type":173,"tag":234,"props":3309,"children":3310},{"style":247},[3311],{"type":178,"value":2319},{"type":173,"tag":234,"props":3313,"children":3314},{"style":290},[3315],{"type":178,"value":2254},{"type":173,"tag":234,"props":3317,"children":3318},{"style":241},[3319],{"type":178,"value":298},{"type":173,"tag":234,"props":3321,"children":3322},{"style":241},[3323],{"type":178,"value":303},{"type":173,"tag":234,"props":3325,"children":3326},{"style":306},[3327],{"type":178,"value":1985},{"type":173,"tag":234,"props":3329,"children":3330},{"style":241},[3331],{"type":178,"value":303},{"type":173,"tag":234,"props":3333,"children":3334},{"style":290},[3335],{"type":178,"value":3336}," :components",{"type":173,"tag":234,"props":3338,"children":3339},{"style":241},[3340],{"type":178,"value":298},{"type":173,"tag":234,"props":3342,"children":3343},{"style":241},[3344],{"type":178,"value":303},{"type":173,"tag":234,"props":3346,"children":3347},{"style":306},[3348],{"type":178,"value":165},{"type":173,"tag":234,"props":3350,"children":3351},{"style":241},[3352],{"type":178,"value":303},{"type":173,"tag":234,"props":3354,"children":3355},{"style":241},[3356],{"type":178,"value":2344},{"type":173,"tag":234,"props":3358,"children":3360},{"class":236,"line":3359},16,[3361,3365,3369],{"type":173,"tag":234,"props":3362,"children":3363},{"style":241},[3364],{"type":178,"value":498},{"type":173,"tag":234,"props":3366,"children":3367},{"style":247},[3368],{"type":178,"value":2249},{"type":173,"tag":234,"props":3370,"children":3371},{"style":241},[3372],{"type":178,"value":255},{"type":173,"tag":234,"props":3374,"children":3376},{"class":236,"line":3375},17,[3377,3381,3385],{"type":173,"tag":234,"props":3378,"children":3379},{"style":241},[3380],{"type":178,"value":515},{"type":173,"tag":234,"props":3382,"children":3383},{"style":247},[3384],{"type":178,"value":269},{"type":173,"tag":234,"props":3386,"children":3387},{"style":241},[3388],{"type":178,"value":255},{"type":173,"tag":234,"props":3390,"children":3392},{"class":236,"line":3391},18,[3393,3397,3401],{"type":173,"tag":234,"props":3394,"children":3395},{"style":241},[3396],{"type":178,"value":431},{"type":173,"tag":234,"props":3398,"children":3399},{"style":247},[3400],{"type":178,"value":250},{"type":173,"tag":234,"props":3402,"children":3403},{"style":241},[3404],{"type":178,"value":255},{"type":173,"tag":1754,"props":3406,"children":3407},{},[3408],{"type":178,"value":1758},{"title":167,"searchDepth":258,"depth":258,"links":3410},[3411,3412],{"id":542,"depth":258,"text":545},{"id":193,"depth":258,"text":632},"content:4.components:2.content-renderer.md","4.components/2.content-renderer.md",{"_path":82,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":81,"description":3416,"body":3417,"_type":1764,"_id":4287,"_source":1766,"_file":4288,"_extension":1768},"Building complex navigation from your content has never been easier.",{"type":170,"children":3418,"toc":4282},[3419,3436,3715,3719,3761,3765,3783,3788,3800,3813,4278],{"type":173,"tag":174,"props":3420,"children":3421},{},[3422,3423,3428,3430,3435],{"type":178,"value":179},{"type":173,"tag":181,"props":3424,"children":3426},{"className":3425},[],[3427],{"type":178,"value":81},{"type":178,"value":3429}," is a renderless component shortening the access to ",{"type":173,"tag":1786,"props":3431,"children":3432},{"href":41},[3433],{"type":178,"value":3434},"the navigation",{"type":178,"value":195},{"type":173,"tag":223,"props":3437,"children":3440},{"className":225,"code":3438,"filename":3439,"language":228,"meta":167,"style":167},"\u003Ctemplate>\n  \u003Cnav>\n    \u003CContentNavigation v-slot=\"{ navigation }\">\n      \u003Cul>\n        \u003Cli v-for=\"link of navigation\" :key=\"link._path\">\n          \u003CNuxtLink :to=\"link._path\">{{ link.title }}\u003C/NuxtLink>\n        \u003C/li>\n      \u003C/ul>\n    \u003C/ContentNavigation>\n  \u003C/nav>\n\u003C/template>\n","components/Navbar.vue",[3441],{"type":173,"tag":181,"props":3442,"children":3443},{"__ignoreMap":167},[3444,3459,3475,3512,3527,3584,3639,3655,3670,3685,3700],{"type":173,"tag":234,"props":3445,"children":3446},{"class":236,"line":237},[3447,3451,3455],{"type":173,"tag":234,"props":3448,"children":3449},{"style":241},[3450],{"type":178,"value":244},{"type":173,"tag":234,"props":3452,"children":3453},{"style":247},[3454],{"type":178,"value":250},{"type":173,"tag":234,"props":3456,"children":3457},{"style":241},[3458],{"type":178,"value":255},{"type":173,"tag":234,"props":3460,"children":3461},{"class":236,"line":258},[3462,3466,3471],{"type":173,"tag":234,"props":3463,"children":3464},{"style":241},[3465],{"type":178,"value":264},{"type":173,"tag":234,"props":3467,"children":3468},{"style":247},[3469],{"type":178,"value":3470},"nav",{"type":173,"tag":234,"props":3472,"children":3473},{"style":241},[3474],{"type":178,"value":255},{"type":173,"tag":234,"props":3476,"children":3477},{"class":236,"line":276},[3478,3482,3487,3491,3495,3499,3504,3508],{"type":173,"tag":234,"props":3479,"children":3480},{"style":241},[3481],{"type":178,"value":282},{"type":173,"tag":234,"props":3483,"children":3484},{"style":247},[3485],{"type":178,"value":3486},"ContentNavigation",{"type":173,"tag":234,"props":3488,"children":3489},{"style":290},[3490],{"type":178,"value":318},{"type":173,"tag":234,"props":3492,"children":3493},{"style":241},[3494],{"type":178,"value":298},{"type":173,"tag":234,"props":3496,"children":3497},{"style":241},[3498],{"type":178,"value":303},{"type":173,"tag":234,"props":3500,"children":3501},{"style":306},[3502],{"type":178,"value":3503},"{ navigation }",{"type":173,"tag":234,"props":3505,"children":3506},{"style":241},[3507],{"type":178,"value":303},{"type":173,"tag":234,"props":3509,"children":3510},{"style":241},[3511],{"type":178,"value":255},{"type":173,"tag":234,"props":3513,"children":3514},{"class":236,"line":342},[3515,3519,3523],{"type":173,"tag":234,"props":3516,"children":3517},{"style":241},[3518],{"type":178,"value":348},{"type":173,"tag":234,"props":3520,"children":3521},{"style":247},[3522],{"type":178,"value":547},{"type":173,"tag":234,"props":3524,"children":3525},{"style":241},[3526],{"type":178,"value":255},{"type":173,"tag":234,"props":3528,"children":3529},{"class":236,"line":404},[3530,3534,3538,3542,3546,3550,3555,3559,3563,3567,3571,3576,3580],{"type":173,"tag":234,"props":3531,"children":3532},{"style":241},[3533],{"type":178,"value":410},{"type":173,"tag":234,"props":3535,"children":3536},{"style":247},[3537],{"type":178,"value":551},{"type":173,"tag":234,"props":3539,"children":3540},{"style":290},[3541],{"type":178,"value":358},{"type":173,"tag":234,"props":3543,"children":3544},{"style":241},[3545],{"type":178,"value":298},{"type":173,"tag":234,"props":3547,"children":3548},{"style":241},[3549],{"type":178,"value":303},{"type":173,"tag":234,"props":3551,"children":3552},{"style":306},[3553],{"type":178,"value":3554},"link of navigation",{"type":173,"tag":234,"props":3556,"children":3557},{"style":241},[3558],{"type":178,"value":303},{"type":173,"tag":234,"props":3560,"children":3561},{"style":290},[3562],{"type":178,"value":380},{"type":173,"tag":234,"props":3564,"children":3565},{"style":241},[3566],{"type":178,"value":298},{"type":173,"tag":234,"props":3568,"children":3569},{"style":241},[3570],{"type":178,"value":303},{"type":173,"tag":234,"props":3572,"children":3573},{"style":306},[3574],{"type":178,"value":3575},"link._path",{"type":173,"tag":234,"props":3577,"children":3578},{"style":241},[3579],{"type":178,"value":303},{"type":173,"tag":234,"props":3581,"children":3582},{"style":241},[3583],{"type":178,"value":255},{"type":173,"tag":234,"props":3585,"children":3586},{"class":236,"line":442},[3587,3592,3597,3602,3606,3610,3614,3618,3622,3627,3631,3635],{"type":173,"tag":234,"props":3588,"children":3589},{"style":241},[3590],{"type":178,"value":3591},"          \u003C",{"type":173,"tag":234,"props":3593,"children":3594},{"style":247},[3595],{"type":178,"value":3596},"NuxtLink",{"type":173,"tag":234,"props":3598,"children":3599},{"style":290},[3600],{"type":178,"value":3601}," :to",{"type":173,"tag":234,"props":3603,"children":3604},{"style":241},[3605],{"type":178,"value":298},{"type":173,"tag":234,"props":3607,"children":3608},{"style":241},[3609],{"type":178,"value":303},{"type":173,"tag":234,"props":3611,"children":3612},{"style":306},[3613],{"type":178,"value":3575},{"type":173,"tag":234,"props":3615,"children":3616},{"style":241},[3617],{"type":178,"value":303},{"type":173,"tag":234,"props":3619,"children":3620},{"style":241},[3621],{"type":178,"value":420},{"type":173,"tag":234,"props":3623,"children":3624},{"style":423},[3625],{"type":178,"value":3626},"{{ link.title }}",{"type":173,"tag":234,"props":3628,"children":3629},{"style":241},[3630],{"type":178,"value":431},{"type":173,"tag":234,"props":3632,"children":3633},{"style":247},[3634],{"type":178,"value":3596},{"type":173,"tag":234,"props":3636,"children":3637},{"style":241},[3638],{"type":178,"value":255},{"type":173,"tag":234,"props":3640,"children":3641},{"class":236,"line":475},[3642,3647,3651],{"type":173,"tag":234,"props":3643,"children":3644},{"style":241},[3645],{"type":178,"value":3646},"        \u003C/",{"type":173,"tag":234,"props":3648,"children":3649},{"style":247},[3650],{"type":178,"value":551},{"type":173,"tag":234,"props":3652,"children":3653},{"style":241},[3654],{"type":178,"value":255},{"type":173,"tag":234,"props":3656,"children":3657},{"class":236,"line":492},[3658,3662,3666],{"type":173,"tag":234,"props":3659,"children":3660},{"style":241},[3661],{"type":178,"value":481},{"type":173,"tag":234,"props":3663,"children":3664},{"style":247},[3665],{"type":178,"value":547},{"type":173,"tag":234,"props":3667,"children":3668},{"style":241},[3669],{"type":178,"value":255},{"type":173,"tag":234,"props":3671,"children":3672},{"class":236,"line":509},[3673,3677,3681],{"type":173,"tag":234,"props":3674,"children":3675},{"style":241},[3676],{"type":178,"value":498},{"type":173,"tag":234,"props":3678,"children":3679},{"style":247},[3680],{"type":178,"value":3486},{"type":173,"tag":234,"props":3682,"children":3683},{"style":241},[3684],{"type":178,"value":255},{"type":173,"tag":234,"props":3686,"children":3687},{"class":236,"line":526},[3688,3692,3696],{"type":173,"tag":234,"props":3689,"children":3690},{"style":241},[3691],{"type":178,"value":515},{"type":173,"tag":234,"props":3693,"children":3694},{"style":247},[3695],{"type":178,"value":3470},{"type":173,"tag":234,"props":3697,"children":3698},{"style":241},[3699],{"type":178,"value":255},{"type":173,"tag":234,"props":3701,"children":3702},{"class":236,"line":1147},[3703,3707,3711],{"type":173,"tag":234,"props":3704,"children":3705},{"style":241},[3706],{"type":178,"value":431},{"type":173,"tag":234,"props":3708,"children":3709},{"style":247},[3710],{"type":178,"value":250},{"type":173,"tag":234,"props":3712,"children":3713},{"style":241},[3714],{"type":178,"value":255},{"type":173,"tag":415,"props":3716,"children":3717},{"id":542},[3718],{"type":178,"value":545},{"type":173,"tag":547,"props":3720,"children":3721},{},[3722],{"type":173,"tag":551,"props":3723,"children":3724},{},[3725,3730,3732,3737,3739],{"type":173,"tag":181,"props":3726,"children":3728},{"className":3727},[],[3729],{"type":178,"value":594},{"type":178,"value":3731},": A query to be passed to ",{"type":173,"tag":181,"props":3733,"children":3735},{"className":3734},[],[3736],{"type":178,"value":53},{"type":178,"value":3738},".\n",{"type":173,"tag":547,"props":3740,"children":3741},{},[3742,3752],{"type":173,"tag":551,"props":3743,"children":3744},{},[3745,3746],{"type":178,"value":568},{"type":173,"tag":181,"props":3747,"children":3749},{"className":3748},[],[3750],{"type":178,"value":3751},"QueryBuilderParams | QueryBuilder",{"type":173,"tag":551,"props":3753,"children":3754},{},[3755,3756],{"type":178,"value":579},{"type":173,"tag":181,"props":3757,"children":3759},{"className":3758},[],[3760],{"type":178,"value":627},{"type":173,"tag":415,"props":3762,"children":3763},{"id":193},[3764],{"type":178,"value":632},{"type":173,"tag":174,"props":3766,"children":3767},{},[3768,3769,3774,3776,3782],{"type":178,"value":179},{"type":173,"tag":181,"props":3770,"children":3772},{"className":3771},[],[3773],{"type":178,"value":641},{"type":178,"value":3775}," slot can be used to render the content with ",{"type":173,"tag":181,"props":3777,"children":3779},{"className":3778},[],[3780],{"type":178,"value":3781},"v-slot=\"{ navigation }\"",{"type":178,"value":2029},{"type":173,"tag":415,"props":3784,"children":3785},{"id":594},[3786],{"type":178,"value":3787},"Query",{"type":173,"tag":174,"props":3789,"children":3790},{},[3791,3793,3798],{"type":178,"value":3792},"By providing the ",{"type":173,"tag":181,"props":3794,"children":3796},{"className":3795},[],[3797],{"type":178,"value":594},{"type":178,"value":3799}," prop you can customise the content used for navigation.",{"type":173,"tag":174,"props":3801,"children":3802},{},[3803,3805,3811],{"type":178,"value":3804},"Here we pass along a ",{"type":173,"tag":181,"props":3806,"children":3808},{"className":3807},[],[3809],{"type":178,"value":3810},"QueryBuilder",{"type":178,"value":3812}," instance.",{"type":173,"tag":223,"props":3814,"children":3818},{"className":3815,"code":3816,"language":3817,"meta":167,"style":167},"language-vue shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cscript setup>\nconst catsQuery = queryContent('cats')\n/*\n// If you'd prefer to pass along raw `QueryBuilderParams`:\nconst catsQuery = {\n  where: [\n    { _path: /^\\/cats/ },\n  ],\n}\n*/\n\u003C/script>\n\n\u003Ctemplate>\n\u003CContentNavigation v-slot=\"{ navigation }\" :query=\"catsQuery\">\n  \u003CNuxtLink\n    v-for=\"link of navigation\"\n    :key=\"link._path\"\n    :to=\"link._path\"\n  >\n    {{ link.navTitle || link.title }}\n  \u003C/NuxtLink>\n\u003C/ContentNavigation>\n\u003C/template>\n","vue",[3819],{"type":173,"tag":181,"props":3820,"children":3821},{"__ignoreMap":167},[3822,3841,3883,3891,3899,3907,3915,3923,3931,3938,3946,3961,3968,3983,4053,4065,4101,4139,4175,4184,4230,4246,4262],{"type":173,"tag":234,"props":3823,"children":3824},{"class":236,"line":237},[3825,3829,3833,3837],{"type":173,"tag":234,"props":3826,"children":3827},{"style":241},[3828],{"type":178,"value":244},{"type":173,"tag":234,"props":3830,"children":3831},{"style":247},[3832],{"type":178,"value":1201},{"type":173,"tag":234,"props":3834,"children":3835},{"style":290},[3836],{"type":178,"value":1206},{"type":173,"tag":234,"props":3838,"children":3839},{"style":241},[3840],{"type":178,"value":255},{"type":173,"tag":234,"props":3842,"children":3843},{"class":236,"line":258},[3844,3848,3853,3857,3861,3865,3869,3874,3878],{"type":173,"tag":234,"props":3845,"children":3846},{"style":290},[3847],{"type":178,"value":1289},{"type":173,"tag":234,"props":3849,"children":3850},{"style":423},[3851],{"type":178,"value":3852}," catsQuery ",{"type":173,"tag":234,"props":3854,"children":3855},{"style":241},[3856],{"type":178,"value":298},{"type":173,"tag":234,"props":3858,"children":3859},{"style":2109},[3860],{"type":178,"value":2149},{"type":173,"tag":234,"props":3862,"children":3863},{"style":423},[3864],{"type":178,"value":2117},{"type":173,"tag":234,"props":3866,"children":3867},{"style":241},[3868],{"type":178,"value":1334},{"type":173,"tag":234,"props":3870,"children":3871},{"style":306},[3872],{"type":178,"value":3873},"cats",{"type":173,"tag":234,"props":3875,"children":3876},{"style":241},[3877],{"type":178,"value":1334},{"type":173,"tag":234,"props":3879,"children":3880},{"style":423},[3881],{"type":178,"value":3882},")\n",{"type":173,"tag":234,"props":3884,"children":3885},{"class":236,"line":276},[3886],{"type":173,"tag":234,"props":3887,"children":3888},{"style":1044},[3889],{"type":178,"value":3890},"/*\n",{"type":173,"tag":234,"props":3892,"children":3893},{"class":236,"line":342},[3894],{"type":173,"tag":234,"props":3895,"children":3896},{"style":1044},[3897],{"type":178,"value":3898},"// If you'd prefer to pass along raw `QueryBuilderParams`:\n",{"type":173,"tag":234,"props":3900,"children":3901},{"class":236,"line":404},[3902],{"type":173,"tag":234,"props":3903,"children":3904},{"style":1044},[3905],{"type":178,"value":3906},"const catsQuery = {\n",{"type":173,"tag":234,"props":3908,"children":3909},{"class":236,"line":442},[3910],{"type":173,"tag":234,"props":3911,"children":3912},{"style":1044},[3913],{"type":178,"value":3914},"  where: [\n",{"type":173,"tag":234,"props":3916,"children":3917},{"class":236,"line":475},[3918],{"type":173,"tag":234,"props":3919,"children":3920},{"style":1044},[3921],{"type":178,"value":3922},"    { _path: /^\\/cats/ },\n",{"type":173,"tag":234,"props":3924,"children":3925},{"class":236,"line":492},[3926],{"type":173,"tag":234,"props":3927,"children":3928},{"style":1044},[3929],{"type":178,"value":3930},"  ],\n",{"type":173,"tag":234,"props":3932,"children":3933},{"class":236,"line":509},[3934],{"type":173,"tag":234,"props":3935,"children":3936},{"style":1044},[3937],{"type":178,"value":1462},{"type":173,"tag":234,"props":3939,"children":3940},{"class":236,"line":526},[3941],{"type":173,"tag":234,"props":3942,"children":3943},{"style":1044},[3944],{"type":178,"value":3945},"*/\n",{"type":173,"tag":234,"props":3947,"children":3948},{"class":236,"line":1147},[3949,3953,3957],{"type":173,"tag":234,"props":3950,"children":3951},{"style":241},[3952],{"type":178,"value":431},{"type":173,"tag":234,"props":3954,"children":3955},{"style":247},[3956],{"type":178,"value":1201},{"type":173,"tag":234,"props":3958,"children":3959},{"style":241},[3960],{"type":178,"value":255},{"type":173,"tag":234,"props":3962,"children":3963},{"class":236,"line":1163},[3964],{"type":173,"tag":234,"props":3965,"children":3966},{"emptyLinePlaceholder":1483},[3967],{"type":178,"value":1486},{"type":173,"tag":234,"props":3969,"children":3970},{"class":236,"line":1707},[3971,3975,3979],{"type":173,"tag":234,"props":3972,"children":3973},{"style":241},[3974],{"type":178,"value":244},{"type":173,"tag":234,"props":3976,"children":3977},{"style":247},[3978],{"type":178,"value":250},{"type":173,"tag":234,"props":3980,"children":3981},{"style":241},[3982],{"type":178,"value":255},{"type":173,"tag":234,"props":3984,"children":3985},{"class":236,"line":1723},[3986,3990,3994,3998,4002,4006,4010,4015,4019,4023,4028,4032,4036,4040,4045,4049],{"type":173,"tag":234,"props":3987,"children":3988},{"style":241},[3989],{"type":178,"value":244},{"type":173,"tag":234,"props":3991,"children":3992},{"style":247},[3993],{"type":178,"value":3486},{"type":173,"tag":234,"props":3995,"children":3996},{"style":290},[3997],{"type":178,"value":318},{"type":173,"tag":234,"props":3999,"children":4000},{"style":241},[4001],{"type":178,"value":298},{"type":173,"tag":234,"props":4003,"children":4004},{"style":241},[4005],{"type":178,"value":303},{"type":173,"tag":234,"props":4007,"children":4008},{"style":241},[4009],{"type":178,"value":1358},{"type":173,"tag":234,"props":4011,"children":4012},{"style":423},[4013],{"type":178,"value":4014}," navigation",{"type":173,"tag":234,"props":4016,"children":4017},{"style":241},[4018],{"type":178,"value":1261},{"type":173,"tag":234,"props":4020,"children":4021},{"style":241},[4022],{"type":178,"value":303},{"type":173,"tag":234,"props":4024,"children":4025},{"style":241},[4026],{"type":178,"value":4027}," :",{"type":173,"tag":234,"props":4029,"children":4030},{"style":290},[4031],{"type":178,"value":594},{"type":173,"tag":234,"props":4033,"children":4034},{"style":241},[4035],{"type":178,"value":298},{"type":173,"tag":234,"props":4037,"children":4038},{"style":241},[4039],{"type":178,"value":303},{"type":173,"tag":234,"props":4041,"children":4042},{"style":423},[4043],{"type":178,"value":4044},"catsQuery",{"type":173,"tag":234,"props":4046,"children":4047},{"style":241},[4048],{"type":178,"value":303},{"type":173,"tag":234,"props":4050,"children":4051},{"style":241},[4052],{"type":178,"value":255},{"type":173,"tag":234,"props":4054,"children":4055},{"class":236,"line":1739},[4056,4060],{"type":173,"tag":234,"props":4057,"children":4058},{"style":241},[4059],{"type":178,"value":264},{"type":173,"tag":234,"props":4061,"children":4062},{"style":247},[4063],{"type":178,"value":4064},"NuxtLink\n",{"type":173,"tag":234,"props":4066,"children":4067},{"class":236,"line":3359},[4068,4073,4077,4081,4086,4091,4096],{"type":173,"tag":234,"props":4069,"children":4070},{"style":1238},[4071],{"type":178,"value":4072},"    v-for",{"type":173,"tag":234,"props":4074,"children":4075},{"style":241},[4076],{"type":178,"value":298},{"type":173,"tag":234,"props":4078,"children":4079},{"style":241},[4080],{"type":178,"value":303},{"type":173,"tag":234,"props":4082,"children":4083},{"style":423},[4084],{"type":178,"value":4085},"link",{"type":173,"tag":234,"props":4087,"children":4088},{"style":241},[4089],{"type":178,"value":4090}," of ",{"type":173,"tag":234,"props":4092,"children":4093},{"style":423},[4094],{"type":178,"value":4095},"navigation",{"type":173,"tag":234,"props":4097,"children":4098},{"style":241},[4099],{"type":178,"value":4100},"\"\n",{"type":173,"tag":234,"props":4102,"children":4103},{"class":236,"line":3375},[4104,4109,4114,4118,4122,4126,4130,4135],{"type":173,"tag":234,"props":4105,"children":4106},{"style":241},[4107],{"type":178,"value":4108},"    :",{"type":173,"tag":234,"props":4110,"children":4111},{"style":290},[4112],{"type":178,"value":4113},"key",{"type":173,"tag":234,"props":4115,"children":4116},{"style":241},[4117],{"type":178,"value":298},{"type":173,"tag":234,"props":4119,"children":4120},{"style":241},[4121],{"type":178,"value":303},{"type":173,"tag":234,"props":4123,"children":4124},{"style":423},[4125],{"type":178,"value":4085},{"type":173,"tag":234,"props":4127,"children":4128},{"style":241},[4129],{"type":178,"value":195},{"type":173,"tag":234,"props":4131,"children":4132},{"style":423},[4133],{"type":178,"value":4134},"_path",{"type":173,"tag":234,"props":4136,"children":4137},{"style":241},[4138],{"type":178,"value":4100},{"type":173,"tag":234,"props":4140,"children":4141},{"class":236,"line":3391},[4142,4146,4151,4155,4159,4163,4167,4171],{"type":173,"tag":234,"props":4143,"children":4144},{"style":241},[4145],{"type":178,"value":4108},{"type":173,"tag":234,"props":4147,"children":4148},{"style":290},[4149],{"type":178,"value":4150},"to",{"type":173,"tag":234,"props":4152,"children":4153},{"style":241},[4154],{"type":178,"value":298},{"type":173,"tag":234,"props":4156,"children":4157},{"style":241},[4158],{"type":178,"value":303},{"type":173,"tag":234,"props":4160,"children":4161},{"style":423},[4162],{"type":178,"value":4085},{"type":173,"tag":234,"props":4164,"children":4165},{"style":241},[4166],{"type":178,"value":195},{"type":173,"tag":234,"props":4168,"children":4169},{"style":423},[4170],{"type":178,"value":4134},{"type":173,"tag":234,"props":4172,"children":4173},{"style":241},[4174],{"type":178,"value":4100},{"type":173,"tag":234,"props":4176,"children":4178},{"class":236,"line":4177},19,[4179],{"type":173,"tag":234,"props":4180,"children":4181},{"style":241},[4182],{"type":178,"value":4183},"  >\n",{"type":173,"tag":234,"props":4185,"children":4187},{"class":236,"line":4186},20,[4188,4193,4198,4202,4207,4212,4216,4220,4225],{"type":173,"tag":234,"props":4189,"children":4190},{"style":241},[4191],{"type":178,"value":4192},"    {{",{"type":173,"tag":234,"props":4194,"children":4195},{"style":423},[4196],{"type":178,"value":4197}," link",{"type":173,"tag":234,"props":4199,"children":4200},{"style":241},[4201],{"type":178,"value":195},{"type":173,"tag":234,"props":4203,"children":4204},{"style":423},[4205],{"type":178,"value":4206},"navTitle ",{"type":173,"tag":234,"props":4208,"children":4209},{"style":241},[4210],{"type":178,"value":4211},"||",{"type":173,"tag":234,"props":4213,"children":4214},{"style":423},[4215],{"type":178,"value":4197},{"type":173,"tag":234,"props":4217,"children":4218},{"style":241},[4219],{"type":178,"value":195},{"type":173,"tag":234,"props":4221,"children":4222},{"style":423},[4223],{"type":178,"value":4224},"title ",{"type":173,"tag":234,"props":4226,"children":4227},{"style":241},[4228],{"type":178,"value":4229},"}}\n",{"type":173,"tag":234,"props":4231,"children":4233},{"class":236,"line":4232},21,[4234,4238,4242],{"type":173,"tag":234,"props":4235,"children":4236},{"style":241},[4237],{"type":178,"value":515},{"type":173,"tag":234,"props":4239,"children":4240},{"style":247},[4241],{"type":178,"value":3596},{"type":173,"tag":234,"props":4243,"children":4244},{"style":241},[4245],{"type":178,"value":255},{"type":173,"tag":234,"props":4247,"children":4249},{"class":236,"line":4248},22,[4250,4254,4258],{"type":173,"tag":234,"props":4251,"children":4252},{"style":241},[4253],{"type":178,"value":431},{"type":173,"tag":234,"props":4255,"children":4256},{"style":247},[4257],{"type":178,"value":3486},{"type":173,"tag":234,"props":4259,"children":4260},{"style":241},[4261],{"type":178,"value":255},{"type":173,"tag":234,"props":4263,"children":4265},{"class":236,"line":4264},23,[4266,4270,4274],{"type":173,"tag":234,"props":4267,"children":4268},{"style":241},[4269],{"type":178,"value":431},{"type":173,"tag":234,"props":4271,"children":4272},{"style":247},[4273],{"type":178,"value":250},{"type":173,"tag":234,"props":4275,"children":4276},{"style":241},[4277],{"type":178,"value":255},{"type":173,"tag":1754,"props":4279,"children":4280},{},[4281],{"type":178,"value":1758},{"title":167,"searchDepth":258,"depth":258,"links":4283},[4284,4285,4286],{"id":542,"depth":258,"text":545},{"id":193,"depth":258,"text":632},{"id":594,"depth":258,"text":3787},"content:4.components:3.content-navigation.md","4.components/3.content-navigation.md",1719304183944]