[{"data":1,"prerenderedAt":4292},["ShallowReactive",2],{"navigation":3,"docs-/components/content-list":164,"docs-/components/content-list-surround":1770},[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,"_stem":1768,"_extension":1769},"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","4.components/3.content-list","md",[1771,3417],{"_path":76,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":75,"description":1772,"body":1773,"_type":1764,"_id":3414,"_source":1766,"_file":3415,"_stem":3416,"_extension":1769},"Takes your component from an AST to a wonderful template.",{"type":170,"children":1774,"toc":3410},[1775,1796,1817,1838,1842,2010,2014,2031,2391,2403,2743,3406],{"type":173,"tag":174,"props":1776,"children":1777},{},[1778,1779,1784,1786,1795],{"type":178,"value":179},{"type":173,"tag":181,"props":1780,"children":1782},{"className":1781},[],[1783],{"type":178,"value":75},{"type":178,"value":1785}," component renders a document coming from a query with ",{"type":173,"tag":1787,"props":1788,"children":1789},"a",{"href":51},[1790],{"type":173,"tag":181,"props":1791,"children":1793},{"className":1792},[],[1794],{"type":178,"value":50},{"type":178,"value":195},{"type":173,"tag":174,"props":1797,"children":1798},{},[1799,1801,1807,1809,1815],{"type":178,"value":1800},"It will use ",{"type":173,"tag":181,"props":1802,"children":1804},{"className":1803},[],[1805],{"type":178,"value":1806},"\u003CContentRendererMarkdown>",{"type":178,"value":1808}," component to render ",{"type":173,"tag":181,"props":1810,"children":1812},{"className":1811},[],[1813],{"type":178,"value":1814},".md",{"type":178,"value":1816}," file types.",{"type":173,"tag":174,"props":1818,"children":1819},{},[1820,1822,1828,1830,1836],{"type":178,"value":1821},"Other types will currently be passed to default slot via ",{"type":173,"tag":181,"props":1823,"children":1825},{"className":1824},[],[1826],{"type":178,"value":1827},"v-slot=\"{ data }\"",{"type":178,"value":1829}," or be rendered inside ",{"type":173,"tag":181,"props":1831,"children":1833},{"className":1832},[],[1834],{"type":178,"value":1835},"\u003Cpre />",{"type":178,"value":1837}," tag.",{"type":173,"tag":415,"props":1839,"children":1840},{"id":542},[1841],{"type":178,"value":545},{"type":173,"tag":547,"props":1843,"children":1844},{},[1845,1879,1912,1946,1978],{"type":173,"tag":551,"props":1846,"children":1847},{},[1848,1854,1856],{"type":173,"tag":181,"props":1849,"children":1851},{"className":1850},[],[1852],{"type":178,"value":1853},"value",{"type":178,"value":1855},": The document to render.\n",{"type":173,"tag":547,"props":1857,"children":1858},{},[1859,1869],{"type":173,"tag":551,"props":1860,"children":1861},{},[1862,1863],{"type":178,"value":568},{"type":173,"tag":181,"props":1864,"children":1866},{"className":1865},[],[1867],{"type":178,"value":1868},"ParsedContent",{"type":173,"tag":551,"props":1870,"children":1871},{},[1872,1873],{"type":178,"value":579},{"type":173,"tag":181,"props":1874,"children":1876},{"className":1875},[],[1877],{"type":178,"value":1878},"{}",{"type":173,"tag":551,"props":1880,"children":1881},{},[1882,1888,1890],{"type":173,"tag":181,"props":1883,"children":1885},{"className":1884},[],[1886],{"type":178,"value":1887},"tag",{"type":178,"value":1889},": The tag to use for the renderer element if it is used.\n",{"type":173,"tag":547,"props":1891,"children":1892},{},[1893,1902],{"type":173,"tag":551,"props":1894,"children":1895},{},[1896,1897],{"type":178,"value":568},{"type":173,"tag":181,"props":1898,"children":1900},{"className":1899},[],[1901],{"type":178,"value":574},{"type":173,"tag":551,"props":1903,"children":1904},{},[1905,1906],{"type":178,"value":579},{"type":173,"tag":181,"props":1907,"children":1909},{"className":1908},[],[1910],{"type":178,"value":1911},"'div'",{"type":173,"tag":551,"props":1913,"children":1914},{},[1915,1921,1923],{"type":173,"tag":181,"props":1916,"children":1918},{"className":1917},[],[1919],{"type":178,"value":1920},"excerpt",{"type":178,"value":1922},": Whether to render the excerpt only without the rest of the content.\n",{"type":173,"tag":547,"props":1924,"children":1925},{},[1926,1936],{"type":173,"tag":551,"props":1927,"children":1928},{},[1929,1930],{"type":178,"value":568},{"type":173,"tag":181,"props":1931,"children":1933},{"className":1932},[],[1934],{"type":178,"value":1935},"boolean",{"type":173,"tag":551,"props":1937,"children":1938},{},[1939,1940],{"type":178,"value":579},{"type":173,"tag":181,"props":1941,"children":1943},{"className":1942},[],[1944],{"type":178,"value":1945},"false",{"type":173,"tag":551,"props":1947,"children":1948},{},[1949,1954,1956],{"type":173,"tag":181,"props":1950,"children":1952},{"className":1951},[],[1953],{"type":178,"value":165},{"type":178,"value":1955},": 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":1957,"children":1958},{},[1959,1969],{"type":173,"tag":551,"props":1960,"children":1961},{},[1962,1963],{"type":178,"value":568},{"type":173,"tag":181,"props":1964,"children":1966},{"className":1965},[],[1967],{"type":178,"value":1968},"object",{"type":173,"tag":551,"props":1970,"children":1971},{},[1972,1973],{"type":178,"value":579},{"type":173,"tag":181,"props":1974,"children":1976},{"className":1975},[],[1977],{"type":178,"value":1878},{"type":173,"tag":551,"props":1979,"children":1980},{},[1981,1987,1989],{"type":173,"tag":181,"props":1982,"children":1984},{"className":1983},[],[1985],{"type":178,"value":1986},"data",{"type":178,"value":1988},": A map of variables to inject into the markdown content for later use in binding variables.\n",{"type":173,"tag":547,"props":1990,"children":1991},{},[1992,2001],{"type":173,"tag":551,"props":1993,"children":1994},{},[1995,1996],{"type":178,"value":568},{"type":173,"tag":181,"props":1997,"children":1999},{"className":1998},[],[2000],{"type":178,"value":1968},{"type":173,"tag":551,"props":2002,"children":2003},{},[2004,2005],{"type":178,"value":579},{"type":173,"tag":181,"props":2006,"children":2008},{"className":2007},[],[2009],{"type":178,"value":1878},{"type":173,"tag":415,"props":2011,"children":2012},{"id":193},[2013],{"type":178,"value":632},{"type":173,"tag":174,"props":2015,"children":2016},{},[2017,2018,2023,2024,2029],{"type":178,"value":179},{"type":173,"tag":181,"props":2019,"children":2021},{"className":2020},[],[2022],{"type":178,"value":641},{"type":178,"value":643},{"type":173,"tag":181,"props":2025,"children":2027},{"className":2026},[],[2028],{"type":178,"value":1827},{"type":178,"value":2030}," syntax.",{"type":173,"tag":223,"props":2032,"children":2035},{"className":225,"code":2033,"filename":2034,"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",[2036],{"type":173,"tag":181,"props":2037,"children":2038},{"__ignoreMap":167},[2039,2078,2187,2202,2209,2224,2239,2276,2309,2346,2361,2376],{"type":173,"tag":234,"props":2040,"children":2041},{"class":236,"line":237},[2042,2046,2050,2054,2058,2062,2066,2070,2074],{"type":173,"tag":234,"props":2043,"children":2044},{"style":241},[2045],{"type":178,"value":244},{"type":173,"tag":234,"props":2047,"children":2048},{"style":247},[2049],{"type":178,"value":1201},{"type":173,"tag":234,"props":2051,"children":2052},{"style":290},[2053],{"type":178,"value":1206},{"type":173,"tag":234,"props":2055,"children":2056},{"style":290},[2057],{"type":178,"value":1211},{"type":173,"tag":234,"props":2059,"children":2060},{"style":241},[2061],{"type":178,"value":298},{"type":173,"tag":234,"props":2063,"children":2064},{"style":241},[2065],{"type":178,"value":303},{"type":173,"tag":234,"props":2067,"children":2068},{"style":306},[2069],{"type":178,"value":1224},{"type":173,"tag":234,"props":2071,"children":2072},{"style":241},[2073],{"type":178,"value":303},{"type":173,"tag":234,"props":2075,"children":2076},{"style":241},[2077],{"type":178,"value":255},{"type":173,"tag":234,"props":2079,"children":2080},{"class":236,"line":258},[2081,2085,2089,2094,2099,2103,2108,2114,2119,2123,2128,2132,2136,2141,2146,2151,2155,2159,2164,2168,2173,2177,2182],{"type":173,"tag":234,"props":2082,"children":2083},{"style":290},[2084],{"type":178,"value":1289},{"type":173,"tag":234,"props":2086,"children":2087},{"style":241},[2088],{"type":178,"value":1251},{"type":173,"tag":234,"props":2090,"children":2091},{"style":423},[2092],{"type":178,"value":2093}," data ",{"type":173,"tag":234,"props":2095,"children":2096},{"style":241},[2097],{"type":178,"value":2098},"}",{"type":173,"tag":234,"props":2100,"children":2101},{"style":241},[2102],{"type":178,"value":1309},{"type":173,"tag":234,"props":2104,"children":2105},{"style":1238},[2106],{"type":178,"value":2107}," await",{"type":173,"tag":234,"props":2109,"children":2111},{"style":2110},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[2112],{"type":178,"value":2113}," useAsyncData",{"type":173,"tag":234,"props":2115,"children":2116},{"style":423},[2117],{"type":178,"value":2118},"(",{"type":173,"tag":234,"props":2120,"children":2121},{"style":241},[2122],{"type":178,"value":1334},{"type":173,"tag":234,"props":2124,"children":2125},{"style":306},[2126],{"type":178,"value":2127},"page-data",{"type":173,"tag":234,"props":2129,"children":2130},{"style":241},[2131],{"type":178,"value":1334},{"type":173,"tag":234,"props":2133,"children":2134},{"style":241},[2135],{"type":178,"value":1339},{"type":173,"tag":234,"props":2137,"children":2138},{"style":241},[2139],{"type":178,"value":2140}," ()",{"type":173,"tag":234,"props":2142,"children":2143},{"style":290},[2144],{"type":178,"value":2145}," =>",{"type":173,"tag":234,"props":2147,"children":2148},{"style":2110},[2149],{"type":178,"value":2150}," queryContent",{"type":173,"tag":234,"props":2152,"children":2153},{"style":423},[2154],{"type":178,"value":2118},{"type":173,"tag":234,"props":2156,"children":2157},{"style":241},[2158],{"type":178,"value":1334},{"type":173,"tag":234,"props":2160,"children":2161},{"style":306},[2162],{"type":178,"value":2163},"/hello",{"type":173,"tag":234,"props":2165,"children":2166},{"style":241},[2167],{"type":178,"value":1334},{"type":173,"tag":234,"props":2169,"children":2170},{"style":423},[2171],{"type":178,"value":2172},")",{"type":173,"tag":234,"props":2174,"children":2175},{"style":241},[2176],{"type":178,"value":195},{"type":173,"tag":234,"props":2178,"children":2179},{"style":2110},[2180],{"type":178,"value":2181},"findOne",{"type":173,"tag":234,"props":2183,"children":2184},{"style":423},[2185],{"type":178,"value":2186},"())\n",{"type":173,"tag":234,"props":2188,"children":2189},{"class":236,"line":276},[2190,2194,2198],{"type":173,"tag":234,"props":2191,"children":2192},{"style":241},[2193],{"type":178,"value":431},{"type":173,"tag":234,"props":2195,"children":2196},{"style":247},[2197],{"type":178,"value":1201},{"type":173,"tag":234,"props":2199,"children":2200},{"style":241},[2201],{"type":178,"value":255},{"type":173,"tag":234,"props":2203,"children":2204},{"class":236,"line":342},[2205],{"type":173,"tag":234,"props":2206,"children":2207},{"emptyLinePlaceholder":1483},[2208],{"type":178,"value":1486},{"type":173,"tag":234,"props":2210,"children":2211},{"class":236,"line":404},[2212,2216,2220],{"type":173,"tag":234,"props":2213,"children":2214},{"style":241},[2215],{"type":178,"value":244},{"type":173,"tag":234,"props":2217,"children":2218},{"style":247},[2219],{"type":178,"value":250},{"type":173,"tag":234,"props":2221,"children":2222},{"style":241},[2223],{"type":178,"value":255},{"type":173,"tag":234,"props":2225,"children":2226},{"class":236,"line":442},[2227,2231,2235],{"type":173,"tag":234,"props":2228,"children":2229},{"style":241},[2230],{"type":178,"value":264},{"type":173,"tag":234,"props":2232,"children":2233},{"style":247},[2234],{"type":178,"value":269},{"type":173,"tag":234,"props":2236,"children":2237},{"style":241},[2238],{"type":178,"value":255},{"type":173,"tag":234,"props":2240,"children":2241},{"class":236,"line":475},[2242,2246,2251,2256,2260,2264,2268,2272],{"type":173,"tag":234,"props":2243,"children":2244},{"style":241},[2245],{"type":178,"value":282},{"type":173,"tag":234,"props":2247,"children":2248},{"style":247},[2249],{"type":178,"value":2250},"ContentRenderer",{"type":173,"tag":234,"props":2252,"children":2253},{"style":290},[2254],{"type":178,"value":2255}," :value",{"type":173,"tag":234,"props":2257,"children":2258},{"style":241},[2259],{"type":178,"value":298},{"type":173,"tag":234,"props":2261,"children":2262},{"style":241},[2263],{"type":178,"value":303},{"type":173,"tag":234,"props":2265,"children":2266},{"style":306},[2267],{"type":178,"value":1986},{"type":173,"tag":234,"props":2269,"children":2270},{"style":241},[2271],{"type":178,"value":303},{"type":173,"tag":234,"props":2273,"children":2274},{"style":241},[2275],{"type":178,"value":255},{"type":173,"tag":234,"props":2277,"children":2278},{"class":236,"line":492},[2279,2283,2288,2292,2297,2301,2305],{"type":173,"tag":234,"props":2280,"children":2281},{"style":241},[2282],{"type":178,"value":348},{"type":173,"tag":234,"props":2284,"children":2285},{"style":247},[2286],{"type":178,"value":2287},"h1",{"type":173,"tag":234,"props":2289,"children":2290},{"style":241},[2291],{"type":178,"value":420},{"type":173,"tag":234,"props":2293,"children":2294},{"style":423},[2295],{"type":178,"value":2296},"{{ data.title }}",{"type":173,"tag":234,"props":2298,"children":2299},{"style":241},[2300],{"type":178,"value":431},{"type":173,"tag":234,"props":2302,"children":2303},{"style":247},[2304],{"type":178,"value":2287},{"type":173,"tag":234,"props":2306,"children":2307},{"style":241},[2308],{"type":178,"value":255},{"type":173,"tag":234,"props":2310,"children":2311},{"class":236,"line":509},[2312,2316,2321,2325,2329,2333,2337,2341],{"type":173,"tag":234,"props":2313,"children":2314},{"style":241},[2315],{"type":178,"value":348},{"type":173,"tag":234,"props":2317,"children":2318},{"style":247},[2319],{"type":178,"value":2320},"ContentRendererMarkdown",{"type":173,"tag":234,"props":2322,"children":2323},{"style":290},[2324],{"type":178,"value":2255},{"type":173,"tag":234,"props":2326,"children":2327},{"style":241},[2328],{"type":178,"value":298},{"type":173,"tag":234,"props":2330,"children":2331},{"style":241},[2332],{"type":178,"value":303},{"type":173,"tag":234,"props":2334,"children":2335},{"style":306},[2336],{"type":178,"value":1986},{"type":173,"tag":234,"props":2338,"children":2339},{"style":241},[2340],{"type":178,"value":303},{"type":173,"tag":234,"props":2342,"children":2343},{"style":241},[2344],{"type":178,"value":2345}," />\n",{"type":173,"tag":234,"props":2347,"children":2348},{"class":236,"line":526},[2349,2353,2357],{"type":173,"tag":234,"props":2350,"children":2351},{"style":241},[2352],{"type":178,"value":498},{"type":173,"tag":234,"props":2354,"children":2355},{"style":247},[2356],{"type":178,"value":2250},{"type":173,"tag":234,"props":2358,"children":2359},{"style":241},[2360],{"type":178,"value":255},{"type":173,"tag":234,"props":2362,"children":2363},{"class":236,"line":1147},[2364,2368,2372],{"type":173,"tag":234,"props":2365,"children":2366},{"style":241},[2367],{"type":178,"value":515},{"type":173,"tag":234,"props":2369,"children":2370},{"style":247},[2371],{"type":178,"value":269},{"type":173,"tag":234,"props":2373,"children":2374},{"style":241},[2375],{"type":178,"value":255},{"type":173,"tag":234,"props":2377,"children":2378},{"class":236,"line":1163},[2379,2383,2387],{"type":173,"tag":234,"props":2380,"children":2381},{"style":241},[2382],{"type":178,"value":431},{"type":173,"tag":234,"props":2384,"children":2385},{"style":247},[2386],{"type":178,"value":250},{"type":173,"tag":234,"props":2388,"children":2389},{"style":241},[2390],{"type":178,"value":255},{"type":173,"tag":174,"props":2392,"children":2393},{},[2394,2395,2401],{"type":178,"value":179},{"type":173,"tag":181,"props":2396,"children":2398},{"className":2397},[],[2399],{"type":178,"value":2400},"empty",{"type":178,"value":2402}," slot can be used to display a default content when the document is empty:",{"type":173,"tag":223,"props":2404,"children":2406},{"className":225,"code":2405,"filename":2034,"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",[2407],{"type":173,"tag":181,"props":2408,"children":2409},{"__ignoreMap":167},[2410,2449,2544,2559,2566,2581,2596,2631,2651,2683,2698,2713,2728],{"type":173,"tag":234,"props":2411,"children":2412},{"class":236,"line":237},[2413,2417,2421,2425,2429,2433,2437,2441,2445],{"type":173,"tag":234,"props":2414,"children":2415},{"style":241},[2416],{"type":178,"value":244},{"type":173,"tag":234,"props":2418,"children":2419},{"style":247},[2420],{"type":178,"value":1201},{"type":173,"tag":234,"props":2422,"children":2423},{"style":290},[2424],{"type":178,"value":1206},{"type":173,"tag":234,"props":2426,"children":2427},{"style":290},[2428],{"type":178,"value":1211},{"type":173,"tag":234,"props":2430,"children":2431},{"style":241},[2432],{"type":178,"value":298},{"type":173,"tag":234,"props":2434,"children":2435},{"style":241},[2436],{"type":178,"value":303},{"type":173,"tag":234,"props":2438,"children":2439},{"style":306},[2440],{"type":178,"value":1224},{"type":173,"tag":234,"props":2442,"children":2443},{"style":241},[2444],{"type":178,"value":303},{"type":173,"tag":234,"props":2446,"children":2447},{"style":241},[2448],{"type":178,"value":255},{"type":173,"tag":234,"props":2450,"children":2451},{"class":236,"line":258},[2452,2456,2460,2464,2468,2472,2476,2480,2484,2488,2492,2496,2500,2504,2508,2512,2516,2520,2524,2528,2532,2536,2540],{"type":173,"tag":234,"props":2453,"children":2454},{"style":290},[2455],{"type":178,"value":1289},{"type":173,"tag":234,"props":2457,"children":2458},{"style":241},[2459],{"type":178,"value":1251},{"type":173,"tag":234,"props":2461,"children":2462},{"style":423},[2463],{"type":178,"value":2093},{"type":173,"tag":234,"props":2465,"children":2466},{"style":241},[2467],{"type":178,"value":2098},{"type":173,"tag":234,"props":2469,"children":2470},{"style":241},[2471],{"type":178,"value":1309},{"type":173,"tag":234,"props":2473,"children":2474},{"style":1238},[2475],{"type":178,"value":2107},{"type":173,"tag":234,"props":2477,"children":2478},{"style":2110},[2479],{"type":178,"value":2113},{"type":173,"tag":234,"props":2481,"children":2482},{"style":423},[2483],{"type":178,"value":2118},{"type":173,"tag":234,"props":2485,"children":2486},{"style":241},[2487],{"type":178,"value":1334},{"type":173,"tag":234,"props":2489,"children":2490},{"style":306},[2491],{"type":178,"value":2127},{"type":173,"tag":234,"props":2493,"children":2494},{"style":241},[2495],{"type":178,"value":1334},{"type":173,"tag":234,"props":2497,"children":2498},{"style":241},[2499],{"type":178,"value":1339},{"type":173,"tag":234,"props":2501,"children":2502},{"style":241},[2503],{"type":178,"value":2140},{"type":173,"tag":234,"props":2505,"children":2506},{"style":290},[2507],{"type":178,"value":2145},{"type":173,"tag":234,"props":2509,"children":2510},{"style":2110},[2511],{"type":178,"value":2150},{"type":173,"tag":234,"props":2513,"children":2514},{"style":423},[2515],{"type":178,"value":2118},{"type":173,"tag":234,"props":2517,"children":2518},{"style":241},[2519],{"type":178,"value":1334},{"type":173,"tag":234,"props":2521,"children":2522},{"style":306},[2523],{"type":178,"value":2163},{"type":173,"tag":234,"props":2525,"children":2526},{"style":241},[2527],{"type":178,"value":1334},{"type":173,"tag":234,"props":2529,"children":2530},{"style":423},[2531],{"type":178,"value":2172},{"type":173,"tag":234,"props":2533,"children":2534},{"style":241},[2535],{"type":178,"value":195},{"type":173,"tag":234,"props":2537,"children":2538},{"style":2110},[2539],{"type":178,"value":2181},{"type":173,"tag":234,"props":2541,"children":2542},{"style":423},[2543],{"type":178,"value":2186},{"type":173,"tag":234,"props":2545,"children":2546},{"class":236,"line":276},[2547,2551,2555],{"type":173,"tag":234,"props":2548,"children":2549},{"style":241},[2550],{"type":178,"value":431},{"type":173,"tag":234,"props":2552,"children":2553},{"style":247},[2554],{"type":178,"value":1201},{"type":173,"tag":234,"props":2556,"children":2557},{"style":241},[2558],{"type":178,"value":255},{"type":173,"tag":234,"props":2560,"children":2561},{"class":236,"line":342},[2562],{"type":173,"tag":234,"props":2563,"children":2564},{"emptyLinePlaceholder":1483},[2565],{"type":178,"value":1486},{"type":173,"tag":234,"props":2567,"children":2568},{"class":236,"line":404},[2569,2573,2577],{"type":173,"tag":234,"props":2570,"children":2571},{"style":241},[2572],{"type":178,"value":244},{"type":173,"tag":234,"props":2574,"children":2575},{"style":247},[2576],{"type":178,"value":250},{"type":173,"tag":234,"props":2578,"children":2579},{"style":241},[2580],{"type":178,"value":255},{"type":173,"tag":234,"props":2582,"children":2583},{"class":236,"line":442},[2584,2588,2592],{"type":173,"tag":234,"props":2585,"children":2586},{"style":241},[2587],{"type":178,"value":264},{"type":173,"tag":234,"props":2589,"children":2590},{"style":247},[2591],{"type":178,"value":269},{"type":173,"tag":234,"props":2593,"children":2594},{"style":241},[2595],{"type":178,"value":255},{"type":173,"tag":234,"props":2597,"children":2598},{"class":236,"line":475},[2599,2603,2607,2611,2615,2619,2623,2627],{"type":173,"tag":234,"props":2600,"children":2601},{"style":241},[2602],{"type":178,"value":282},{"type":173,"tag":234,"props":2604,"children":2605},{"style":247},[2606],{"type":178,"value":2250},{"type":173,"tag":234,"props":2608,"children":2609},{"style":290},[2610],{"type":178,"value":2255},{"type":173,"tag":234,"props":2612,"children":2613},{"style":241},[2614],{"type":178,"value":298},{"type":173,"tag":234,"props":2616,"children":2617},{"style":241},[2618],{"type":178,"value":303},{"type":173,"tag":234,"props":2620,"children":2621},{"style":306},[2622],{"type":178,"value":1986},{"type":173,"tag":234,"props":2624,"children":2625},{"style":241},[2626],{"type":178,"value":303},{"type":173,"tag":234,"props":2628,"children":2629},{"style":241},[2630],{"type":178,"value":255},{"type":173,"tag":234,"props":2632,"children":2633},{"class":236,"line":492},[2634,2638,2642,2647],{"type":173,"tag":234,"props":2635,"children":2636},{"style":241},[2637],{"type":178,"value":348},{"type":173,"tag":234,"props":2639,"children":2640},{"style":247},[2641],{"type":178,"value":250},{"type":173,"tag":234,"props":2643,"children":2644},{"style":290},[2645],{"type":178,"value":2646}," #empty",{"type":173,"tag":234,"props":2648,"children":2649},{"style":241},[2650],{"type":178,"value":255},{"type":173,"tag":234,"props":2652,"children":2653},{"class":236,"line":509},[2654,2658,2662,2666,2671,2675,2679],{"type":173,"tag":234,"props":2655,"children":2656},{"style":241},[2657],{"type":178,"value":410},{"type":173,"tag":234,"props":2659,"children":2660},{"style":247},[2661],{"type":178,"value":174},{"type":173,"tag":234,"props":2663,"children":2664},{"style":241},[2665],{"type":178,"value":420},{"type":173,"tag":234,"props":2667,"children":2668},{"style":423},[2669],{"type":178,"value":2670},"No content found.",{"type":173,"tag":234,"props":2672,"children":2673},{"style":241},[2674],{"type":178,"value":431},{"type":173,"tag":234,"props":2676,"children":2677},{"style":247},[2678],{"type":178,"value":174},{"type":173,"tag":234,"props":2680,"children":2681},{"style":241},[2682],{"type":178,"value":255},{"type":173,"tag":234,"props":2684,"children":2685},{"class":236,"line":526},[2686,2690,2694],{"type":173,"tag":234,"props":2687,"children":2688},{"style":241},[2689],{"type":178,"value":481},{"type":173,"tag":234,"props":2691,"children":2692},{"style":247},[2693],{"type":178,"value":250},{"type":173,"tag":234,"props":2695,"children":2696},{"style":241},[2697],{"type":178,"value":255},{"type":173,"tag":234,"props":2699,"children":2700},{"class":236,"line":1147},[2701,2705,2709],{"type":173,"tag":234,"props":2702,"children":2703},{"style":241},[2704],{"type":178,"value":498},{"type":173,"tag":234,"props":2706,"children":2707},{"style":247},[2708],{"type":178,"value":2250},{"type":173,"tag":234,"props":2710,"children":2711},{"style":241},[2712],{"type":178,"value":255},{"type":173,"tag":234,"props":2714,"children":2715},{"class":236,"line":1163},[2716,2720,2724],{"type":173,"tag":234,"props":2717,"children":2718},{"style":241},[2719],{"type":178,"value":515},{"type":173,"tag":234,"props":2721,"children":2722},{"style":247},[2723],{"type":178,"value":269},{"type":173,"tag":234,"props":2725,"children":2726},{"style":241},[2727],{"type":178,"value":255},{"type":173,"tag":234,"props":2729,"children":2730},{"class":236,"line":1707},[2731,2735,2739],{"type":173,"tag":234,"props":2732,"children":2733},{"style":241},[2734],{"type":178,"value":431},{"type":173,"tag":234,"props":2736,"children":2737},{"style":247},[2738],{"type":178,"value":250},{"type":173,"tag":234,"props":2740,"children":2741},{"style":241},[2742],{"type":178,"value":255},{"type":173,"tag":2744,"props":2745,"children":2747},"callout",{"type":2746},"info",[2748,2773,2900,2933],{"type":173,"tag":174,"props":2749,"children":2750},{},[2751,2753,2758,2760,2765,2767,2772],{"type":178,"value":2752},"Note that when you use default slot and ",{"type":173,"tag":181,"props":2754,"children":2756},{"className":2755},[],[2757],{"type":178,"value":1806},{"type":178,"value":2759}," in your template you need to pass ",{"type":173,"tag":181,"props":2761,"children":2763},{"className":2762},[],[2764],{"type":178,"value":165},{"type":178,"value":2766}," to ",{"type":173,"tag":181,"props":2768,"children":2770},{"className":2769},[],[2771],{"type":178,"value":1806},{"type":178,"value":195},{"type":173,"tag":223,"props":2774,"children":2777},{"className":225,"code":2775,"filename":2776,"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",[2778],{"type":173,"tag":181,"props":2779,"children":2780},{"__ignoreMap":167},[2781,2796,2811,2870,2885],{"type":173,"tag":234,"props":2782,"children":2783},{"class":236,"line":237},[2784,2788,2792],{"type":173,"tag":234,"props":2785,"children":2786},{"style":241},[2787],{"type":178,"value":244},{"type":173,"tag":234,"props":2789,"children":2790},{"style":247},[2791],{"type":178,"value":250},{"type":173,"tag":234,"props":2793,"children":2794},{"style":241},[2795],{"type":178,"value":255},{"type":173,"tag":234,"props":2797,"children":2798},{"class":236,"line":258},[2799,2803,2807],{"type":173,"tag":234,"props":2800,"children":2801},{"style":241},[2802],{"type":178,"value":264},{"type":173,"tag":234,"props":2804,"children":2805},{"style":247},[2806],{"type":178,"value":353},{"type":173,"tag":234,"props":2808,"children":2809},{"style":241},[2810],{"type":178,"value":255},{"type":173,"tag":234,"props":2812,"children":2813},{"class":236,"line":276},[2814,2818,2823,2828,2832,2836,2841,2845,2850,2854,2858,2862,2866],{"type":173,"tag":234,"props":2815,"children":2816},{"style":241},[2817],{"type":178,"value":282},{"type":173,"tag":234,"props":2819,"children":2820},{"style":247},[2821],{"type":178,"value":2822},"ContentSlot",{"type":173,"tag":234,"props":2824,"children":2825},{"style":290},[2826],{"type":178,"value":2827}," :use",{"type":173,"tag":234,"props":2829,"children":2830},{"style":241},[2831],{"type":178,"value":298},{"type":173,"tag":234,"props":2833,"children":2834},{"style":241},[2835],{"type":178,"value":303},{"type":173,"tag":234,"props":2837,"children":2838},{"style":306},[2839],{"type":178,"value":2840},"$slots.default",{"type":173,"tag":234,"props":2842,"children":2843},{"style":241},[2844],{"type":178,"value":303},{"type":173,"tag":234,"props":2846,"children":2847},{"style":290},[2848],{"type":178,"value":2849}," unwrap",{"type":173,"tag":234,"props":2851,"children":2852},{"style":241},[2853],{"type":178,"value":298},{"type":173,"tag":234,"props":2855,"children":2856},{"style":241},[2857],{"type":178,"value":303},{"type":173,"tag":234,"props":2859,"children":2860},{"style":306},[2861],{"type":178,"value":174},{"type":173,"tag":234,"props":2863,"children":2864},{"style":241},[2865],{"type":178,"value":303},{"type":173,"tag":234,"props":2867,"children":2868},{"style":241},[2869],{"type":178,"value":2345},{"type":173,"tag":234,"props":2871,"children":2872},{"class":236,"line":342},[2873,2877,2881],{"type":173,"tag":234,"props":2874,"children":2875},{"style":241},[2876],{"type":178,"value":515},{"type":173,"tag":234,"props":2878,"children":2879},{"style":247},[2880],{"type":178,"value":353},{"type":173,"tag":234,"props":2882,"children":2883},{"style":241},[2884],{"type":178,"value":255},{"type":173,"tag":234,"props":2886,"children":2887},{"class":236,"line":404},[2888,2892,2896],{"type":173,"tag":234,"props":2889,"children":2890},{"style":241},[2891],{"type":178,"value":431},{"type":173,"tag":234,"props":2893,"children":2894},{"style":247},[2895],{"type":178,"value":250},{"type":173,"tag":234,"props":2897,"children":2898},{"style":241},[2899],{"type":178,"value":255},{"type":173,"tag":223,"props":2901,"children":2905},{"className":2902,"code":2903,"filename":2904,"language":1769,"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",[2906],{"type":173,"tag":181,"props":2907,"children":2908},{"__ignoreMap":167},[2909,2917,2925],{"type":173,"tag":234,"props":2910,"children":2911},{"class":236,"line":237},[2912],{"type":173,"tag":234,"props":2913,"children":2914},{"style":423},[2915],{"type":178,"value":2916},"::custom-p\n",{"type":173,"tag":234,"props":2918,"children":2919},{"class":236,"line":258},[2920],{"type":173,"tag":234,"props":2921,"children":2922},{"style":423},[2923],{"type":178,"value":2924},"this is my custom paragraph\n",{"type":173,"tag":234,"props":2926,"children":2927},{"class":236,"line":276},[2928],{"type":173,"tag":234,"props":2929,"children":2930},{"style":423},[2931],{"type":178,"value":2932},"::\n",{"type":173,"tag":223,"props":2934,"children":2936},{"className":225,"code":2935,"filename":2034,"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",[2937],{"type":173,"tag":181,"props":2938,"children":2939},{"__ignoreMap":167},[2940,2979,3021,3028,3123,3130,3151,3177,3184,3199,3206,3221,3236,3271,3302,3358,3374,3390],{"type":173,"tag":234,"props":2941,"children":2942},{"class":236,"line":237},[2943,2947,2951,2955,2959,2963,2967,2971,2975],{"type":173,"tag":234,"props":2944,"children":2945},{"style":241},[2946],{"type":178,"value":244},{"type":173,"tag":234,"props":2948,"children":2949},{"style":247},[2950],{"type":178,"value":1201},{"type":173,"tag":234,"props":2952,"children":2953},{"style":290},[2954],{"type":178,"value":1206},{"type":173,"tag":234,"props":2956,"children":2957},{"style":290},[2958],{"type":178,"value":1211},{"type":173,"tag":234,"props":2960,"children":2961},{"style":241},[2962],{"type":178,"value":298},{"type":173,"tag":234,"props":2964,"children":2965},{"style":241},[2966],{"type":178,"value":303},{"type":173,"tag":234,"props":2968,"children":2969},{"style":306},[2970],{"type":178,"value":1224},{"type":173,"tag":234,"props":2972,"children":2973},{"style":241},[2974],{"type":178,"value":303},{"type":173,"tag":234,"props":2976,"children":2977},{"style":241},[2978],{"type":178,"value":255},{"type":173,"tag":234,"props":2980,"children":2981},{"class":236,"line":258},[2982,2986,2990,2995,2999,3003,3007,3012,3016],{"type":173,"tag":234,"props":2983,"children":2984},{"style":1238},[2985],{"type":178,"value":1241},{"type":173,"tag":234,"props":2987,"children":2988},{"style":241},[2989],{"type":178,"value":1251},{"type":173,"tag":234,"props":2991,"children":2992},{"style":423},[2993],{"type":178,"value":2994}," CustomParagraph",{"type":173,"tag":234,"props":2996,"children":2997},{"style":241},[2998],{"type":178,"value":1261},{"type":173,"tag":234,"props":3000,"children":3001},{"style":1238},[3002],{"type":178,"value":1266},{"type":173,"tag":234,"props":3004,"children":3005},{"style":241},[3006],{"type":178,"value":1271},{"type":173,"tag":234,"props":3008,"children":3009},{"style":306},[3010],{"type":178,"value":3011},"#components",{"type":173,"tag":234,"props":3013,"children":3014},{"style":241},[3015],{"type":178,"value":1334},{"type":173,"tag":234,"props":3017,"children":3018},{"style":241},[3019],{"type":178,"value":3020},";\n",{"type":173,"tag":234,"props":3022,"children":3023},{"class":236,"line":276},[3024],{"type":173,"tag":234,"props":3025,"children":3026},{"emptyLinePlaceholder":1483},[3027],{"type":178,"value":1486},{"type":173,"tag":234,"props":3029,"children":3030},{"class":236,"line":342},[3031,3035,3039,3043,3047,3051,3055,3059,3063,3067,3071,3075,3079,3083,3087,3091,3095,3099,3103,3107,3111,3115,3119],{"type":173,"tag":234,"props":3032,"children":3033},{"style":290},[3034],{"type":178,"value":1289},{"type":173,"tag":234,"props":3036,"children":3037},{"style":241},[3038],{"type":178,"value":1251},{"type":173,"tag":234,"props":3040,"children":3041},{"style":423},[3042],{"type":178,"value":2093},{"type":173,"tag":234,"props":3044,"children":3045},{"style":241},[3046],{"type":178,"value":2098},{"type":173,"tag":234,"props":3048,"children":3049},{"style":241},[3050],{"type":178,"value":1309},{"type":173,"tag":234,"props":3052,"children":3053},{"style":1238},[3054],{"type":178,"value":2107},{"type":173,"tag":234,"props":3056,"children":3057},{"style":2110},[3058],{"type":178,"value":2113},{"type":173,"tag":234,"props":3060,"children":3061},{"style":423},[3062],{"type":178,"value":2118},{"type":173,"tag":234,"props":3064,"children":3065},{"style":241},[3066],{"type":178,"value":1334},{"type":173,"tag":234,"props":3068,"children":3069},{"style":306},[3070],{"type":178,"value":2127},{"type":173,"tag":234,"props":3072,"children":3073},{"style":241},[3074],{"type":178,"value":1334},{"type":173,"tag":234,"props":3076,"children":3077},{"style":241},[3078],{"type":178,"value":1339},{"type":173,"tag":234,"props":3080,"children":3081},{"style":241},[3082],{"type":178,"value":2140},{"type":173,"tag":234,"props":3084,"children":3085},{"style":290},[3086],{"type":178,"value":2145},{"type":173,"tag":234,"props":3088,"children":3089},{"style":2110},[3090],{"type":178,"value":2150},{"type":173,"tag":234,"props":3092,"children":3093},{"style":423},[3094],{"type":178,"value":2118},{"type":173,"tag":234,"props":3096,"children":3097},{"style":241},[3098],{"type":178,"value":1334},{"type":173,"tag":234,"props":3100,"children":3101},{"style":306},[3102],{"type":178,"value":2163},{"type":173,"tag":234,"props":3104,"children":3105},{"style":241},[3106],{"type":178,"value":1334},{"type":173,"tag":234,"props":3108,"children":3109},{"style":423},[3110],{"type":178,"value":2172},{"type":173,"tag":234,"props":3112,"children":3113},{"style":241},[3114],{"type":178,"value":195},{"type":173,"tag":234,"props":3116,"children":3117},{"style":2110},[3118],{"type":178,"value":2181},{"type":173,"tag":234,"props":3120,"children":3121},{"style":423},[3122],{"type":178,"value":2186},{"type":173,"tag":234,"props":3124,"children":3125},{"class":236,"line":404},[3126],{"type":173,"tag":234,"props":3127,"children":3128},{"emptyLinePlaceholder":1483},[3129],{"type":178,"value":1486},{"type":173,"tag":234,"props":3131,"children":3132},{"class":236,"line":442},[3133,3137,3142,3146],{"type":173,"tag":234,"props":3134,"children":3135},{"style":290},[3136],{"type":178,"value":1289},{"type":173,"tag":234,"props":3138,"children":3139},{"style":423},[3140],{"type":178,"value":3141}," components ",{"type":173,"tag":234,"props":3143,"children":3144},{"style":241},[3145],{"type":178,"value":298},{"type":173,"tag":234,"props":3147,"children":3148},{"style":241},[3149],{"type":178,"value":3150}," {\n",{"type":173,"tag":234,"props":3152,"children":3153},{"class":236,"line":475},[3154,3159,3164,3168,3172],{"type":173,"tag":234,"props":3155,"children":3156},{"style":241},[3157],{"type":178,"value":3158},"  '",{"type":173,"tag":234,"props":3160,"children":3161},{"style":247},[3162],{"type":178,"value":3163},"custom-p",{"type":173,"tag":234,"props":3165,"children":3166},{"style":241},[3167],{"type":178,"value":1334},{"type":173,"tag":234,"props":3169,"children":3170},{"style":241},[3171],{"type":178,"value":1299},{"type":173,"tag":234,"props":3173,"children":3174},{"style":423},[3175],{"type":178,"value":3176}," CustomParagraph\n",{"type":173,"tag":234,"props":3178,"children":3179},{"class":236,"line":492},[3180],{"type":173,"tag":234,"props":3181,"children":3182},{"style":241},[3183],{"type":178,"value":1462},{"type":173,"tag":234,"props":3185,"children":3186},{"class":236,"line":509},[3187,3191,3195],{"type":173,"tag":234,"props":3188,"children":3189},{"style":241},[3190],{"type":178,"value":431},{"type":173,"tag":234,"props":3192,"children":3193},{"style":247},[3194],{"type":178,"value":1201},{"type":173,"tag":234,"props":3196,"children":3197},{"style":241},[3198],{"type":178,"value":255},{"type":173,"tag":234,"props":3200,"children":3201},{"class":236,"line":526},[3202],{"type":173,"tag":234,"props":3203,"children":3204},{"emptyLinePlaceholder":1483},[3205],{"type":178,"value":1486},{"type":173,"tag":234,"props":3207,"children":3208},{"class":236,"line":1147},[3209,3213,3217],{"type":173,"tag":234,"props":3210,"children":3211},{"style":241},[3212],{"type":178,"value":244},{"type":173,"tag":234,"props":3214,"children":3215},{"style":247},[3216],{"type":178,"value":250},{"type":173,"tag":234,"props":3218,"children":3219},{"style":241},[3220],{"type":178,"value":255},{"type":173,"tag":234,"props":3222,"children":3223},{"class":236,"line":1163},[3224,3228,3232],{"type":173,"tag":234,"props":3225,"children":3226},{"style":241},[3227],{"type":178,"value":264},{"type":173,"tag":234,"props":3229,"children":3230},{"style":247},[3231],{"type":178,"value":269},{"type":173,"tag":234,"props":3233,"children":3234},{"style":241},[3235],{"type":178,"value":255},{"type":173,"tag":234,"props":3237,"children":3238},{"class":236,"line":1707},[3239,3243,3247,3251,3255,3259,3263,3267],{"type":173,"tag":234,"props":3240,"children":3241},{"style":241},[3242],{"type":178,"value":282},{"type":173,"tag":234,"props":3244,"children":3245},{"style":247},[3246],{"type":178,"value":2250},{"type":173,"tag":234,"props":3248,"children":3249},{"style":290},[3250],{"type":178,"value":2255},{"type":173,"tag":234,"props":3252,"children":3253},{"style":241},[3254],{"type":178,"value":298},{"type":173,"tag":234,"props":3256,"children":3257},{"style":241},[3258],{"type":178,"value":303},{"type":173,"tag":234,"props":3260,"children":3261},{"style":306},[3262],{"type":178,"value":1986},{"type":173,"tag":234,"props":3264,"children":3265},{"style":241},[3266],{"type":178,"value":303},{"type":173,"tag":234,"props":3268,"children":3269},{"style":241},[3270],{"type":178,"value":255},{"type":173,"tag":234,"props":3272,"children":3273},{"class":236,"line":1723},[3274,3278,3282,3286,3290,3294,3298],{"type":173,"tag":234,"props":3275,"children":3276},{"style":241},[3277],{"type":178,"value":348},{"type":173,"tag":234,"props":3279,"children":3280},{"style":247},[3281],{"type":178,"value":2287},{"type":173,"tag":234,"props":3283,"children":3284},{"style":241},[3285],{"type":178,"value":420},{"type":173,"tag":234,"props":3287,"children":3288},{"style":423},[3289],{"type":178,"value":2296},{"type":173,"tag":234,"props":3291,"children":3292},{"style":241},[3293],{"type":178,"value":431},{"type":173,"tag":234,"props":3295,"children":3296},{"style":247},[3297],{"type":178,"value":2287},{"type":173,"tag":234,"props":3299,"children":3300},{"style":241},[3301],{"type":178,"value":255},{"type":173,"tag":234,"props":3303,"children":3304},{"class":236,"line":1739},[3305,3309,3313,3317,3321,3325,3329,3333,3338,3342,3346,3350,3354],{"type":173,"tag":234,"props":3306,"children":3307},{"style":241},[3308],{"type":178,"value":348},{"type":173,"tag":234,"props":3310,"children":3311},{"style":247},[3312],{"type":178,"value":2320},{"type":173,"tag":234,"props":3314,"children":3315},{"style":290},[3316],{"type":178,"value":2255},{"type":173,"tag":234,"props":3318,"children":3319},{"style":241},[3320],{"type":178,"value":298},{"type":173,"tag":234,"props":3322,"children":3323},{"style":241},[3324],{"type":178,"value":303},{"type":173,"tag":234,"props":3326,"children":3327},{"style":306},[3328],{"type":178,"value":1986},{"type":173,"tag":234,"props":3330,"children":3331},{"style":241},[3332],{"type":178,"value":303},{"type":173,"tag":234,"props":3334,"children":3335},{"style":290},[3336],{"type":178,"value":3337}," :components",{"type":173,"tag":234,"props":3339,"children":3340},{"style":241},[3341],{"type":178,"value":298},{"type":173,"tag":234,"props":3343,"children":3344},{"style":241},[3345],{"type":178,"value":303},{"type":173,"tag":234,"props":3347,"children":3348},{"style":306},[3349],{"type":178,"value":165},{"type":173,"tag":234,"props":3351,"children":3352},{"style":241},[3353],{"type":178,"value":303},{"type":173,"tag":234,"props":3355,"children":3356},{"style":241},[3357],{"type":178,"value":2345},{"type":173,"tag":234,"props":3359,"children":3361},{"class":236,"line":3360},16,[3362,3366,3370],{"type":173,"tag":234,"props":3363,"children":3364},{"style":241},[3365],{"type":178,"value":498},{"type":173,"tag":234,"props":3367,"children":3368},{"style":247},[3369],{"type":178,"value":2250},{"type":173,"tag":234,"props":3371,"children":3372},{"style":241},[3373],{"type":178,"value":255},{"type":173,"tag":234,"props":3375,"children":3377},{"class":236,"line":3376},17,[3378,3382,3386],{"type":173,"tag":234,"props":3379,"children":3380},{"style":241},[3381],{"type":178,"value":515},{"type":173,"tag":234,"props":3383,"children":3384},{"style":247},[3385],{"type":178,"value":269},{"type":173,"tag":234,"props":3387,"children":3388},{"style":241},[3389],{"type":178,"value":255},{"type":173,"tag":234,"props":3391,"children":3393},{"class":236,"line":3392},18,[3394,3398,3402],{"type":173,"tag":234,"props":3395,"children":3396},{"style":241},[3397],{"type":178,"value":431},{"type":173,"tag":234,"props":3399,"children":3400},{"style":247},[3401],{"type":178,"value":250},{"type":173,"tag":234,"props":3403,"children":3404},{"style":241},[3405],{"type":178,"value":255},{"type":173,"tag":1754,"props":3407,"children":3408},{},[3409],{"type":178,"value":1758},{"title":167,"searchDepth":258,"depth":258,"links":3411},[3412,3413],{"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","4.components/2.content-renderer",{"_path":82,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":81,"description":3418,"body":3419,"_type":1764,"_id":4289,"_source":1766,"_file":4290,"_stem":4291,"_extension":1769},"Building complex navigation from your content has never been easier.",{"type":170,"children":3420,"toc":4284},[3421,3438,3717,3721,3763,3767,3785,3790,3802,3815,4280],{"type":173,"tag":174,"props":3422,"children":3423},{},[3424,3425,3430,3432,3437],{"type":178,"value":179},{"type":173,"tag":181,"props":3426,"children":3428},{"className":3427},[],[3429],{"type":178,"value":81},{"type":178,"value":3431}," is a renderless component shortening the access to ",{"type":173,"tag":1787,"props":3433,"children":3434},{"href":41},[3435],{"type":178,"value":3436},"the navigation",{"type":178,"value":195},{"type":173,"tag":223,"props":3439,"children":3442},{"className":225,"code":3440,"filename":3441,"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",[3443],{"type":173,"tag":181,"props":3444,"children":3445},{"__ignoreMap":167},[3446,3461,3477,3514,3529,3586,3641,3657,3672,3687,3702],{"type":173,"tag":234,"props":3447,"children":3448},{"class":236,"line":237},[3449,3453,3457],{"type":173,"tag":234,"props":3450,"children":3451},{"style":241},[3452],{"type":178,"value":244},{"type":173,"tag":234,"props":3454,"children":3455},{"style":247},[3456],{"type":178,"value":250},{"type":173,"tag":234,"props":3458,"children":3459},{"style":241},[3460],{"type":178,"value":255},{"type":173,"tag":234,"props":3462,"children":3463},{"class":236,"line":258},[3464,3468,3473],{"type":173,"tag":234,"props":3465,"children":3466},{"style":241},[3467],{"type":178,"value":264},{"type":173,"tag":234,"props":3469,"children":3470},{"style":247},[3471],{"type":178,"value":3472},"nav",{"type":173,"tag":234,"props":3474,"children":3475},{"style":241},[3476],{"type":178,"value":255},{"type":173,"tag":234,"props":3478,"children":3479},{"class":236,"line":276},[3480,3484,3489,3493,3497,3501,3506,3510],{"type":173,"tag":234,"props":3481,"children":3482},{"style":241},[3483],{"type":178,"value":282},{"type":173,"tag":234,"props":3485,"children":3486},{"style":247},[3487],{"type":178,"value":3488},"ContentNavigation",{"type":173,"tag":234,"props":3490,"children":3491},{"style":290},[3492],{"type":178,"value":318},{"type":173,"tag":234,"props":3494,"children":3495},{"style":241},[3496],{"type":178,"value":298},{"type":173,"tag":234,"props":3498,"children":3499},{"style":241},[3500],{"type":178,"value":303},{"type":173,"tag":234,"props":3502,"children":3503},{"style":306},[3504],{"type":178,"value":3505},"{ navigation }",{"type":173,"tag":234,"props":3507,"children":3508},{"style":241},[3509],{"type":178,"value":303},{"type":173,"tag":234,"props":3511,"children":3512},{"style":241},[3513],{"type":178,"value":255},{"type":173,"tag":234,"props":3515,"children":3516},{"class":236,"line":342},[3517,3521,3525],{"type":173,"tag":234,"props":3518,"children":3519},{"style":241},[3520],{"type":178,"value":348},{"type":173,"tag":234,"props":3522,"children":3523},{"style":247},[3524],{"type":178,"value":547},{"type":173,"tag":234,"props":3526,"children":3527},{"style":241},[3528],{"type":178,"value":255},{"type":173,"tag":234,"props":3530,"children":3531},{"class":236,"line":404},[3532,3536,3540,3544,3548,3552,3557,3561,3565,3569,3573,3578,3582],{"type":173,"tag":234,"props":3533,"children":3534},{"style":241},[3535],{"type":178,"value":410},{"type":173,"tag":234,"props":3537,"children":3538},{"style":247},[3539],{"type":178,"value":551},{"type":173,"tag":234,"props":3541,"children":3542},{"style":290},[3543],{"type":178,"value":358},{"type":173,"tag":234,"props":3545,"children":3546},{"style":241},[3547],{"type":178,"value":298},{"type":173,"tag":234,"props":3549,"children":3550},{"style":241},[3551],{"type":178,"value":303},{"type":173,"tag":234,"props":3553,"children":3554},{"style":306},[3555],{"type":178,"value":3556},"link of navigation",{"type":173,"tag":234,"props":3558,"children":3559},{"style":241},[3560],{"type":178,"value":303},{"type":173,"tag":234,"props":3562,"children":3563},{"style":290},[3564],{"type":178,"value":380},{"type":173,"tag":234,"props":3566,"children":3567},{"style":241},[3568],{"type":178,"value":298},{"type":173,"tag":234,"props":3570,"children":3571},{"style":241},[3572],{"type":178,"value":303},{"type":173,"tag":234,"props":3574,"children":3575},{"style":306},[3576],{"type":178,"value":3577},"link._path",{"type":173,"tag":234,"props":3579,"children":3580},{"style":241},[3581],{"type":178,"value":303},{"type":173,"tag":234,"props":3583,"children":3584},{"style":241},[3585],{"type":178,"value":255},{"type":173,"tag":234,"props":3587,"children":3588},{"class":236,"line":442},[3589,3594,3599,3604,3608,3612,3616,3620,3624,3629,3633,3637],{"type":173,"tag":234,"props":3590,"children":3591},{"style":241},[3592],{"type":178,"value":3593},"          \u003C",{"type":173,"tag":234,"props":3595,"children":3596},{"style":247},[3597],{"type":178,"value":3598},"NuxtLink",{"type":173,"tag":234,"props":3600,"children":3601},{"style":290},[3602],{"type":178,"value":3603}," :to",{"type":173,"tag":234,"props":3605,"children":3606},{"style":241},[3607],{"type":178,"value":298},{"type":173,"tag":234,"props":3609,"children":3610},{"style":241},[3611],{"type":178,"value":303},{"type":173,"tag":234,"props":3613,"children":3614},{"style":306},[3615],{"type":178,"value":3577},{"type":173,"tag":234,"props":3617,"children":3618},{"style":241},[3619],{"type":178,"value":303},{"type":173,"tag":234,"props":3621,"children":3622},{"style":241},[3623],{"type":178,"value":420},{"type":173,"tag":234,"props":3625,"children":3626},{"style":423},[3627],{"type":178,"value":3628},"{{ link.title }}",{"type":173,"tag":234,"props":3630,"children":3631},{"style":241},[3632],{"type":178,"value":431},{"type":173,"tag":234,"props":3634,"children":3635},{"style":247},[3636],{"type":178,"value":3598},{"type":173,"tag":234,"props":3638,"children":3639},{"style":241},[3640],{"type":178,"value":255},{"type":173,"tag":234,"props":3642,"children":3643},{"class":236,"line":475},[3644,3649,3653],{"type":173,"tag":234,"props":3645,"children":3646},{"style":241},[3647],{"type":178,"value":3648},"        \u003C/",{"type":173,"tag":234,"props":3650,"children":3651},{"style":247},[3652],{"type":178,"value":551},{"type":173,"tag":234,"props":3654,"children":3655},{"style":241},[3656],{"type":178,"value":255},{"type":173,"tag":234,"props":3658,"children":3659},{"class":236,"line":492},[3660,3664,3668],{"type":173,"tag":234,"props":3661,"children":3662},{"style":241},[3663],{"type":178,"value":481},{"type":173,"tag":234,"props":3665,"children":3666},{"style":247},[3667],{"type":178,"value":547},{"type":173,"tag":234,"props":3669,"children":3670},{"style":241},[3671],{"type":178,"value":255},{"type":173,"tag":234,"props":3673,"children":3674},{"class":236,"line":509},[3675,3679,3683],{"type":173,"tag":234,"props":3676,"children":3677},{"style":241},[3678],{"type":178,"value":498},{"type":173,"tag":234,"props":3680,"children":3681},{"style":247},[3682],{"type":178,"value":3488},{"type":173,"tag":234,"props":3684,"children":3685},{"style":241},[3686],{"type":178,"value":255},{"type":173,"tag":234,"props":3688,"children":3689},{"class":236,"line":526},[3690,3694,3698],{"type":173,"tag":234,"props":3691,"children":3692},{"style":241},[3693],{"type":178,"value":515},{"type":173,"tag":234,"props":3695,"children":3696},{"style":247},[3697],{"type":178,"value":3472},{"type":173,"tag":234,"props":3699,"children":3700},{"style":241},[3701],{"type":178,"value":255},{"type":173,"tag":234,"props":3703,"children":3704},{"class":236,"line":1147},[3705,3709,3713],{"type":173,"tag":234,"props":3706,"children":3707},{"style":241},[3708],{"type":178,"value":431},{"type":173,"tag":234,"props":3710,"children":3711},{"style":247},[3712],{"type":178,"value":250},{"type":173,"tag":234,"props":3714,"children":3715},{"style":241},[3716],{"type":178,"value":255},{"type":173,"tag":415,"props":3718,"children":3719},{"id":542},[3720],{"type":178,"value":545},{"type":173,"tag":547,"props":3722,"children":3723},{},[3724],{"type":173,"tag":551,"props":3725,"children":3726},{},[3727,3732,3734,3739,3741],{"type":173,"tag":181,"props":3728,"children":3730},{"className":3729},[],[3731],{"type":178,"value":594},{"type":178,"value":3733},": A query to be passed to ",{"type":173,"tag":181,"props":3735,"children":3737},{"className":3736},[],[3738],{"type":178,"value":53},{"type":178,"value":3740},".\n",{"type":173,"tag":547,"props":3742,"children":3743},{},[3744,3754],{"type":173,"tag":551,"props":3745,"children":3746},{},[3747,3748],{"type":178,"value":568},{"type":173,"tag":181,"props":3749,"children":3751},{"className":3750},[],[3752],{"type":178,"value":3753},"QueryBuilderParams | QueryBuilder",{"type":173,"tag":551,"props":3755,"children":3756},{},[3757,3758],{"type":178,"value":579},{"type":173,"tag":181,"props":3759,"children":3761},{"className":3760},[],[3762],{"type":178,"value":627},{"type":173,"tag":415,"props":3764,"children":3765},{"id":193},[3766],{"type":178,"value":632},{"type":173,"tag":174,"props":3768,"children":3769},{},[3770,3771,3776,3778,3784],{"type":178,"value":179},{"type":173,"tag":181,"props":3772,"children":3774},{"className":3773},[],[3775],{"type":178,"value":641},{"type":178,"value":3777}," slot can be used to render the content with ",{"type":173,"tag":181,"props":3779,"children":3781},{"className":3780},[],[3782],{"type":178,"value":3783},"v-slot=\"{ navigation }\"",{"type":178,"value":2030},{"type":173,"tag":415,"props":3786,"children":3787},{"id":594},[3788],{"type":178,"value":3789},"Query",{"type":173,"tag":174,"props":3791,"children":3792},{},[3793,3795,3800],{"type":178,"value":3794},"By providing the ",{"type":173,"tag":181,"props":3796,"children":3798},{"className":3797},[],[3799],{"type":178,"value":594},{"type":178,"value":3801}," prop you can customise the content used for navigation.",{"type":173,"tag":174,"props":3803,"children":3804},{},[3805,3807,3813],{"type":178,"value":3806},"Here we pass along a ",{"type":173,"tag":181,"props":3808,"children":3810},{"className":3809},[],[3811],{"type":178,"value":3812},"QueryBuilder",{"type":178,"value":3814}," instance.",{"type":173,"tag":223,"props":3816,"children":3820},{"className":3817,"code":3818,"language":3819,"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",[3821],{"type":173,"tag":181,"props":3822,"children":3823},{"__ignoreMap":167},[3824,3843,3885,3893,3901,3909,3917,3925,3933,3940,3948,3963,3970,3985,4056,4068,4103,4141,4177,4186,4232,4248,4264],{"type":173,"tag":234,"props":3825,"children":3826},{"class":236,"line":237},[3827,3831,3835,3839],{"type":173,"tag":234,"props":3828,"children":3829},{"style":241},[3830],{"type":178,"value":244},{"type":173,"tag":234,"props":3832,"children":3833},{"style":247},[3834],{"type":178,"value":1201},{"type":173,"tag":234,"props":3836,"children":3837},{"style":290},[3838],{"type":178,"value":1206},{"type":173,"tag":234,"props":3840,"children":3841},{"style":241},[3842],{"type":178,"value":255},{"type":173,"tag":234,"props":3844,"children":3845},{"class":236,"line":258},[3846,3850,3855,3859,3863,3867,3871,3876,3880],{"type":173,"tag":234,"props":3847,"children":3848},{"style":290},[3849],{"type":178,"value":1289},{"type":173,"tag":234,"props":3851,"children":3852},{"style":423},[3853],{"type":178,"value":3854}," catsQuery ",{"type":173,"tag":234,"props":3856,"children":3857},{"style":241},[3858],{"type":178,"value":298},{"type":173,"tag":234,"props":3860,"children":3861},{"style":2110},[3862],{"type":178,"value":2150},{"type":173,"tag":234,"props":3864,"children":3865},{"style":423},[3866],{"type":178,"value":2118},{"type":173,"tag":234,"props":3868,"children":3869},{"style":241},[3870],{"type":178,"value":1334},{"type":173,"tag":234,"props":3872,"children":3873},{"style":306},[3874],{"type":178,"value":3875},"cats",{"type":173,"tag":234,"props":3877,"children":3878},{"style":241},[3879],{"type":178,"value":1334},{"type":173,"tag":234,"props":3881,"children":3882},{"style":423},[3883],{"type":178,"value":3884},")\n",{"type":173,"tag":234,"props":3886,"children":3887},{"class":236,"line":276},[3888],{"type":173,"tag":234,"props":3889,"children":3890},{"style":1044},[3891],{"type":178,"value":3892},"/*\n",{"type":173,"tag":234,"props":3894,"children":3895},{"class":236,"line":342},[3896],{"type":173,"tag":234,"props":3897,"children":3898},{"style":1044},[3899],{"type":178,"value":3900},"// If you'd prefer to pass along raw `QueryBuilderParams`:\n",{"type":173,"tag":234,"props":3902,"children":3903},{"class":236,"line":404},[3904],{"type":173,"tag":234,"props":3905,"children":3906},{"style":1044},[3907],{"type":178,"value":3908},"const catsQuery = {\n",{"type":173,"tag":234,"props":3910,"children":3911},{"class":236,"line":442},[3912],{"type":173,"tag":234,"props":3913,"children":3914},{"style":1044},[3915],{"type":178,"value":3916},"  where: [\n",{"type":173,"tag":234,"props":3918,"children":3919},{"class":236,"line":475},[3920],{"type":173,"tag":234,"props":3921,"children":3922},{"style":1044},[3923],{"type":178,"value":3924},"    { _path: /^\\/cats/ },\n",{"type":173,"tag":234,"props":3926,"children":3927},{"class":236,"line":492},[3928],{"type":173,"tag":234,"props":3929,"children":3930},{"style":1044},[3931],{"type":178,"value":3932},"  ],\n",{"type":173,"tag":234,"props":3934,"children":3935},{"class":236,"line":509},[3936],{"type":173,"tag":234,"props":3937,"children":3938},{"style":1044},[3939],{"type":178,"value":1462},{"type":173,"tag":234,"props":3941,"children":3942},{"class":236,"line":526},[3943],{"type":173,"tag":234,"props":3944,"children":3945},{"style":1044},[3946],{"type":178,"value":3947},"*/\n",{"type":173,"tag":234,"props":3949,"children":3950},{"class":236,"line":1147},[3951,3955,3959],{"type":173,"tag":234,"props":3952,"children":3953},{"style":241},[3954],{"type":178,"value":431},{"type":173,"tag":234,"props":3956,"children":3957},{"style":247},[3958],{"type":178,"value":1201},{"type":173,"tag":234,"props":3960,"children":3961},{"style":241},[3962],{"type":178,"value":255},{"type":173,"tag":234,"props":3964,"children":3965},{"class":236,"line":1163},[3966],{"type":173,"tag":234,"props":3967,"children":3968},{"emptyLinePlaceholder":1483},[3969],{"type":178,"value":1486},{"type":173,"tag":234,"props":3971,"children":3972},{"class":236,"line":1707},[3973,3977,3981],{"type":173,"tag":234,"props":3974,"children":3975},{"style":241},[3976],{"type":178,"value":244},{"type":173,"tag":234,"props":3978,"children":3979},{"style":247},[3980],{"type":178,"value":250},{"type":173,"tag":234,"props":3982,"children":3983},{"style":241},[3984],{"type":178,"value":255},{"type":173,"tag":234,"props":3986,"children":3987},{"class":236,"line":1723},[3988,3992,3996,4000,4004,4008,4013,4018,4022,4026,4031,4035,4039,4043,4048,4052],{"type":173,"tag":234,"props":3989,"children":3990},{"style":241},[3991],{"type":178,"value":244},{"type":173,"tag":234,"props":3993,"children":3994},{"style":247},[3995],{"type":178,"value":3488},{"type":173,"tag":234,"props":3997,"children":3998},{"style":290},[3999],{"type":178,"value":318},{"type":173,"tag":234,"props":4001,"children":4002},{"style":241},[4003],{"type":178,"value":298},{"type":173,"tag":234,"props":4005,"children":4006},{"style":241},[4007],{"type":178,"value":303},{"type":173,"tag":234,"props":4009,"children":4010},{"style":241},[4011],{"type":178,"value":4012},"{ ",{"type":173,"tag":234,"props":4014,"children":4015},{"style":423},[4016],{"type":178,"value":4017},"navigation",{"type":173,"tag":234,"props":4019,"children":4020},{"style":241},[4021],{"type":178,"value":1261},{"type":173,"tag":234,"props":4023,"children":4024},{"style":241},[4025],{"type":178,"value":303},{"type":173,"tag":234,"props":4027,"children":4028},{"style":241},[4029],{"type":178,"value":4030}," :",{"type":173,"tag":234,"props":4032,"children":4033},{"style":290},[4034],{"type":178,"value":594},{"type":173,"tag":234,"props":4036,"children":4037},{"style":241},[4038],{"type":178,"value":298},{"type":173,"tag":234,"props":4040,"children":4041},{"style":241},[4042],{"type":178,"value":303},{"type":173,"tag":234,"props":4044,"children":4045},{"style":423},[4046],{"type":178,"value":4047},"catsQuery",{"type":173,"tag":234,"props":4049,"children":4050},{"style":241},[4051],{"type":178,"value":303},{"type":173,"tag":234,"props":4053,"children":4054},{"style":241},[4055],{"type":178,"value":255},{"type":173,"tag":234,"props":4057,"children":4058},{"class":236,"line":1739},[4059,4063],{"type":173,"tag":234,"props":4060,"children":4061},{"style":241},[4062],{"type":178,"value":264},{"type":173,"tag":234,"props":4064,"children":4065},{"style":247},[4066],{"type":178,"value":4067},"NuxtLink\n",{"type":173,"tag":234,"props":4069,"children":4070},{"class":236,"line":3360},[4071,4076,4080,4084,4089,4094,4098],{"type":173,"tag":234,"props":4072,"children":4073},{"style":1238},[4074],{"type":178,"value":4075},"    v-for",{"type":173,"tag":234,"props":4077,"children":4078},{"style":241},[4079],{"type":178,"value":298},{"type":173,"tag":234,"props":4081,"children":4082},{"style":241},[4083],{"type":178,"value":303},{"type":173,"tag":234,"props":4085,"children":4086},{"style":423},[4087],{"type":178,"value":4088},"link",{"type":173,"tag":234,"props":4090,"children":4091},{"style":241},[4092],{"type":178,"value":4093}," of ",{"type":173,"tag":234,"props":4095,"children":4096},{"style":423},[4097],{"type":178,"value":4017},{"type":173,"tag":234,"props":4099,"children":4100},{"style":241},[4101],{"type":178,"value":4102},"\"\n",{"type":173,"tag":234,"props":4104,"children":4105},{"class":236,"line":3376},[4106,4111,4116,4120,4124,4128,4132,4137],{"type":173,"tag":234,"props":4107,"children":4108},{"style":241},[4109],{"type":178,"value":4110},"    :",{"type":173,"tag":234,"props":4112,"children":4113},{"style":290},[4114],{"type":178,"value":4115},"key",{"type":173,"tag":234,"props":4117,"children":4118},{"style":241},[4119],{"type":178,"value":298},{"type":173,"tag":234,"props":4121,"children":4122},{"style":241},[4123],{"type":178,"value":303},{"type":173,"tag":234,"props":4125,"children":4126},{"style":423},[4127],{"type":178,"value":4088},{"type":173,"tag":234,"props":4129,"children":4130},{"style":241},[4131],{"type":178,"value":195},{"type":173,"tag":234,"props":4133,"children":4134},{"style":423},[4135],{"type":178,"value":4136},"_path",{"type":173,"tag":234,"props":4138,"children":4139},{"style":241},[4140],{"type":178,"value":4102},{"type":173,"tag":234,"props":4142,"children":4143},{"class":236,"line":3392},[4144,4148,4153,4157,4161,4165,4169,4173],{"type":173,"tag":234,"props":4145,"children":4146},{"style":241},[4147],{"type":178,"value":4110},{"type":173,"tag":234,"props":4149,"children":4150},{"style":290},[4151],{"type":178,"value":4152},"to",{"type":173,"tag":234,"props":4154,"children":4155},{"style":241},[4156],{"type":178,"value":298},{"type":173,"tag":234,"props":4158,"children":4159},{"style":241},[4160],{"type":178,"value":303},{"type":173,"tag":234,"props":4162,"children":4163},{"style":423},[4164],{"type":178,"value":4088},{"type":173,"tag":234,"props":4166,"children":4167},{"style":241},[4168],{"type":178,"value":195},{"type":173,"tag":234,"props":4170,"children":4171},{"style":423},[4172],{"type":178,"value":4136},{"type":173,"tag":234,"props":4174,"children":4175},{"style":241},[4176],{"type":178,"value":4102},{"type":173,"tag":234,"props":4178,"children":4180},{"class":236,"line":4179},19,[4181],{"type":173,"tag":234,"props":4182,"children":4183},{"style":241},[4184],{"type":178,"value":4185},"  >\n",{"type":173,"tag":234,"props":4187,"children":4189},{"class":236,"line":4188},20,[4190,4195,4200,4204,4209,4214,4218,4222,4227],{"type":173,"tag":234,"props":4191,"children":4192},{"style":241},[4193],{"type":178,"value":4194},"    {{",{"type":173,"tag":234,"props":4196,"children":4197},{"style":423},[4198],{"type":178,"value":4199}," link",{"type":173,"tag":234,"props":4201,"children":4202},{"style":241},[4203],{"type":178,"value":195},{"type":173,"tag":234,"props":4205,"children":4206},{"style":423},[4207],{"type":178,"value":4208},"navTitle ",{"type":173,"tag":234,"props":4210,"children":4211},{"style":241},[4212],{"type":178,"value":4213},"||",{"type":173,"tag":234,"props":4215,"children":4216},{"style":423},[4217],{"type":178,"value":4199},{"type":173,"tag":234,"props":4219,"children":4220},{"style":241},[4221],{"type":178,"value":195},{"type":173,"tag":234,"props":4223,"children":4224},{"style":423},[4225],{"type":178,"value":4226},"title ",{"type":173,"tag":234,"props":4228,"children":4229},{"style":241},[4230],{"type":178,"value":4231},"}}\n",{"type":173,"tag":234,"props":4233,"children":4235},{"class":236,"line":4234},21,[4236,4240,4244],{"type":173,"tag":234,"props":4237,"children":4238},{"style":241},[4239],{"type":178,"value":515},{"type":173,"tag":234,"props":4241,"children":4242},{"style":247},[4243],{"type":178,"value":3598},{"type":173,"tag":234,"props":4245,"children":4246},{"style":241},[4247],{"type":178,"value":255},{"type":173,"tag":234,"props":4249,"children":4251},{"class":236,"line":4250},22,[4252,4256,4260],{"type":173,"tag":234,"props":4253,"children":4254},{"style":241},[4255],{"type":178,"value":431},{"type":173,"tag":234,"props":4257,"children":4258},{"style":247},[4259],{"type":178,"value":3488},{"type":173,"tag":234,"props":4261,"children":4262},{"style":241},[4263],{"type":178,"value":255},{"type":173,"tag":234,"props":4265,"children":4267},{"class":236,"line":4266},23,[4268,4272,4276],{"type":173,"tag":234,"props":4269,"children":4270},{"style":241},[4271],{"type":178,"value":431},{"type":173,"tag":234,"props":4273,"children":4274},{"style":247},[4275],{"type":178,"value":250},{"type":173,"tag":234,"props":4277,"children":4278},{"style":241},[4279],{"type":178,"value":255},{"type":173,"tag":1754,"props":4281,"children":4282},{},[4283],{"type":178,"value":1758},{"title":167,"searchDepth":258,"depth":258,"links":4285},[4286,4287,4288],{"id":542,"depth":258,"text":545},{"id":193,"depth":258,"text":632},{"id":594,"depth":258,"text":3789},"content:4.components:3.content-navigation.md","4.components/3.content-navigation.md","4.components/3.content-navigation",1725981874549]