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