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