[{"data":1,"prerenderedAt":8434},["Reactive",2],{"navigation":3,"docs-/usage/typescript":158,"docs-/usage/typescript-surround":1245},[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":41,"_dir":159,"_draft":160,"_partial":160,"_locale":161,"title":40,"description":162,"body":163,"_type":1240,"_id":1241,"_source":1242,"_file":1243,"_extension":1244},"usage",false,"","Nuxt Content v2 is built with TypeScript in mind.",{"type":164,"children":165,"toc":1234},"root",[166,175,181,186,212,249,255,268,281,286,794,800,812,1197,1203,1208,1213,1218,1228],{"type":167,"tag":168,"props":169,"children":171},"element","h1",{"id":170},"typings-properly",[172],{"type":173,"value":174},"text","Typings properly",{"type":167,"tag":176,"props":177,"children":178},"p",{},[179],{"type":173,"value":180},"The module exposes typings properly from configuration to query builder.",{"type":167,"tag":182,"props":183,"children":184},"h2",{"id":159},[185],{"type":173,"value":21},{"type":167,"tag":176,"props":187,"children":188},{},[189,191,196,198,210],{"type":173,"value":190},"When using ",{"type":167,"tag":192,"props":193,"children":194},"code",{},[195],{"type":173,"value":47},{"type":173,"value":197},", you will retrieve a ",{"type":167,"tag":199,"props":200,"children":204},"a",{"href":201,"rel":202},"https://github.com/nuxt/content/blob/main/src/runtime/types/index.d.ts#L429",[203],"nofollow",[205],{"type":167,"tag":192,"props":206,"children":207},{},[208],{"type":173,"value":209},"QueryBuilder",{"type":173,"value":211}," instance.",{"type":167,"tag":176,"props":213,"children":214},{},[215,217,222,224,229,230,235,237,247],{"type":173,"value":216},"Once you use one of the fetching methods (",{"type":167,"tag":192,"props":218,"children":219},{},[220],{"type":173,"value":221},"find()",{"type":173,"value":223},", ",{"type":167,"tag":192,"props":225,"children":226},{},[227],{"type":173,"value":228},"findOne()",{"type":173,"value":223},{"type":167,"tag":192,"props":231,"children":232},{},[233],{"type":173,"value":234},"findSurround()",{"type":173,"value":236},"), you will retrieve an object of type ",{"type":167,"tag":199,"props":238,"children":241},{"href":239,"rel":240},"https://github.com/nuxt/content/blob/main/src/runtime/types/index.d.ts#L51",[203],[242],{"type":167,"tag":192,"props":243,"children":244},{},[245],{"type":173,"value":246},"ParsedContent",{"type":173,"value":248},".",{"type":167,"tag":182,"props":250,"children":252},{"id":251},"type-augmentation",[253],{"type":173,"value":254},"Type augmentation",{"type":167,"tag":176,"props":256,"children":257},{},[258,260,266],{"type":173,"value":259},"If you are adding keys to the front-matter other than the ",{"type":167,"tag":199,"props":261,"children":263},{"href":262},"/usage/markdown#front-matter",[264],{"type":173,"value":265},"default keys",{"type":173,"value":267},", you might want to have typings over these.",{"type":167,"tag":176,"props":269,"children":270},{},[271,273,279],{"type":173,"value":272},"This is currently possible, yet not in an ",{"type":167,"tag":274,"props":275,"children":276},"em",{},[277],{"type":173,"value":278},"optimal",{"type":173,"value":280}," way.",{"type":167,"tag":176,"props":282,"children":283},{},[284],{"type":173,"value":285},"The recommended way to do it is by using this method:",{"type":167,"tag":287,"props":288,"children":292},"pre",{"className":289,"code":290,"language":291,"meta":161},"language-vue solarized-light_dark-plus_material-theme-lighter","\u003Cscript setup lang=\"ts\">\nimport type { ParsedContent } from '@nuxt/content/dist/runtime/types'\n\ninterface MyCustomParsedContent extends ParsedContent {\n  yourOwn: 'keys'\n  foo: 'bar'\n  baz: 'bar'\n}\n\n// That `data` key will be typed with `MyCustomParsedContent`\nconst { data } = await useAsyncData(\n  () => queryContent\u003CMyCustomParsedContent>({ ...anyQuery })\n)\n\u003C/script>\n","vue",[293],{"type":167,"tag":192,"props":294,"children":295},{"__ignoreMap":161},[296,362,437,444,491,529,563,596,605,612,622,689,769,777],{"type":167,"tag":297,"props":298,"children":301},"span",{"class":299,"line":300},"line",1,[302,308,314,320,326,330,335,341,347,353,357],{"type":167,"tag":297,"props":303,"children":305},{"class":304},"ct-578153",[306],{"type":173,"value":307},"\u003C",{"type":167,"tag":297,"props":309,"children":311},{"class":310},"ct-952042",[312],{"type":173,"value":313},"script",{"type":167,"tag":297,"props":315,"children":317},{"class":316},"ct-916772",[318],{"type":173,"value":319}," ",{"type":167,"tag":297,"props":321,"children":323},{"class":322},"ct-303788",[324],{"type":173,"value":325},"setup",{"type":167,"tag":297,"props":327,"children":328},{"class":316},[329],{"type":173,"value":319},{"type":167,"tag":297,"props":331,"children":332},{"class":322},[333],{"type":173,"value":334},"lang",{"type":167,"tag":297,"props":336,"children":338},{"class":337},"ct-001462",[339],{"type":173,"value":340},"=",{"type":167,"tag":297,"props":342,"children":344},{"class":343},"ct-659886",[345],{"type":173,"value":346},"\"",{"type":167,"tag":297,"props":348,"children":350},{"class":349},"ct-084644",[351],{"type":173,"value":352},"ts",{"type":167,"tag":297,"props":354,"children":355},{"class":343},[356],{"type":173,"value":346},{"type":167,"tag":297,"props":358,"children":359},{"class":304},[360],{"type":173,"value":361},">\n",{"type":167,"tag":297,"props":363,"children":365},{"class":299,"line":364},2,[366,372,376,381,385,390,395,400,404,409,413,418,422,427,432],{"type":167,"tag":297,"props":367,"children":369},{"class":368},"ct-702290",[370],{"type":173,"value":371},"import",{"type":167,"tag":297,"props":373,"children":374},{"class":316},[375],{"type":173,"value":319},{"type":167,"tag":297,"props":377,"children":378},{"class":368},[379],{"type":173,"value":380},"type",{"type":167,"tag":297,"props":382,"children":383},{"class":316},[384],{"type":173,"value":319},{"type":167,"tag":297,"props":386,"children":387},{"class":337},[388],{"type":173,"value":389},"{",{"type":167,"tag":297,"props":391,"children":393},{"class":392},"ct-589478",[394],{"type":173,"value":319},{"type":167,"tag":297,"props":396,"children":398},{"class":397},"ct-604459",[399],{"type":173,"value":246},{"type":167,"tag":297,"props":401,"children":402},{"class":392},[403],{"type":173,"value":319},{"type":167,"tag":297,"props":405,"children":406},{"class":337},[407],{"type":173,"value":408},"}",{"type":167,"tag":297,"props":410,"children":411},{"class":316},[412],{"type":173,"value":319},{"type":167,"tag":297,"props":414,"children":415},{"class":368},[416],{"type":173,"value":417},"from",{"type":167,"tag":297,"props":419,"children":420},{"class":316},[421],{"type":173,"value":319},{"type":167,"tag":297,"props":423,"children":424},{"class":343},[425],{"type":173,"value":426},"'",{"type":167,"tag":297,"props":428,"children":429},{"class":349},[430],{"type":173,"value":431},"@nuxt/content/dist/runtime/types",{"type":167,"tag":297,"props":433,"children":434},{"class":343},[435],{"type":173,"value":436},"'\n",{"type":167,"tag":297,"props":438,"children":440},{"class":299,"line":439},3,[441],{"type":167,"tag":297,"props":442,"children":443},{},[],{"type":167,"tag":297,"props":445,"children":447},{"class":299,"line":446},4,[448,454,458,464,468,473,477,482,486],{"type":167,"tag":297,"props":449,"children":451},{"class":450},"ct-696419",[452],{"type":173,"value":453},"interface",{"type":167,"tag":297,"props":455,"children":456},{"class":316},[457],{"type":173,"value":319},{"type":167,"tag":297,"props":459,"children":461},{"class":460},"ct-690074",[462],{"type":173,"value":463},"MyCustomParsedContent",{"type":167,"tag":297,"props":465,"children":466},{"class":316},[467],{"type":173,"value":319},{"type":167,"tag":297,"props":469,"children":470},{"class":450},[471],{"type":173,"value":472},"extends",{"type":167,"tag":297,"props":474,"children":475},{"class":316},[476],{"type":173,"value":319},{"type":167,"tag":297,"props":478,"children":480},{"class":479},"ct-834752",[481],{"type":173,"value":246},{"type":167,"tag":297,"props":483,"children":484},{"class":316},[485],{"type":173,"value":319},{"type":167,"tag":297,"props":487,"children":488},{"class":337},[489],{"type":173,"value":490},"{\n",{"type":167,"tag":297,"props":492,"children":494},{"class":299,"line":493},5,[495,500,506,512,516,520,525],{"type":167,"tag":297,"props":496,"children":497},{"class":316},[498],{"type":173,"value":499},"  ",{"type":167,"tag":297,"props":501,"children":503},{"class":502},"ct-340802",[504],{"type":173,"value":505},"yourOwn",{"type":167,"tag":297,"props":507,"children":509},{"class":508},"ct-773118",[510],{"type":173,"value":511},":",{"type":167,"tag":297,"props":513,"children":514},{"class":316},[515],{"type":173,"value":319},{"type":167,"tag":297,"props":517,"children":518},{"class":343},[519],{"type":173,"value":426},{"type":167,"tag":297,"props":521,"children":522},{"class":349},[523],{"type":173,"value":524},"keys",{"type":167,"tag":297,"props":526,"children":527},{"class":343},[528],{"type":173,"value":436},{"type":167,"tag":297,"props":530,"children":532},{"class":299,"line":531},6,[533,537,542,546,550,554,559],{"type":167,"tag":297,"props":534,"children":535},{"class":316},[536],{"type":173,"value":499},{"type":167,"tag":297,"props":538,"children":539},{"class":502},[540],{"type":173,"value":541},"foo",{"type":167,"tag":297,"props":543,"children":544},{"class":508},[545],{"type":173,"value":511},{"type":167,"tag":297,"props":547,"children":548},{"class":316},[549],{"type":173,"value":319},{"type":167,"tag":297,"props":551,"children":552},{"class":343},[553],{"type":173,"value":426},{"type":167,"tag":297,"props":555,"children":556},{"class":349},[557],{"type":173,"value":558},"bar",{"type":167,"tag":297,"props":560,"children":561},{"class":343},[562],{"type":173,"value":436},{"type":167,"tag":297,"props":564,"children":566},{"class":299,"line":565},7,[567,571,576,580,584,588,592],{"type":167,"tag":297,"props":568,"children":569},{"class":316},[570],{"type":173,"value":499},{"type":167,"tag":297,"props":572,"children":573},{"class":502},[574],{"type":173,"value":575},"baz",{"type":167,"tag":297,"props":577,"children":578},{"class":508},[579],{"type":173,"value":511},{"type":167,"tag":297,"props":581,"children":582},{"class":316},[583],{"type":173,"value":319},{"type":167,"tag":297,"props":585,"children":586},{"class":343},[587],{"type":173,"value":426},{"type":167,"tag":297,"props":589,"children":590},{"class":349},[591],{"type":173,"value":558},{"type":167,"tag":297,"props":593,"children":594},{"class":343},[595],{"type":173,"value":436},{"type":167,"tag":297,"props":597,"children":599},{"class":299,"line":598},8,[600],{"type":167,"tag":297,"props":601,"children":602},{"class":337},[603],{"type":173,"value":604},"}\n",{"type":167,"tag":297,"props":606,"children":608},{"class":299,"line":607},9,[609],{"type":167,"tag":297,"props":610,"children":611},{},[],{"type":167,"tag":297,"props":613,"children":615},{"class":299,"line":614},10,[616],{"type":167,"tag":297,"props":617,"children":619},{"class":618},"ct-798230",[620],{"type":173,"value":621},"// That `data` key will be typed with `MyCustomParsedContent`\n",{"type":167,"tag":297,"props":623,"children":625},{"class":299,"line":624},11,[626,631,635,639,643,649,653,657,661,665,669,674,678,684],{"type":167,"tag":297,"props":627,"children":628},{"class":450},[629],{"type":173,"value":630},"const",{"type":167,"tag":297,"props":632,"children":633},{"class":316},[634],{"type":173,"value":319},{"type":167,"tag":297,"props":636,"children":637},{"class":337},[638],{"type":173,"value":389},{"type":167,"tag":297,"props":640,"children":641},{"class":316},[642],{"type":173,"value":319},{"type":167,"tag":297,"props":644,"children":646},{"class":645},"ct-263069",[647],{"type":173,"value":648},"data",{"type":167,"tag":297,"props":650,"children":651},{"class":316},[652],{"type":173,"value":319},{"type":167,"tag":297,"props":654,"children":655},{"class":337},[656],{"type":173,"value":408},{"type":167,"tag":297,"props":658,"children":659},{"class":316},[660],{"type":173,"value":319},{"type":167,"tag":297,"props":662,"children":663},{"class":508},[664],{"type":173,"value":340},{"type":167,"tag":297,"props":666,"children":667},{"class":316},[668],{"type":173,"value":319},{"type":167,"tag":297,"props":670,"children":671},{"class":368},[672],{"type":173,"value":673},"await",{"type":167,"tag":297,"props":675,"children":676},{"class":316},[677],{"type":173,"value":319},{"type":167,"tag":297,"props":679,"children":681},{"class":680},"ct-187170",[682],{"type":173,"value":683},"useAsyncData",{"type":167,"tag":297,"props":685,"children":686},{"class":316},[687],{"type":173,"value":688},"(\n",{"type":167,"tag":297,"props":690,"children":692},{"class":299,"line":691},12,[693,697,702,706,711,715,720,724,728,733,738,742,746,751,756,760,764],{"type":167,"tag":297,"props":694,"children":695},{"class":316},[696],{"type":173,"value":499},{"type":167,"tag":297,"props":698,"children":699},{"class":337},[700],{"type":173,"value":701},"()",{"type":167,"tag":297,"props":703,"children":704},{"class":316},[705],{"type":173,"value":319},{"type":167,"tag":297,"props":707,"children":708},{"class":450},[709],{"type":173,"value":710},"=>",{"type":167,"tag":297,"props":712,"children":713},{"class":316},[714],{"type":173,"value":319},{"type":167,"tag":297,"props":716,"children":717},{"class":680},[718],{"type":173,"value":719},"queryContent",{"type":167,"tag":297,"props":721,"children":722},{"class":337},[723],{"type":173,"value":307},{"type":167,"tag":297,"props":725,"children":726},{"class":460},[727],{"type":173,"value":463},{"type":167,"tag":297,"props":729,"children":730},{"class":337},[731],{"type":173,"value":732},">",{"type":167,"tag":297,"props":734,"children":735},{"class":316},[736],{"type":173,"value":737},"(",{"type":167,"tag":297,"props":739,"children":740},{"class":337},[741],{"type":173,"value":389},{"type":167,"tag":297,"props":743,"children":744},{"class":316},[745],{"type":173,"value":319},{"type":167,"tag":297,"props":747,"children":748},{"class":508},[749],{"type":173,"value":750},"...",{"type":167,"tag":297,"props":752,"children":753},{"class":397},[754],{"type":173,"value":755},"anyQuery",{"type":167,"tag":297,"props":757,"children":758},{"class":316},[759],{"type":173,"value":319},{"type":167,"tag":297,"props":761,"children":762},{"class":337},[763],{"type":173,"value":408},{"type":167,"tag":297,"props":765,"children":766},{"class":316},[767],{"type":173,"value":768},")\n",{"type":167,"tag":297,"props":770,"children":772},{"class":299,"line":771},13,[773],{"type":167,"tag":297,"props":774,"children":775},{"class":316},[776],{"type":173,"value":768},{"type":167,"tag":297,"props":778,"children":780},{"class":299,"line":779},14,[781,786,790],{"type":167,"tag":297,"props":782,"children":783},{"class":304},[784],{"type":173,"value":785},"\u003C/",{"type":167,"tag":297,"props":787,"children":788},{"class":310},[789],{"type":173,"value":313},{"type":167,"tag":297,"props":791,"children":792},{"class":304},[793],{"type":173,"value":732},{"type":167,"tag":182,"props":795,"children":797},{"id":796},"markdown-specific-types",[798],{"type":173,"value":799},"Markdown Specific Types",{"type":167,"tag":176,"props":801,"children":802},{},[803,805,810],{"type":173,"value":804},"If you know the content being fetched will be Markdown, then you can extend the ",{"type":167,"tag":192,"props":806,"children":807},{},[808],{"type":173,"value":809},"MarkdownParsedContent",{"type":173,"value":811}," type for improved\ntype-safety.",{"type":167,"tag":287,"props":813,"children":815},{"className":289,"code":814,"language":291,"meta":161},"\u003Cscript setup lang=\"ts\">\nimport type { MarkdownParsedContent } from '@nuxt/content/dist/runtime/types'\n\ninterface Article extends MarkdownParsedContent {\n  author: string\n}\nconst { data } = await useAsyncData(\n  'first-article',\n  () => queryContent\u003CArticle>('articles').findOne()\n)\n// data.value.author will be typed as well as markdown specific entries\n\u003C/script>\n",[816],{"type":167,"tag":192,"props":817,"children":818},{"__ignoreMap":161},[819,866,929,935,975,1001,1008,1067,1092,1167,1174,1182],{"type":167,"tag":297,"props":820,"children":821},{"class":299,"line":300},[822,826,830,834,838,842,846,850,854,858,862],{"type":167,"tag":297,"props":823,"children":824},{"class":304},[825],{"type":173,"value":307},{"type":167,"tag":297,"props":827,"children":828},{"class":310},[829],{"type":173,"value":313},{"type":167,"tag":297,"props":831,"children":832},{"class":316},[833],{"type":173,"value":319},{"type":167,"tag":297,"props":835,"children":836},{"class":322},[837],{"type":173,"value":325},{"type":167,"tag":297,"props":839,"children":840},{"class":316},[841],{"type":173,"value":319},{"type":167,"tag":297,"props":843,"children":844},{"class":322},[845],{"type":173,"value":334},{"type":167,"tag":297,"props":847,"children":848},{"class":337},[849],{"type":173,"value":340},{"type":167,"tag":297,"props":851,"children":852},{"class":343},[853],{"type":173,"value":346},{"type":167,"tag":297,"props":855,"children":856},{"class":349},[857],{"type":173,"value":352},{"type":167,"tag":297,"props":859,"children":860},{"class":343},[861],{"type":173,"value":346},{"type":167,"tag":297,"props":863,"children":864},{"class":304},[865],{"type":173,"value":361},{"type":167,"tag":297,"props":867,"children":868},{"class":299,"line":364},[869,873,877,881,885,889,893,897,901,905,909,913,917,921,925],{"type":167,"tag":297,"props":870,"children":871},{"class":368},[872],{"type":173,"value":371},{"type":167,"tag":297,"props":874,"children":875},{"class":316},[876],{"type":173,"value":319},{"type":167,"tag":297,"props":878,"children":879},{"class":368},[880],{"type":173,"value":380},{"type":167,"tag":297,"props":882,"children":883},{"class":316},[884],{"type":173,"value":319},{"type":167,"tag":297,"props":886,"children":887},{"class":337},[888],{"type":173,"value":389},{"type":167,"tag":297,"props":890,"children":891},{"class":392},[892],{"type":173,"value":319},{"type":167,"tag":297,"props":894,"children":895},{"class":397},[896],{"type":173,"value":809},{"type":167,"tag":297,"props":898,"children":899},{"class":392},[900],{"type":173,"value":319},{"type":167,"tag":297,"props":902,"children":903},{"class":337},[904],{"type":173,"value":408},{"type":167,"tag":297,"props":906,"children":907},{"class":316},[908],{"type":173,"value":319},{"type":167,"tag":297,"props":910,"children":911},{"class":368},[912],{"type":173,"value":417},{"type":167,"tag":297,"props":914,"children":915},{"class":316},[916],{"type":173,"value":319},{"type":167,"tag":297,"props":918,"children":919},{"class":343},[920],{"type":173,"value":426},{"type":167,"tag":297,"props":922,"children":923},{"class":349},[924],{"type":173,"value":431},{"type":167,"tag":297,"props":926,"children":927},{"class":343},[928],{"type":173,"value":436},{"type":167,"tag":297,"props":930,"children":931},{"class":299,"line":439},[932],{"type":167,"tag":297,"props":933,"children":934},{},[],{"type":167,"tag":297,"props":936,"children":937},{"class":299,"line":446},[938,942,946,951,955,959,963,967,971],{"type":167,"tag":297,"props":939,"children":940},{"class":450},[941],{"type":173,"value":453},{"type":167,"tag":297,"props":943,"children":944},{"class":316},[945],{"type":173,"value":319},{"type":167,"tag":297,"props":947,"children":948},{"class":460},[949],{"type":173,"value":950},"Article",{"type":167,"tag":297,"props":952,"children":953},{"class":316},[954],{"type":173,"value":319},{"type":167,"tag":297,"props":956,"children":957},{"class":450},[958],{"type":173,"value":472},{"type":167,"tag":297,"props":960,"children":961},{"class":316},[962],{"type":173,"value":319},{"type":167,"tag":297,"props":964,"children":965},{"class":479},[966],{"type":173,"value":809},{"type":167,"tag":297,"props":968,"children":969},{"class":316},[970],{"type":173,"value":319},{"type":167,"tag":297,"props":972,"children":973},{"class":337},[974],{"type":173,"value":490},{"type":167,"tag":297,"props":976,"children":977},{"class":299,"line":493},[978,982,987,991,995],{"type":167,"tag":297,"props":979,"children":980},{"class":316},[981],{"type":173,"value":499},{"type":167,"tag":297,"props":983,"children":984},{"class":502},[985],{"type":173,"value":986},"author",{"type":167,"tag":297,"props":988,"children":989},{"class":508},[990],{"type":173,"value":511},{"type":167,"tag":297,"props":992,"children":993},{"class":316},[994],{"type":173,"value":319},{"type":167,"tag":297,"props":996,"children":998},{"class":997},"ct-874491",[999],{"type":173,"value":1000},"string\n",{"type":167,"tag":297,"props":1002,"children":1003},{"class":299,"line":531},[1004],{"type":167,"tag":297,"props":1005,"children":1006},{"class":337},[1007],{"type":173,"value":604},{"type":167,"tag":297,"props":1009,"children":1010},{"class":299,"line":565},[1011,1015,1019,1023,1027,1031,1035,1039,1043,1047,1051,1055,1059,1063],{"type":167,"tag":297,"props":1012,"children":1013},{"class":450},[1014],{"type":173,"value":630},{"type":167,"tag":297,"props":1016,"children":1017},{"class":316},[1018],{"type":173,"value":319},{"type":167,"tag":297,"props":1020,"children":1021},{"class":337},[1022],{"type":173,"value":389},{"type":167,"tag":297,"props":1024,"children":1025},{"class":316},[1026],{"type":173,"value":319},{"type":167,"tag":297,"props":1028,"children":1029},{"class":645},[1030],{"type":173,"value":648},{"type":167,"tag":297,"props":1032,"children":1033},{"class":316},[1034],{"type":173,"value":319},{"type":167,"tag":297,"props":1036,"children":1037},{"class":337},[1038],{"type":173,"value":408},{"type":167,"tag":297,"props":1040,"children":1041},{"class":316},[1042],{"type":173,"value":319},{"type":167,"tag":297,"props":1044,"children":1045},{"class":508},[1046],{"type":173,"value":340},{"type":167,"tag":297,"props":1048,"children":1049},{"class":316},[1050],{"type":173,"value":319},{"type":167,"tag":297,"props":1052,"children":1053},{"class":368},[1054],{"type":173,"value":673},{"type":167,"tag":297,"props":1056,"children":1057},{"class":316},[1058],{"type":173,"value":319},{"type":167,"tag":297,"props":1060,"children":1061},{"class":680},[1062],{"type":173,"value":683},{"type":167,"tag":297,"props":1064,"children":1065},{"class":316},[1066],{"type":173,"value":688},{"type":167,"tag":297,"props":1068,"children":1069},{"class":299,"line":598},[1070,1074,1078,1083,1087],{"type":167,"tag":297,"props":1071,"children":1072},{"class":316},[1073],{"type":173,"value":499},{"type":167,"tag":297,"props":1075,"children":1076},{"class":343},[1077],{"type":173,"value":426},{"type":167,"tag":297,"props":1079,"children":1080},{"class":349},[1081],{"type":173,"value":1082},"first-article",{"type":167,"tag":297,"props":1084,"children":1085},{"class":343},[1086],{"type":173,"value":426},{"type":167,"tag":297,"props":1088,"children":1089},{"class":337},[1090],{"type":173,"value":1091},",\n",{"type":167,"tag":297,"props":1093,"children":1094},{"class":299,"line":607},[1095,1099,1103,1107,1111,1115,1119,1123,1127,1131,1135,1139,1144,1148,1153,1157,1162],{"type":167,"tag":297,"props":1096,"children":1097},{"class":316},[1098],{"type":173,"value":499},{"type":167,"tag":297,"props":1100,"children":1101},{"class":337},[1102],{"type":173,"value":701},{"type":167,"tag":297,"props":1104,"children":1105},{"class":316},[1106],{"type":173,"value":319},{"type":167,"tag":297,"props":1108,"children":1109},{"class":450},[1110],{"type":173,"value":710},{"type":167,"tag":297,"props":1112,"children":1113},{"class":316},[1114],{"type":173,"value":319},{"type":167,"tag":297,"props":1116,"children":1117},{"class":680},[1118],{"type":173,"value":719},{"type":167,"tag":297,"props":1120,"children":1121},{"class":337},[1122],{"type":173,"value":307},{"type":167,"tag":297,"props":1124,"children":1125},{"class":460},[1126],{"type":173,"value":950},{"type":167,"tag":297,"props":1128,"children":1129},{"class":337},[1130],{"type":173,"value":732},{"type":167,"tag":297,"props":1132,"children":1133},{"class":316},[1134],{"type":173,"value":737},{"type":167,"tag":297,"props":1136,"children":1137},{"class":343},[1138],{"type":173,"value":426},{"type":167,"tag":297,"props":1140,"children":1141},{"class":349},[1142],{"type":173,"value":1143},"articles",{"type":167,"tag":297,"props":1145,"children":1146},{"class":343},[1147],{"type":173,"value":426},{"type":167,"tag":297,"props":1149,"children":1150},{"class":316},[1151],{"type":173,"value":1152},")",{"type":167,"tag":297,"props":1154,"children":1155},{"class":337},[1156],{"type":173,"value":248},{"type":167,"tag":297,"props":1158,"children":1159},{"class":680},[1160],{"type":173,"value":1161},"findOne",{"type":167,"tag":297,"props":1163,"children":1164},{"class":316},[1165],{"type":173,"value":1166},"()\n",{"type":167,"tag":297,"props":1168,"children":1169},{"class":299,"line":614},[1170],{"type":167,"tag":297,"props":1171,"children":1172},{"class":316},[1173],{"type":173,"value":768},{"type":167,"tag":297,"props":1175,"children":1176},{"class":299,"line":624},[1177],{"type":167,"tag":297,"props":1178,"children":1179},{"class":618},[1180],{"type":173,"value":1181},"// data.value.author will be typed as well as markdown specific entries\n",{"type":167,"tag":297,"props":1183,"children":1184},{"class":299,"line":691},[1185,1189,1193],{"type":167,"tag":297,"props":1186,"children":1187},{"class":304},[1188],{"type":173,"value":785},{"type":167,"tag":297,"props":1190,"children":1191},{"class":310},[1192],{"type":173,"value":313},{"type":167,"tag":297,"props":1194,"children":1195},{"class":304},[1196],{"type":173,"value":732},{"type":167,"tag":182,"props":1198,"children":1200},{"id":1199},"the-future",[1201],{"type":173,"value":1202},"The future",{"type":167,"tag":176,"props":1204,"children":1205},{},[1206],{"type":173,"value":1207},"TypeScript support is a strong focus for us.",{"type":167,"tag":176,"props":1209,"children":1210},{},[1211],{"type":173,"value":1212},"We want to provide fully generated type for each content in your project, that would allow the same as type augmentation.",{"type":167,"tag":176,"props":1214,"children":1215},{},[1216],{"type":173,"value":1217},"This is not yet implemented but will be part of the roadmap in upcoming months.",{"type":167,"tag":1219,"props":1220,"children":1222},"callout",{"type":1221},"warning",[1223],{"type":167,"tag":176,"props":1224,"children":1225},{},[1226],{"type":173,"value":1227},"You can track #1057 if you want to know more about roadmap for TypeScript support of front-matter keys.",{"type":167,"tag":1229,"props":1230,"children":1231},"style",{},[1232],{"type":173,"value":1233},".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-702290{color:#859900;}.dark .ct-702290{color:#C586C0;}.light .ct-702290{color:#39ADB5;font-style:italic;}.ct-589478{color:#657B83;}.dark .ct-589478{color:#D4D4D4;}.light .ct-589478{color:#E53935;}.ct-604459{color:#268BD2;}.dark .ct-604459{color:#9CDCFE;}.light .ct-604459{color:#90A4AE;}.ct-696419{color:#586E75;font-weight:bold;}.dark .ct-696419{color:#569CD6;font-weight:unset;}.light .ct-696419{color:#9C3EDA;font-weight:unset;}.ct-690074{color:#CB4B16;}.dark .ct-690074{color:#4EC9B0;}.light .ct-690074{color:#E2931D;}.ct-834752{color:#6C71C4;}.dark .ct-834752{color:#4EC9B0;}.light .ct-834752{color:#E2931D;}.ct-340802{color:#657B83;}.dark .ct-340802{color:#9CDCFE;}.light .ct-340802{color:#E53935;}.ct-773118{color:#859900;}.dark .ct-773118{color:#D4D4D4;}.light .ct-773118{color:#39ADB5;}.ct-798230{color:#93A1A1;font-style:italic;}.dark .ct-798230{color:#6A9955;font-style:unset;}.light .ct-798230{color:#90A4AE;font-style:italic;}.ct-263069{color:#268BD2;}.dark .ct-263069{color:#4FC1FF;}.light .ct-263069{color:#90A4AE;}.ct-187170{color:#268BD2;}.dark .ct-187170{color:#DCDCAA;}.light .ct-187170{color:#6182B8;}.ct-874491{color:#859900;}.dark .ct-874491{color:#4EC9B0;}.light .ct-874491{color:#E2931D;}",{"title":161,"searchDepth":364,"depth":364,"links":1235},[1236,1237,1238,1239],{"id":159,"depth":364,"text":21},{"id":251,"depth":364,"text":254},{"id":796,"depth":364,"text":799},{"id":1199,"depth":364,"text":1202},"markdown","content:2.usage:5.typescript.md","content","2.usage/5.typescript.md","md",[1246,3841],{"_path":38,"_dir":159,"_draft":160,"_partial":160,"_locale":161,"title":37,"description":1247,"body":1248,"_type":1240,"_id":3839,"_source":1242,"_file":3840,"_extension":1244},"Component and composable to display a navigation",{"type":164,"children":1249,"toc":3833},[1250,1256,1268,1287,1292,1298,1303,1321,1984,1990,2002,2301,2313,2324,2606,2628,3134,3140,3159,3201,3212,3239,3251,3587,3593,3610,3615,3769,3773,3828],{"type":167,"tag":168,"props":1251,"children":1253},{"id":1252},"self-managed-navigation",[1254],{"type":173,"value":1255},"Self-managed navigation",{"type":167,"tag":176,"props":1257,"children":1258},{},[1259,1261,1266],{"type":173,"value":1260},"Nuxt Content provides a component and composable to display a navigation based on the ",{"type":167,"tag":192,"props":1262,"children":1263},{},[1264],{"type":173,"value":1265},"content/",{"type":173,"value":1267}," directory structure and files.",{"type":167,"tag":176,"props":1269,"children":1270},{},[1271,1273,1278,1280,1285],{"type":173,"value":1272},"Based on the generated ",{"type":167,"tag":192,"props":1274,"children":1275},{},[1276],{"type":173,"value":1277},"_id",{"type":173,"value":1279}," and ",{"type":167,"tag":192,"props":1281,"children":1282},{},[1283],{"type":173,"value":1284},"_path",{"type":173,"value":1286}," keys, Nuxt Content generates a whole navigation structure for your content.",{"type":167,"tag":176,"props":1288,"children":1289},{},[1290],{"type":173,"value":1291},"It allows you to create advanced navigation components without having to maintain any querying logic related to it.",{"type":167,"tag":182,"props":1293,"children":1295},{"id":1294},"structure",[1296],{"type":173,"value":1297},"Structure",{"type":167,"tag":176,"props":1299,"children":1300},{},[1301],{"type":173,"value":1302},"The navigation object can be seen as a tree, representing the structure of your content sources in JSON format.",{"type":167,"tag":176,"props":1304,"children":1305},{},[1306,1308,1314,1315,1320],{"type":173,"value":1307},"It is divided into two types of nodes: ",{"type":167,"tag":1309,"props":1310,"children":1311},"strong",{},[1312],{"type":173,"value":1313},"pages",{"type":173,"value":1279},{"type":167,"tag":1309,"props":1316,"children":1317},{},[1318],{"type":173,"value":1319},"directories",{"type":173,"value":248},{"type":167,"tag":1322,"props":1323,"children":1324},"code-group",{},[1325,1336,1510,1661],{"type":167,"tag":287,"props":1326,"children":1331},{"className":1327,"code":1329,"filename":1330,"meta":161},[1328],"language-[Directory","content/\n  my-directory/\n    page.md\n","Directory structure",[1332],{"type":167,"tag":192,"props":1333,"children":1334},{"__ignoreMap":161},[1335],{"type":173,"value":1329},{"type":167,"tag":287,"props":1337,"children":1342},{"className":1338,"code":1339,"filename":1340,"language":1341,"meta":161},"language-json solarized-light_dark-plus_material-theme-lighter","{\n  \"title\": \"My Directory\",\n  \"_path\": \"/my-directory\",\n  \"children\": [\n    ...pagesNodes\n  ]\n}\n","Directory node","json",[1343],{"type":167,"tag":192,"props":1344,"children":1345},{"__ignoreMap":161},[1346,1353,1400,1444,1477,1491,1503],{"type":167,"tag":297,"props":1347,"children":1348},{"class":299,"line":300},[1349],{"type":167,"tag":297,"props":1350,"children":1351},{"class":337},[1352],{"type":173,"value":490},{"type":167,"tag":297,"props":1354,"children":1355},{"class":299,"line":364},[1356,1360,1365,1371,1375,1379,1383,1387,1392,1396],{"type":167,"tag":297,"props":1357,"children":1358},{"class":316},[1359],{"type":173,"value":499},{"type":167,"tag":297,"props":1361,"children":1363},{"class":1362},"ct-703398",[1364],{"type":173,"value":346},{"type":167,"tag":297,"props":1366,"children":1368},{"class":1367},"ct-814807",[1369],{"type":173,"value":1370},"title",{"type":167,"tag":297,"props":1372,"children":1373},{"class":1362},[1374],{"type":173,"value":346},{"type":167,"tag":297,"props":1376,"children":1377},{"class":337},[1378],{"type":173,"value":511},{"type":167,"tag":297,"props":1380,"children":1381},{"class":316},[1382],{"type":173,"value":319},{"type":167,"tag":297,"props":1384,"children":1385},{"class":343},[1386],{"type":173,"value":346},{"type":167,"tag":297,"props":1388,"children":1389},{"class":349},[1390],{"type":173,"value":1391},"My Directory",{"type":167,"tag":297,"props":1393,"children":1394},{"class":343},[1395],{"type":173,"value":346},{"type":167,"tag":297,"props":1397,"children":1398},{"class":337},[1399],{"type":173,"value":1091},{"type":167,"tag":297,"props":1401,"children":1402},{"class":299,"line":439},[1403,1407,1411,1415,1419,1423,1427,1431,1436,1440],{"type":167,"tag":297,"props":1404,"children":1405},{"class":316},[1406],{"type":173,"value":499},{"type":167,"tag":297,"props":1408,"children":1409},{"class":1362},[1410],{"type":173,"value":346},{"type":167,"tag":297,"props":1412,"children":1413},{"class":1367},[1414],{"type":173,"value":1284},{"type":167,"tag":297,"props":1416,"children":1417},{"class":1362},[1418],{"type":173,"value":346},{"type":167,"tag":297,"props":1420,"children":1421},{"class":337},[1422],{"type":173,"value":511},{"type":167,"tag":297,"props":1424,"children":1425},{"class":316},[1426],{"type":173,"value":319},{"type":167,"tag":297,"props":1428,"children":1429},{"class":343},[1430],{"type":173,"value":346},{"type":167,"tag":297,"props":1432,"children":1433},{"class":349},[1434],{"type":173,"value":1435},"/my-directory",{"type":167,"tag":297,"props":1437,"children":1438},{"class":343},[1439],{"type":173,"value":346},{"type":167,"tag":297,"props":1441,"children":1442},{"class":337},[1443],{"type":173,"value":1091},{"type":167,"tag":297,"props":1445,"children":1446},{"class":299,"line":446},[1447,1451,1455,1460,1464,1468,1472],{"type":167,"tag":297,"props":1448,"children":1449},{"class":316},[1450],{"type":173,"value":499},{"type":167,"tag":297,"props":1452,"children":1453},{"class":1362},[1454],{"type":173,"value":346},{"type":167,"tag":297,"props":1456,"children":1457},{"class":1367},[1458],{"type":173,"value":1459},"children",{"type":167,"tag":297,"props":1461,"children":1462},{"class":1362},[1463],{"type":173,"value":346},{"type":167,"tag":297,"props":1465,"children":1466},{"class":337},[1467],{"type":173,"value":511},{"type":167,"tag":297,"props":1469,"children":1470},{"class":316},[1471],{"type":173,"value":319},{"type":167,"tag":297,"props":1473,"children":1474},{"class":337},[1475],{"type":173,"value":1476},"[\n",{"type":167,"tag":297,"props":1478,"children":1479},{"class":299,"line":493},[1480,1485],{"type":167,"tag":297,"props":1481,"children":1482},{"class":316},[1483],{"type":173,"value":1484},"    ",{"type":167,"tag":297,"props":1486,"children":1488},{"class":1487},"ct-683859",[1489],{"type":173,"value":1490},"...pagesNodes\n",{"type":167,"tag":297,"props":1492,"children":1493},{"class":299,"line":531},[1494,1498],{"type":167,"tag":297,"props":1495,"children":1496},{"class":316},[1497],{"type":173,"value":499},{"type":167,"tag":297,"props":1499,"children":1500},{"class":337},[1501],{"type":173,"value":1502},"]\n",{"type":167,"tag":297,"props":1504,"children":1505},{"class":299,"line":565},[1506],{"type":167,"tag":297,"props":1507,"children":1508},{"class":337},[1509],{"type":173,"value":408},{"type":167,"tag":287,"props":1511,"children":1514},{"className":1338,"code":1512,"filename":1513,"language":1341,"meta":161},"{\n  \"title\": \"Page title\",\n  \"_path\": \"/my-directory/my-page\",\n  \"_id\": \"content:my-directory:page.md\"\n}\n","Page node",[1515],{"type":167,"tag":192,"props":1516,"children":1517},{"__ignoreMap":161},[1518,1525,1569,1613,1654],{"type":167,"tag":297,"props":1519,"children":1520},{"class":299,"line":300},[1521],{"type":167,"tag":297,"props":1522,"children":1523},{"class":337},[1524],{"type":173,"value":490},{"type":167,"tag":297,"props":1526,"children":1527},{"class":299,"line":364},[1528,1532,1536,1540,1544,1548,1552,1556,1561,1565],{"type":167,"tag":297,"props":1529,"children":1530},{"class":316},[1531],{"type":173,"value":499},{"type":167,"tag":297,"props":1533,"children":1534},{"class":1362},[1535],{"type":173,"value":346},{"type":167,"tag":297,"props":1537,"children":1538},{"class":1367},[1539],{"type":173,"value":1370},{"type":167,"tag":297,"props":1541,"children":1542},{"class":1362},[1543],{"type":173,"value":346},{"type":167,"tag":297,"props":1545,"children":1546},{"class":337},[1547],{"type":173,"value":511},{"type":167,"tag":297,"props":1549,"children":1550},{"class":316},[1551],{"type":173,"value":319},{"type":167,"tag":297,"props":1553,"children":1554},{"class":343},[1555],{"type":173,"value":346},{"type":167,"tag":297,"props":1557,"children":1558},{"class":349},[1559],{"type":173,"value":1560},"Page title",{"type":167,"tag":297,"props":1562,"children":1563},{"class":343},[1564],{"type":173,"value":346},{"type":167,"tag":297,"props":1566,"children":1567},{"class":337},[1568],{"type":173,"value":1091},{"type":167,"tag":297,"props":1570,"children":1571},{"class":299,"line":439},[1572,1576,1580,1584,1588,1592,1596,1600,1605,1609],{"type":167,"tag":297,"props":1573,"children":1574},{"class":316},[1575],{"type":173,"value":499},{"type":167,"tag":297,"props":1577,"children":1578},{"class":1362},[1579],{"type":173,"value":346},{"type":167,"tag":297,"props":1581,"children":1582},{"class":1367},[1583],{"type":173,"value":1284},{"type":167,"tag":297,"props":1585,"children":1586},{"class":1362},[1587],{"type":173,"value":346},{"type":167,"tag":297,"props":1589,"children":1590},{"class":337},[1591],{"type":173,"value":511},{"type":167,"tag":297,"props":1593,"children":1594},{"class":316},[1595],{"type":173,"value":319},{"type":167,"tag":297,"props":1597,"children":1598},{"class":343},[1599],{"type":173,"value":346},{"type":167,"tag":297,"props":1601,"children":1602},{"class":349},[1603],{"type":173,"value":1604},"/my-directory/my-page",{"type":167,"tag":297,"props":1606,"children":1607},{"class":343},[1608],{"type":173,"value":346},{"type":167,"tag":297,"props":1610,"children":1611},{"class":337},[1612],{"type":173,"value":1091},{"type":167,"tag":297,"props":1614,"children":1615},{"class":299,"line":446},[1616,1620,1624,1628,1632,1636,1640,1644,1649],{"type":167,"tag":297,"props":1617,"children":1618},{"class":316},[1619],{"type":173,"value":499},{"type":167,"tag":297,"props":1621,"children":1622},{"class":1362},[1623],{"type":173,"value":346},{"type":167,"tag":297,"props":1625,"children":1626},{"class":1367},[1627],{"type":173,"value":1277},{"type":167,"tag":297,"props":1629,"children":1630},{"class":1362},[1631],{"type":173,"value":346},{"type":167,"tag":297,"props":1633,"children":1634},{"class":337},[1635],{"type":173,"value":511},{"type":167,"tag":297,"props":1637,"children":1638},{"class":316},[1639],{"type":173,"value":319},{"type":167,"tag":297,"props":1641,"children":1642},{"class":343},[1643],{"type":173,"value":346},{"type":167,"tag":297,"props":1645,"children":1646},{"class":349},[1647],{"type":173,"value":1648},"content:my-directory:page.md",{"type":167,"tag":297,"props":1650,"children":1651},{"class":343},[1652],{"type":173,"value":1653},"\"\n",{"type":167,"tag":297,"props":1655,"children":1656},{"class":299,"line":493},[1657],{"type":167,"tag":297,"props":1658,"children":1659},{"class":337},[1660],{"type":173,"value":408},{"type":167,"tag":287,"props":1662,"children":1665},{"className":1338,"code":1663,"filename":1664,"language":1341,"meta":161},"[\n  {\n    \"title\": \"My Directory\",\n    \"_path\": \"/my-directory\",\n    \"children\": [\n      {\n        \"title\": \"Page title\",\n        \"_path\": \"/my-directory/my-page\",\n        \"_id\": \"content:my-directory:page.md\"\n      }\n    ]\n  }\n]\n","Complete navigation",[1666],{"type":167,"tag":192,"props":1667,"children":1668},{"__ignoreMap":161},[1669,1676,1687,1730,1773,1804,1816,1861,1904,1943,1954,1965,1976],{"type":167,"tag":297,"props":1670,"children":1671},{"class":299,"line":300},[1672],{"type":167,"tag":297,"props":1673,"children":1674},{"class":337},[1675],{"type":173,"value":1476},{"type":167,"tag":297,"props":1677,"children":1678},{"class":299,"line":364},[1679,1683],{"type":167,"tag":297,"props":1680,"children":1681},{"class":316},[1682],{"type":173,"value":499},{"type":167,"tag":297,"props":1684,"children":1685},{"class":337},[1686],{"type":173,"value":490},{"type":167,"tag":297,"props":1688,"children":1689},{"class":299,"line":439},[1690,1694,1698,1702,1706,1710,1714,1718,1722,1726],{"type":167,"tag":297,"props":1691,"children":1692},{"class":316},[1693],{"type":173,"value":1484},{"type":167,"tag":297,"props":1695,"children":1696},{"class":1362},[1697],{"type":173,"value":346},{"type":167,"tag":297,"props":1699,"children":1700},{"class":1367},[1701],{"type":173,"value":1370},{"type":167,"tag":297,"props":1703,"children":1704},{"class":1362},[1705],{"type":173,"value":346},{"type":167,"tag":297,"props":1707,"children":1708},{"class":337},[1709],{"type":173,"value":511},{"type":167,"tag":297,"props":1711,"children":1712},{"class":316},[1713],{"type":173,"value":319},{"type":167,"tag":297,"props":1715,"children":1716},{"class":343},[1717],{"type":173,"value":346},{"type":167,"tag":297,"props":1719,"children":1720},{"class":349},[1721],{"type":173,"value":1391},{"type":167,"tag":297,"props":1723,"children":1724},{"class":343},[1725],{"type":173,"value":346},{"type":167,"tag":297,"props":1727,"children":1728},{"class":337},[1729],{"type":173,"value":1091},{"type":167,"tag":297,"props":1731,"children":1732},{"class":299,"line":446},[1733,1737,1741,1745,1749,1753,1757,1761,1765,1769],{"type":167,"tag":297,"props":1734,"children":1735},{"class":316},[1736],{"type":173,"value":1484},{"type":167,"tag":297,"props":1738,"children":1739},{"class":1362},[1740],{"type":173,"value":346},{"type":167,"tag":297,"props":1742,"children":1743},{"class":1367},[1744],{"type":173,"value":1284},{"type":167,"tag":297,"props":1746,"children":1747},{"class":1362},[1748],{"type":173,"value":346},{"type":167,"tag":297,"props":1750,"children":1751},{"class":337},[1752],{"type":173,"value":511},{"type":167,"tag":297,"props":1754,"children":1755},{"class":316},[1756],{"type":173,"value":319},{"type":167,"tag":297,"props":1758,"children":1759},{"class":343},[1760],{"type":173,"value":346},{"type":167,"tag":297,"props":1762,"children":1763},{"class":349},[1764],{"type":173,"value":1435},{"type":167,"tag":297,"props":1766,"children":1767},{"class":343},[1768],{"type":173,"value":346},{"type":167,"tag":297,"props":1770,"children":1771},{"class":337},[1772],{"type":173,"value":1091},{"type":167,"tag":297,"props":1774,"children":1775},{"class":299,"line":493},[1776,1780,1784,1788,1792,1796,1800],{"type":167,"tag":297,"props":1777,"children":1778},{"class":316},[1779],{"type":173,"value":1484},{"type":167,"tag":297,"props":1781,"children":1782},{"class":1362},[1783],{"type":173,"value":346},{"type":167,"tag":297,"props":1785,"children":1786},{"class":1367},[1787],{"type":173,"value":1459},{"type":167,"tag":297,"props":1789,"children":1790},{"class":1362},[1791],{"type":173,"value":346},{"type":167,"tag":297,"props":1793,"children":1794},{"class":337},[1795],{"type":173,"value":511},{"type":167,"tag":297,"props":1797,"children":1798},{"class":316},[1799],{"type":173,"value":319},{"type":167,"tag":297,"props":1801,"children":1802},{"class":337},[1803],{"type":173,"value":1476},{"type":167,"tag":297,"props":1805,"children":1806},{"class":299,"line":531},[1807,1812],{"type":167,"tag":297,"props":1808,"children":1809},{"class":316},[1810],{"type":173,"value":1811},"      ",{"type":167,"tag":297,"props":1813,"children":1814},{"class":337},[1815],{"type":173,"value":490},{"type":167,"tag":297,"props":1817,"children":1818},{"class":299,"line":565},[1819,1824,1828,1833,1837,1841,1845,1849,1853,1857],{"type":167,"tag":297,"props":1820,"children":1821},{"class":316},[1822],{"type":173,"value":1823},"        ",{"type":167,"tag":297,"props":1825,"children":1826},{"class":1362},[1827],{"type":173,"value":346},{"type":167,"tag":297,"props":1829,"children":1831},{"class":1830},"ct-414072",[1832],{"type":173,"value":1370},{"type":167,"tag":297,"props":1834,"children":1835},{"class":1362},[1836],{"type":173,"value":346},{"type":167,"tag":297,"props":1838,"children":1839},{"class":337},[1840],{"type":173,"value":511},{"type":167,"tag":297,"props":1842,"children":1843},{"class":316},[1844],{"type":173,"value":319},{"type":167,"tag":297,"props":1846,"children":1847},{"class":343},[1848],{"type":173,"value":346},{"type":167,"tag":297,"props":1850,"children":1851},{"class":349},[1852],{"type":173,"value":1560},{"type":167,"tag":297,"props":1854,"children":1855},{"class":343},[1856],{"type":173,"value":346},{"type":167,"tag":297,"props":1858,"children":1859},{"class":337},[1860],{"type":173,"value":1091},{"type":167,"tag":297,"props":1862,"children":1863},{"class":299,"line":598},[1864,1868,1872,1876,1880,1884,1888,1892,1896,1900],{"type":167,"tag":297,"props":1865,"children":1866},{"class":316},[1867],{"type":173,"value":1823},{"type":167,"tag":297,"props":1869,"children":1870},{"class":1362},[1871],{"type":173,"value":346},{"type":167,"tag":297,"props":1873,"children":1874},{"class":1830},[1875],{"type":173,"value":1284},{"type":167,"tag":297,"props":1877,"children":1878},{"class":1362},[1879],{"type":173,"value":346},{"type":167,"tag":297,"props":1881,"children":1882},{"class":337},[1883],{"type":173,"value":511},{"type":167,"tag":297,"props":1885,"children":1886},{"class":316},[1887],{"type":173,"value":319},{"type":167,"tag":297,"props":1889,"children":1890},{"class":343},[1891],{"type":173,"value":346},{"type":167,"tag":297,"props":1893,"children":1894},{"class":349},[1895],{"type":173,"value":1604},{"type":167,"tag":297,"props":1897,"children":1898},{"class":343},[1899],{"type":173,"value":346},{"type":167,"tag":297,"props":1901,"children":1902},{"class":337},[1903],{"type":173,"value":1091},{"type":167,"tag":297,"props":1905,"children":1906},{"class":299,"line":607},[1907,1911,1915,1919,1923,1927,1931,1935,1939],{"type":167,"tag":297,"props":1908,"children":1909},{"class":316},[1910],{"type":173,"value":1823},{"type":167,"tag":297,"props":1912,"children":1913},{"class":1362},[1914],{"type":173,"value":346},{"type":167,"tag":297,"props":1916,"children":1917},{"class":1830},[1918],{"type":173,"value":1277},{"type":167,"tag":297,"props":1920,"children":1921},{"class":1362},[1922],{"type":173,"value":346},{"type":167,"tag":297,"props":1924,"children":1925},{"class":337},[1926],{"type":173,"value":511},{"type":167,"tag":297,"props":1928,"children":1929},{"class":316},[1930],{"type":173,"value":319},{"type":167,"tag":297,"props":1932,"children":1933},{"class":343},[1934],{"type":173,"value":346},{"type":167,"tag":297,"props":1936,"children":1937},{"class":349},[1938],{"type":173,"value":1648},{"type":167,"tag":297,"props":1940,"children":1941},{"class":343},[1942],{"type":173,"value":1653},{"type":167,"tag":297,"props":1944,"children":1945},{"class":299,"line":614},[1946,1950],{"type":167,"tag":297,"props":1947,"children":1948},{"class":316},[1949],{"type":173,"value":1811},{"type":167,"tag":297,"props":1951,"children":1952},{"class":337},[1953],{"type":173,"value":604},{"type":167,"tag":297,"props":1955,"children":1956},{"class":299,"line":624},[1957,1961],{"type":167,"tag":297,"props":1958,"children":1959},{"class":316},[1960],{"type":173,"value":1484},{"type":167,"tag":297,"props":1962,"children":1963},{"class":337},[1964],{"type":173,"value":1502},{"type":167,"tag":297,"props":1966,"children":1967},{"class":299,"line":691},[1968,1972],{"type":167,"tag":297,"props":1969,"children":1970},{"class":316},[1971],{"type":173,"value":499},{"type":167,"tag":297,"props":1973,"children":1974},{"class":337},[1975],{"type":173,"value":604},{"type":167,"tag":297,"props":1977,"children":1978},{"class":299,"line":771},[1979],{"type":167,"tag":297,"props":1980,"children":1981},{"class":337},[1982],{"type":173,"value":1983},"]",{"type":167,"tag":182,"props":1985,"children":1987},{"id":1986},"custom-keys",[1988],{"type":173,"value":1989},"Custom keys",{"type":167,"tag":176,"props":1991,"children":1992},{},[1993,1995,2000],{"type":173,"value":1994},"You can use the ",{"type":167,"tag":192,"props":1996,"children":1997},{},[1998],{"type":173,"value":1999},"navigation",{"type":173,"value":2001}," property in the front-matter of your content files to add keys to the navigation object.",{"type":167,"tag":1322,"props":2003,"children":2004},{},[2005,2127],{"type":167,"tag":287,"props":2006,"children":2010},{"className":2007,"code":2008,"filename":2009,"language":1244,"meta":161},"language-md solarized-light_dark-plus_material-theme-lighter","---\nnavigation:\n  title: 'Home'\n  icon: '🏡'\n---\n\n# Welcome\n","index.md",[2011],{"type":167,"tag":192,"props":2012,"children":2013},{"__ignoreMap":161},[2014,2022,2034,2066,2099,2106,2112],{"type":167,"tag":297,"props":2015,"children":2016},{"class":299,"line":300},[2017],{"type":167,"tag":297,"props":2018,"children":2019},{"class":316},[2020],{"type":173,"value":2021},"---\n",{"type":167,"tag":297,"props":2023,"children":2024},{"class":299,"line":364},[2025,2029],{"type":167,"tag":297,"props":2026,"children":2027},{"class":310},[2028],{"type":173,"value":1999},{"type":167,"tag":297,"props":2030,"children":2031},{"class":337},[2032],{"type":173,"value":2033},":\n",{"type":167,"tag":297,"props":2035,"children":2036},{"class":299,"line":439},[2037,2041,2045,2049,2053,2057,2062],{"type":167,"tag":297,"props":2038,"children":2039},{"class":316},[2040],{"type":173,"value":499},{"type":167,"tag":297,"props":2042,"children":2043},{"class":310},[2044],{"type":173,"value":1370},{"type":167,"tag":297,"props":2046,"children":2047},{"class":337},[2048],{"type":173,"value":511},{"type":167,"tag":297,"props":2050,"children":2051},{"class":316},[2052],{"type":173,"value":319},{"type":167,"tag":297,"props":2054,"children":2055},{"class":343},[2056],{"type":173,"value":426},{"type":167,"tag":297,"props":2058,"children":2059},{"class":349},[2060],{"type":173,"value":2061},"Home",{"type":167,"tag":297,"props":2063,"children":2064},{"class":343},[2065],{"type":173,"value":436},{"type":167,"tag":297,"props":2067,"children":2068},{"class":299,"line":446},[2069,2073,2078,2082,2086,2090,2095],{"type":167,"tag":297,"props":2070,"children":2071},{"class":316},[2072],{"type":173,"value":499},{"type":167,"tag":297,"props":2074,"children":2075},{"class":310},[2076],{"type":173,"value":2077},"icon",{"type":167,"tag":297,"props":2079,"children":2080},{"class":337},[2081],{"type":173,"value":511},{"type":167,"tag":297,"props":2083,"children":2084},{"class":316},[2085],{"type":173,"value":319},{"type":167,"tag":297,"props":2087,"children":2088},{"class":343},[2089],{"type":173,"value":426},{"type":167,"tag":297,"props":2091,"children":2092},{"class":349},[2093],{"type":173,"value":2094},"🏡",{"type":167,"tag":297,"props":2096,"children":2097},{"class":343},[2098],{"type":173,"value":436},{"type":167,"tag":297,"props":2100,"children":2101},{"class":299,"line":493},[2102],{"type":167,"tag":297,"props":2103,"children":2104},{"class":316},[2105],{"type":173,"value":2021},{"type":167,"tag":297,"props":2107,"children":2108},{"class":299,"line":531},[2109],{"type":167,"tag":297,"props":2110,"children":2111},{},[],{"type":167,"tag":297,"props":2113,"children":2114},{"class":299,"line":565},[2115,2121],{"type":167,"tag":297,"props":2116,"children":2118},{"class":2117},"ct-650634",[2119],{"type":173,"value":2120},"# ",{"type":167,"tag":297,"props":2122,"children":2124},{"class":2123},"ct-768104",[2125],{"type":173,"value":2126},"Welcome",{"type":167,"tag":287,"props":2128,"children":2131},{"className":1338,"code":2129,"filename":2130,"language":1341,"meta":161},"[\n  {\n    \"title\": \"Home\",\n    \"icon\": \"🏡\",\n    \"_path\": \"/\",\n  }\n]\n","Navigation",[2132],{"type":167,"tag":192,"props":2133,"children":2134},{"__ignoreMap":161},[2135,2142,2153,2196,2239,2283,2294],{"type":167,"tag":297,"props":2136,"children":2137},{"class":299,"line":300},[2138],{"type":167,"tag":297,"props":2139,"children":2140},{"class":337},[2141],{"type":173,"value":1476},{"type":167,"tag":297,"props":2143,"children":2144},{"class":299,"line":364},[2145,2149],{"type":167,"tag":297,"props":2146,"children":2147},{"class":316},[2148],{"type":173,"value":499},{"type":167,"tag":297,"props":2150,"children":2151},{"class":337},[2152],{"type":173,"value":490},{"type":167,"tag":297,"props":2154,"children":2155},{"class":299,"line":439},[2156,2160,2164,2168,2172,2176,2180,2184,2188,2192],{"type":167,"tag":297,"props":2157,"children":2158},{"class":316},[2159],{"type":173,"value":1484},{"type":167,"tag":297,"props":2161,"children":2162},{"class":1362},[2163],{"type":173,"value":346},{"type":167,"tag":297,"props":2165,"children":2166},{"class":1367},[2167],{"type":173,"value":1370},{"type":167,"tag":297,"props":2169,"children":2170},{"class":1362},[2171],{"type":173,"value":346},{"type":167,"tag":297,"props":2173,"children":2174},{"class":337},[2175],{"type":173,"value":511},{"type":167,"tag":297,"props":2177,"children":2178},{"class":316},[2179],{"type":173,"value":319},{"type":167,"tag":297,"props":2181,"children":2182},{"class":343},[2183],{"type":173,"value":346},{"type":167,"tag":297,"props":2185,"children":2186},{"class":349},[2187],{"type":173,"value":2061},{"type":167,"tag":297,"props":2189,"children":2190},{"class":343},[2191],{"type":173,"value":346},{"type":167,"tag":297,"props":2193,"children":2194},{"class":337},[2195],{"type":173,"value":1091},{"type":167,"tag":297,"props":2197,"children":2198},{"class":299,"line":446},[2199,2203,2207,2211,2215,2219,2223,2227,2231,2235],{"type":167,"tag":297,"props":2200,"children":2201},{"class":316},[2202],{"type":173,"value":1484},{"type":167,"tag":297,"props":2204,"children":2205},{"class":1362},[2206],{"type":173,"value":346},{"type":167,"tag":297,"props":2208,"children":2209},{"class":1367},[2210],{"type":173,"value":2077},{"type":167,"tag":297,"props":2212,"children":2213},{"class":1362},[2214],{"type":173,"value":346},{"type":167,"tag":297,"props":2216,"children":2217},{"class":337},[2218],{"type":173,"value":511},{"type":167,"tag":297,"props":2220,"children":2221},{"class":316},[2222],{"type":173,"value":319},{"type":167,"tag":297,"props":2224,"children":2225},{"class":343},[2226],{"type":173,"value":346},{"type":167,"tag":297,"props":2228,"children":2229},{"class":349},[2230],{"type":173,"value":2094},{"type":167,"tag":297,"props":2232,"children":2233},{"class":343},[2234],{"type":173,"value":346},{"type":167,"tag":297,"props":2236,"children":2237},{"class":337},[2238],{"type":173,"value":1091},{"type":167,"tag":297,"props":2240,"children":2241},{"class":299,"line":493},[2242,2246,2250,2254,2258,2262,2266,2270,2275,2279],{"type":167,"tag":297,"props":2243,"children":2244},{"class":316},[2245],{"type":173,"value":1484},{"type":167,"tag":297,"props":2247,"children":2248},{"class":1362},[2249],{"type":173,"value":346},{"type":167,"tag":297,"props":2251,"children":2252},{"class":1367},[2253],{"type":173,"value":1284},{"type":167,"tag":297,"props":2255,"children":2256},{"class":1362},[2257],{"type":173,"value":346},{"type":167,"tag":297,"props":2259,"children":2260},{"class":337},[2261],{"type":173,"value":511},{"type":167,"tag":297,"props":2263,"children":2264},{"class":316},[2265],{"type":173,"value":319},{"type":167,"tag":297,"props":2267,"children":2268},{"class":343},[2269],{"type":173,"value":346},{"type":167,"tag":297,"props":2271,"children":2272},{"class":349},[2273],{"type":173,"value":2274},"/",{"type":167,"tag":297,"props":2276,"children":2277},{"class":343},[2278],{"type":173,"value":346},{"type":167,"tag":297,"props":2280,"children":2281},{"class":337},[2282],{"type":173,"value":1091},{"type":167,"tag":297,"props":2284,"children":2285},{"class":299,"line":531},[2286,2290],{"type":167,"tag":297,"props":2287,"children":2288},{"class":316},[2289],{"type":173,"value":499},{"type":167,"tag":297,"props":2291,"children":2292},{"class":337},[2293],{"type":173,"value":604},{"type":167,"tag":297,"props":2295,"children":2296},{"class":299,"line":565},[2297],{"type":167,"tag":297,"props":2298,"children":2299},{"class":337},[2300],{"type":173,"value":1983},{"type":167,"tag":176,"props":2302,"children":2303},{},[2304,2306,2311],{"type":173,"value":2305},"Alternatively, the navigation also allows you to configure directory nodes via ",{"type":167,"tag":192,"props":2307,"children":2308},{},[2309],{"type":173,"value":2310},"_dir.yml",{"type":173,"value":2312}," files.",{"type":167,"tag":176,"props":2314,"children":2315},{},[2316,2318,2322],{"type":173,"value":2317},"It allows you to overwrite the ",{"type":167,"tag":192,"props":2319,"children":2320},{},[2321],{"type":173,"value":1370},{"type":173,"value":2323}," and custom properties to directory nodes in navigation.",{"type":167,"tag":1322,"props":2325,"children":2326},{},[2327,2336,2402],{"type":167,"tag":287,"props":2328,"children":2331},{"className":2329,"code":2330,"filename":1330,"meta":161},[1328],"content/\n  my-directory/\n    _dir.yml\n    page.md\n",[2332],{"type":167,"tag":192,"props":2333,"children":2334},{"__ignoreMap":161},[2335],{"type":173,"value":2330},{"type":167,"tag":287,"props":2337,"children":2341},{"className":2338,"code":2339,"filename":2310,"language":2340,"meta":161},"language-yaml solarized-light_dark-plus_material-theme-lighter","title: 'My awesome directory'\nnavigation.icon: '📁'\n","yaml",[2342],{"type":167,"tag":192,"props":2343,"children":2344},{"__ignoreMap":161},[2345,2373],{"type":167,"tag":297,"props":2346,"children":2347},{"class":299,"line":300},[2348,2352,2356,2360,2364,2369],{"type":167,"tag":297,"props":2349,"children":2350},{"class":310},[2351],{"type":173,"value":1370},{"type":167,"tag":297,"props":2353,"children":2354},{"class":337},[2355],{"type":173,"value":511},{"type":167,"tag":297,"props":2357,"children":2358},{"class":316},[2359],{"type":173,"value":319},{"type":167,"tag":297,"props":2361,"children":2362},{"class":343},[2363],{"type":173,"value":426},{"type":167,"tag":297,"props":2365,"children":2366},{"class":349},[2367],{"type":173,"value":2368},"My awesome directory",{"type":167,"tag":297,"props":2370,"children":2371},{"class":343},[2372],{"type":173,"value":436},{"type":167,"tag":297,"props":2374,"children":2375},{"class":299,"line":364},[2376,2381,2385,2389,2393,2398],{"type":167,"tag":297,"props":2377,"children":2378},{"class":310},[2379],{"type":173,"value":2380},"navigation.icon",{"type":167,"tag":297,"props":2382,"children":2383},{"class":337},[2384],{"type":173,"value":511},{"type":167,"tag":297,"props":2386,"children":2387},{"class":316},[2388],{"type":173,"value":319},{"type":167,"tag":297,"props":2390,"children":2391},{"class":343},[2392],{"type":173,"value":426},{"type":167,"tag":297,"props":2394,"children":2395},{"class":349},[2396],{"type":173,"value":2397},"📁",{"type":167,"tag":297,"props":2399,"children":2400},{"class":343},[2401],{"type":173,"value":426},{"type":167,"tag":287,"props":2403,"children":2405},{"className":1338,"code":2404,"filename":2130,"language":1341,"meta":161},"{\n  \"title\": \"My awesome directory\",\n  \"icon\": \"📁\",\n  \"_path\": \"/my-directory\",\n  \"children\": [\n    ...\n  ]\n}\n",[2406],{"type":167,"tag":192,"props":2407,"children":2408},{"__ignoreMap":161},[2409,2416,2459,2502,2545,2576,2588,2599],{"type":167,"tag":297,"props":2410,"children":2411},{"class":299,"line":300},[2412],{"type":167,"tag":297,"props":2413,"children":2414},{"class":337},[2415],{"type":173,"value":490},{"type":167,"tag":297,"props":2417,"children":2418},{"class":299,"line":364},[2419,2423,2427,2431,2435,2439,2443,2447,2451,2455],{"type":167,"tag":297,"props":2420,"children":2421},{"class":316},[2422],{"type":173,"value":499},{"type":167,"tag":297,"props":2424,"children":2425},{"class":1362},[2426],{"type":173,"value":346},{"type":167,"tag":297,"props":2428,"children":2429},{"class":1367},[2430],{"type":173,"value":1370},{"type":167,"tag":297,"props":2432,"children":2433},{"class":1362},[2434],{"type":173,"value":346},{"type":167,"tag":297,"props":2436,"children":2437},{"class":337},[2438],{"type":173,"value":511},{"type":167,"tag":297,"props":2440,"children":2441},{"class":316},[2442],{"type":173,"value":319},{"type":167,"tag":297,"props":2444,"children":2445},{"class":343},[2446],{"type":173,"value":346},{"type":167,"tag":297,"props":2448,"children":2449},{"class":349},[2450],{"type":173,"value":2368},{"type":167,"tag":297,"props":2452,"children":2453},{"class":343},[2454],{"type":173,"value":346},{"type":167,"tag":297,"props":2456,"children":2457},{"class":337},[2458],{"type":173,"value":1091},{"type":167,"tag":297,"props":2460,"children":2461},{"class":299,"line":439},[2462,2466,2470,2474,2478,2482,2486,2490,2494,2498],{"type":167,"tag":297,"props":2463,"children":2464},{"class":316},[2465],{"type":173,"value":499},{"type":167,"tag":297,"props":2467,"children":2468},{"class":1362},[2469],{"type":173,"value":346},{"type":167,"tag":297,"props":2471,"children":2472},{"class":1367},[2473],{"type":173,"value":2077},{"type":167,"tag":297,"props":2475,"children":2476},{"class":1362},[2477],{"type":173,"value":346},{"type":167,"tag":297,"props":2479,"children":2480},{"class":337},[2481],{"type":173,"value":511},{"type":167,"tag":297,"props":2483,"children":2484},{"class":316},[2485],{"type":173,"value":319},{"type":167,"tag":297,"props":2487,"children":2488},{"class":343},[2489],{"type":173,"value":346},{"type":167,"tag":297,"props":2491,"children":2492},{"class":349},[2493],{"type":173,"value":2397},{"type":167,"tag":297,"props":2495,"children":2496},{"class":343},[2497],{"type":173,"value":346},{"type":167,"tag":297,"props":2499,"children":2500},{"class":337},[2501],{"type":173,"value":1091},{"type":167,"tag":297,"props":2503,"children":2504},{"class":299,"line":446},[2505,2509,2513,2517,2521,2525,2529,2533,2537,2541],{"type":167,"tag":297,"props":2506,"children":2507},{"class":316},[2508],{"type":173,"value":499},{"type":167,"tag":297,"props":2510,"children":2511},{"class":1362},[2512],{"type":173,"value":346},{"type":167,"tag":297,"props":2514,"children":2515},{"class":1367},[2516],{"type":173,"value":1284},{"type":167,"tag":297,"props":2518,"children":2519},{"class":1362},[2520],{"type":173,"value":346},{"type":167,"tag":297,"props":2522,"children":2523},{"class":337},[2524],{"type":173,"value":511},{"type":167,"tag":297,"props":2526,"children":2527},{"class":316},[2528],{"type":173,"value":319},{"type":167,"tag":297,"props":2530,"children":2531},{"class":343},[2532],{"type":173,"value":346},{"type":167,"tag":297,"props":2534,"children":2535},{"class":349},[2536],{"type":173,"value":1435},{"type":167,"tag":297,"props":2538,"children":2539},{"class":343},[2540],{"type":173,"value":346},{"type":167,"tag":297,"props":2542,"children":2543},{"class":337},[2544],{"type":173,"value":1091},{"type":167,"tag":297,"props":2546,"children":2547},{"class":299,"line":493},[2548,2552,2556,2560,2564,2568,2572],{"type":167,"tag":297,"props":2549,"children":2550},{"class":316},[2551],{"type":173,"value":499},{"type":167,"tag":297,"props":2553,"children":2554},{"class":1362},[2555],{"type":173,"value":346},{"type":167,"tag":297,"props":2557,"children":2558},{"class":1367},[2559],{"type":173,"value":1459},{"type":167,"tag":297,"props":2561,"children":2562},{"class":1362},[2563],{"type":173,"value":346},{"type":167,"tag":297,"props":2565,"children":2566},{"class":337},[2567],{"type":173,"value":511},{"type":167,"tag":297,"props":2569,"children":2570},{"class":316},[2571],{"type":173,"value":319},{"type":167,"tag":297,"props":2573,"children":2574},{"class":337},[2575],{"type":173,"value":1476},{"type":167,"tag":297,"props":2577,"children":2578},{"class":299,"line":531},[2579,2583],{"type":167,"tag":297,"props":2580,"children":2581},{"class":316},[2582],{"type":173,"value":1484},{"type":167,"tag":297,"props":2584,"children":2585},{"class":1487},[2586],{"type":173,"value":2587},"...\n",{"type":167,"tag":297,"props":2589,"children":2590},{"class":299,"line":565},[2591,2595],{"type":167,"tag":297,"props":2592,"children":2593},{"class":316},[2594],{"type":173,"value":499},{"type":167,"tag":297,"props":2596,"children":2597},{"class":337},[2598],{"type":173,"value":1502},{"type":167,"tag":297,"props":2600,"children":2601},{"class":299,"line":598},[2602],{"type":167,"tag":297,"props":2603,"children":2604},{"class":337},[2605],{"type":173,"value":408},{"type":167,"tag":176,"props":2607,"children":2608},{},[2609,2611,2620,2622,2627],{"type":173,"value":2610},"If you want to use top-level keys in the front-matter to be included in the navigation object, use the ",{"type":167,"tag":199,"props":2612,"children":2614},{"href":2613},"/get-started/configuration#navigation",[2615],{"type":167,"tag":192,"props":2616,"children":2617},{},[2618],{"type":173,"value":2619},"content.navigation.fields",{"type":173,"value":2621}," property in the ",{"type":167,"tag":192,"props":2623,"children":2624},{},[2625],{"type":173,"value":2626},"nuxt.config",{"type":173,"value":511},{"type":167,"tag":1322,"props":2629,"children":2630},{},[2631,2795,2894],{"type":167,"tag":287,"props":2632,"children":2636},{"className":2633,"code":2634,"filename":2635,"language":352,"meta":161},"language-ts solarized-light_dark-plus_material-theme-lighter","defineNuxtConfig({\n  content: {\n    navigation: {\n      fields: ['author', 'publishedAt']\n    }\n  }\n})\n","nuxt.config.ts",[2637],{"type":167,"tag":192,"props":2638,"children":2639},{"__ignoreMap":161},[2640,2656,2680,2703,2762,2773,2784],{"type":167,"tag":297,"props":2641,"children":2642},{"class":299,"line":300},[2643,2648,2652],{"type":167,"tag":297,"props":2644,"children":2645},{"class":680},[2646],{"type":173,"value":2647},"defineNuxtConfig",{"type":167,"tag":297,"props":2649,"children":2650},{"class":316},[2651],{"type":173,"value":737},{"type":167,"tag":297,"props":2653,"children":2654},{"class":337},[2655],{"type":173,"value":490},{"type":167,"tag":297,"props":2657,"children":2658},{"class":299,"line":364},[2659,2663,2667,2672,2676],{"type":167,"tag":297,"props":2660,"children":2661},{"class":316},[2662],{"type":173,"value":499},{"type":167,"tag":297,"props":2664,"children":2665},{"class":502},[2666],{"type":173,"value":1242},{"type":167,"tag":297,"props":2668,"children":2670},{"class":2669},"ct-931742",[2671],{"type":173,"value":511},{"type":167,"tag":297,"props":2673,"children":2674},{"class":316},[2675],{"type":173,"value":319},{"type":167,"tag":297,"props":2677,"children":2678},{"class":337},[2679],{"type":173,"value":490},{"type":167,"tag":297,"props":2681,"children":2682},{"class":299,"line":439},[2683,2687,2691,2695,2699],{"type":167,"tag":297,"props":2684,"children":2685},{"class":316},[2686],{"type":173,"value":1484},{"type":167,"tag":297,"props":2688,"children":2689},{"class":502},[2690],{"type":173,"value":1999},{"type":167,"tag":297,"props":2692,"children":2693},{"class":2669},[2694],{"type":173,"value":511},{"type":167,"tag":297,"props":2696,"children":2697},{"class":316},[2698],{"type":173,"value":319},{"type":167,"tag":297,"props":2700,"children":2701},{"class":337},[2702],{"type":173,"value":490},{"type":167,"tag":297,"props":2704,"children":2705},{"class":299,"line":446},[2706,2710,2715,2719,2724,2728,2732,2736,2741,2745,2749,2754,2758],{"type":167,"tag":297,"props":2707,"children":2708},{"class":316},[2709],{"type":173,"value":1811},{"type":167,"tag":297,"props":2711,"children":2712},{"class":502},[2713],{"type":173,"value":2714},"fields",{"type":167,"tag":297,"props":2716,"children":2717},{"class":2669},[2718],{"type":173,"value":511},{"type":167,"tag":297,"props":2720,"children":2721},{"class":316},[2722],{"type":173,"value":2723}," [",{"type":167,"tag":297,"props":2725,"children":2726},{"class":343},[2727],{"type":173,"value":426},{"type":167,"tag":297,"props":2729,"children":2730},{"class":349},[2731],{"type":173,"value":986},{"type":167,"tag":297,"props":2733,"children":2734},{"class":343},[2735],{"type":173,"value":426},{"type":167,"tag":297,"props":2737,"children":2738},{"class":337},[2739],{"type":173,"value":2740},",",{"type":167,"tag":297,"props":2742,"children":2743},{"class":316},[2744],{"type":173,"value":319},{"type":167,"tag":297,"props":2746,"children":2747},{"class":343},[2748],{"type":173,"value":426},{"type":167,"tag":297,"props":2750,"children":2751},{"class":349},[2752],{"type":173,"value":2753},"publishedAt",{"type":167,"tag":297,"props":2755,"children":2756},{"class":343},[2757],{"type":173,"value":426},{"type":167,"tag":297,"props":2759,"children":2760},{"class":316},[2761],{"type":173,"value":1502},{"type":167,"tag":297,"props":2763,"children":2764},{"class":299,"line":493},[2765,2769],{"type":167,"tag":297,"props":2766,"children":2767},{"class":316},[2768],{"type":173,"value":1484},{"type":167,"tag":297,"props":2770,"children":2771},{"class":337},[2772],{"type":173,"value":604},{"type":167,"tag":297,"props":2774,"children":2775},{"class":299,"line":531},[2776,2780],{"type":167,"tag":297,"props":2777,"children":2778},{"class":316},[2779],{"type":173,"value":499},{"type":167,"tag":297,"props":2781,"children":2782},{"class":337},[2783],{"type":173,"value":604},{"type":167,"tag":297,"props":2785,"children":2786},{"class":299,"line":565},[2787,2791],{"type":167,"tag":297,"props":2788,"children":2789},{"class":337},[2790],{"type":173,"value":408},{"type":167,"tag":297,"props":2792,"children":2793},{"class":316},[2794],{"type":173,"value":1152},{"type":167,"tag":287,"props":2796,"children":2799},{"className":2007,"code":2797,"filename":2798,"language":1244,"meta":161},"---\ntitle: My Page\nauthor: 'Sébastien Chopin'\npublishedAt: '15-06-2022'\n---\n","page.md",[2800],{"type":167,"tag":192,"props":2801,"children":2802},{"__ignoreMap":161},[2803,2810,2830,2858,2886],{"type":167,"tag":297,"props":2804,"children":2805},{"class":299,"line":300},[2806],{"type":167,"tag":297,"props":2807,"children":2808},{"class":316},[2809],{"type":173,"value":2021},{"type":167,"tag":297,"props":2811,"children":2812},{"class":299,"line":364},[2813,2817,2821,2825],{"type":167,"tag":297,"props":2814,"children":2815},{"class":310},[2816],{"type":173,"value":1370},{"type":167,"tag":297,"props":2818,"children":2819},{"class":337},[2820],{"type":173,"value":511},{"type":167,"tag":297,"props":2822,"children":2823},{"class":316},[2824],{"type":173,"value":319},{"type":167,"tag":297,"props":2826,"children":2827},{"class":349},[2828],{"type":173,"value":2829},"My Page\n",{"type":167,"tag":297,"props":2831,"children":2832},{"class":299,"line":439},[2833,2837,2841,2845,2849,2854],{"type":167,"tag":297,"props":2834,"children":2835},{"class":310},[2836],{"type":173,"value":986},{"type":167,"tag":297,"props":2838,"children":2839},{"class":337},[2840],{"type":173,"value":511},{"type":167,"tag":297,"props":2842,"children":2843},{"class":316},[2844],{"type":173,"value":319},{"type":167,"tag":297,"props":2846,"children":2847},{"class":343},[2848],{"type":173,"value":426},{"type":167,"tag":297,"props":2850,"children":2851},{"class":349},[2852],{"type":173,"value":2853},"Sébastien Chopin",{"type":167,"tag":297,"props":2855,"children":2856},{"class":343},[2857],{"type":173,"value":436},{"type":167,"tag":297,"props":2859,"children":2860},{"class":299,"line":446},[2861,2865,2869,2873,2877,2882],{"type":167,"tag":297,"props":2862,"children":2863},{"class":310},[2864],{"type":173,"value":2753},{"type":167,"tag":297,"props":2866,"children":2867},{"class":337},[2868],{"type":173,"value":511},{"type":167,"tag":297,"props":2870,"children":2871},{"class":316},[2872],{"type":173,"value":319},{"type":167,"tag":297,"props":2874,"children":2875},{"class":343},[2876],{"type":173,"value":426},{"type":167,"tag":297,"props":2878,"children":2879},{"class":349},[2880],{"type":173,"value":2881},"15-06-2022",{"type":167,"tag":297,"props":2883,"children":2884},{"class":343},[2885],{"type":173,"value":436},{"type":167,"tag":297,"props":2887,"children":2888},{"class":299,"line":493},[2889],{"type":167,"tag":297,"props":2890,"children":2891},{"class":316},[2892],{"type":173,"value":2893},"---",{"type":167,"tag":287,"props":2895,"children":2898},{"className":1338,"code":2896,"filename":2897,"language":1341,"meta":161},"{\n  \"title\": \"My Page\",\n  \"author\": \"Sébastien Chopin\",\n  \"publishedAt\": \"15-06-2022\",\n  \"_path\": \"/page\",\n  \"_id\": \"content:page.md\",\n}\n","Navigation node",[2899],{"type":167,"tag":192,"props":2900,"children":2901},{"__ignoreMap":161},[2902,2909,2953,2996,3039,3083,3127],{"type":167,"tag":297,"props":2903,"children":2904},{"class":299,"line":300},[2905],{"type":167,"tag":297,"props":2906,"children":2907},{"class":337},[2908],{"type":173,"value":490},{"type":167,"tag":297,"props":2910,"children":2911},{"class":299,"line":364},[2912,2916,2920,2924,2928,2932,2936,2940,2945,2949],{"type":167,"tag":297,"props":2913,"children":2914},{"class":316},[2915],{"type":173,"value":499},{"type":167,"tag":297,"props":2917,"children":2918},{"class":1362},[2919],{"type":173,"value":346},{"type":167,"tag":297,"props":2921,"children":2922},{"class":1367},[2923],{"type":173,"value":1370},{"type":167,"tag":297,"props":2925,"children":2926},{"class":1362},[2927],{"type":173,"value":346},{"type":167,"tag":297,"props":2929,"children":2930},{"class":337},[2931],{"type":173,"value":511},{"type":167,"tag":297,"props":2933,"children":2934},{"class":316},[2935],{"type":173,"value":319},{"type":167,"tag":297,"props":2937,"children":2938},{"class":343},[2939],{"type":173,"value":346},{"type":167,"tag":297,"props":2941,"children":2942},{"class":349},[2943],{"type":173,"value":2944},"My Page",{"type":167,"tag":297,"props":2946,"children":2947},{"class":343},[2948],{"type":173,"value":346},{"type":167,"tag":297,"props":2950,"children":2951},{"class":337},[2952],{"type":173,"value":1091},{"type":167,"tag":297,"props":2954,"children":2955},{"class":299,"line":439},[2956,2960,2964,2968,2972,2976,2980,2984,2988,2992],{"type":167,"tag":297,"props":2957,"children":2958},{"class":316},[2959],{"type":173,"value":499},{"type":167,"tag":297,"props":2961,"children":2962},{"class":1362},[2963],{"type":173,"value":346},{"type":167,"tag":297,"props":2965,"children":2966},{"class":1367},[2967],{"type":173,"value":986},{"type":167,"tag":297,"props":2969,"children":2970},{"class":1362},[2971],{"type":173,"value":346},{"type":167,"tag":297,"props":2973,"children":2974},{"class":337},[2975],{"type":173,"value":511},{"type":167,"tag":297,"props":2977,"children":2978},{"class":316},[2979],{"type":173,"value":319},{"type":167,"tag":297,"props":2981,"children":2982},{"class":343},[2983],{"type":173,"value":346},{"type":167,"tag":297,"props":2985,"children":2986},{"class":349},[2987],{"type":173,"value":2853},{"type":167,"tag":297,"props":2989,"children":2990},{"class":343},[2991],{"type":173,"value":346},{"type":167,"tag":297,"props":2993,"children":2994},{"class":337},[2995],{"type":173,"value":1091},{"type":167,"tag":297,"props":2997,"children":2998},{"class":299,"line":446},[2999,3003,3007,3011,3015,3019,3023,3027,3031,3035],{"type":167,"tag":297,"props":3000,"children":3001},{"class":316},[3002],{"type":173,"value":499},{"type":167,"tag":297,"props":3004,"children":3005},{"class":1362},[3006],{"type":173,"value":346},{"type":167,"tag":297,"props":3008,"children":3009},{"class":1367},[3010],{"type":173,"value":2753},{"type":167,"tag":297,"props":3012,"children":3013},{"class":1362},[3014],{"type":173,"value":346},{"type":167,"tag":297,"props":3016,"children":3017},{"class":337},[3018],{"type":173,"value":511},{"type":167,"tag":297,"props":3020,"children":3021},{"class":316},[3022],{"type":173,"value":319},{"type":167,"tag":297,"props":3024,"children":3025},{"class":343},[3026],{"type":173,"value":346},{"type":167,"tag":297,"props":3028,"children":3029},{"class":349},[3030],{"type":173,"value":2881},{"type":167,"tag":297,"props":3032,"children":3033},{"class":343},[3034],{"type":173,"value":346},{"type":167,"tag":297,"props":3036,"children":3037},{"class":337},[3038],{"type":173,"value":1091},{"type":167,"tag":297,"props":3040,"children":3041},{"class":299,"line":493},[3042,3046,3050,3054,3058,3062,3066,3070,3075,3079],{"type":167,"tag":297,"props":3043,"children":3044},{"class":316},[3045],{"type":173,"value":499},{"type":167,"tag":297,"props":3047,"children":3048},{"class":1362},[3049],{"type":173,"value":346},{"type":167,"tag":297,"props":3051,"children":3052},{"class":1367},[3053],{"type":173,"value":1284},{"type":167,"tag":297,"props":3055,"children":3056},{"class":1362},[3057],{"type":173,"value":346},{"type":167,"tag":297,"props":3059,"children":3060},{"class":337},[3061],{"type":173,"value":511},{"type":167,"tag":297,"props":3063,"children":3064},{"class":316},[3065],{"type":173,"value":319},{"type":167,"tag":297,"props":3067,"children":3068},{"class":343},[3069],{"type":173,"value":346},{"type":167,"tag":297,"props":3071,"children":3072},{"class":349},[3073],{"type":173,"value":3074},"/page",{"type":167,"tag":297,"props":3076,"children":3077},{"class":343},[3078],{"type":173,"value":346},{"type":167,"tag":297,"props":3080,"children":3081},{"class":337},[3082],{"type":173,"value":1091},{"type":167,"tag":297,"props":3084,"children":3085},{"class":299,"line":531},[3086,3090,3094,3098,3102,3106,3110,3114,3119,3123],{"type":167,"tag":297,"props":3087,"children":3088},{"class":316},[3089],{"type":173,"value":499},{"type":167,"tag":297,"props":3091,"children":3092},{"class":1362},[3093],{"type":173,"value":346},{"type":167,"tag":297,"props":3095,"children":3096},{"class":1367},[3097],{"type":173,"value":1277},{"type":167,"tag":297,"props":3099,"children":3100},{"class":1362},[3101],{"type":173,"value":346},{"type":167,"tag":297,"props":3103,"children":3104},{"class":337},[3105],{"type":173,"value":511},{"type":167,"tag":297,"props":3107,"children":3108},{"class":316},[3109],{"type":173,"value":319},{"type":167,"tag":297,"props":3111,"children":3112},{"class":343},[3113],{"type":173,"value":346},{"type":167,"tag":297,"props":3115,"children":3116},{"class":349},[3117],{"type":173,"value":3118},"content:page.md",{"type":167,"tag":297,"props":3120,"children":3121},{"class":343},[3122],{"type":173,"value":346},{"type":167,"tag":297,"props":3124,"children":3125},{"class":337},[3126],{"type":173,"value":1091},{"type":167,"tag":297,"props":3128,"children":3129},{"class":299,"line":565},[3130],{"type":167,"tag":297,"props":3131,"children":3132},{"class":337},[3133],{"type":173,"value":408},{"type":167,"tag":182,"props":3135,"children":3137},{"id":3136},"excluding",[3138],{"type":173,"value":3139},"Excluding",{"type":167,"tag":176,"props":3141,"children":3142},{},[3143,3145,3150,3152,3157],{"type":173,"value":3144},"Set ",{"type":167,"tag":192,"props":3146,"children":3147},{},[3148],{"type":173,"value":3149},"navigation: false",{"type":173,"value":3151}," in the ",{"type":167,"tag":199,"props":3153,"children":3154},{"href":29},[3155],{"type":173,"value":3156},"front-matter",{"type":173,"value":3158}," of a page to filter it out.",{"type":167,"tag":287,"props":3160,"children":3162},{"className":2007,"code":3161,"filename":2798,"language":1244,"meta":161},"---\nnavigation: false\n---\n",[3163],{"type":167,"tag":192,"props":3164,"children":3165},{"__ignoreMap":161},[3166,3173,3194],{"type":167,"tag":297,"props":3167,"children":3168},{"class":299,"line":300},[3169],{"type":167,"tag":297,"props":3170,"children":3171},{"class":316},[3172],{"type":173,"value":2021},{"type":167,"tag":297,"props":3174,"children":3175},{"class":299,"line":364},[3176,3180,3184,3188],{"type":167,"tag":297,"props":3177,"children":3178},{"class":310},[3179],{"type":173,"value":1999},{"type":167,"tag":297,"props":3181,"children":3182},{"class":337},[3183],{"type":173,"value":511},{"type":167,"tag":297,"props":3185,"children":3186},{"class":316},[3187],{"type":173,"value":319},{"type":167,"tag":297,"props":3189,"children":3191},{"class":3190},"ct-432929",[3192],{"type":173,"value":3193},"false\n",{"type":167,"tag":297,"props":3195,"children":3196},{"class":299,"line":439},[3197],{"type":167,"tag":297,"props":3198,"children":3199},{"class":316},[3200],{"type":173,"value":2893},{"type":167,"tag":176,"props":3202,"children":3203},{},[3204,3206,3210],{"type":173,"value":3205},"This pattern also works inside ",{"type":167,"tag":192,"props":3207,"children":3208},{},[3209],{"type":173,"value":2310},{"type":173,"value":3211}," file, allowing you to filter out content directories and files.",{"type":167,"tag":287,"props":3213,"children":3215},{"className":2338,"code":3214,"filename":2310,"language":2340,"meta":161},"navigation: false\n",[3216],{"type":167,"tag":192,"props":3217,"children":3218},{"__ignoreMap":161},[3219],{"type":167,"tag":297,"props":3220,"children":3221},{"class":299,"line":300},[3222,3226,3230,3234],{"type":167,"tag":297,"props":3223,"children":3224},{"class":310},[3225],{"type":173,"value":1999},{"type":167,"tag":297,"props":3227,"children":3228},{"class":337},[3229],{"type":173,"value":511},{"type":167,"tag":297,"props":3231,"children":3232},{"class":316},[3233],{"type":173,"value":319},{"type":167,"tag":297,"props":3235,"children":3236},{"class":3190},[3237],{"type":173,"value":3238},"false",{"type":167,"tag":176,"props":3240,"children":3241},{},[3242,3244,3249],{"type":173,"value":3243},"You can also use the ",{"type":167,"tag":192,"props":3245,"children":3246},{},[3247],{"type":173,"value":3248},"_",{"type":173,"value":3250}," content prefix to exclude content directories and files.",{"type":167,"tag":1322,"props":3252,"children":3253},{},[3254,3263],{"type":167,"tag":287,"props":3255,"children":3258},{"className":3256,"code":3257,"filename":1330,"meta":161},[1328],"content/\n  _hidden-directory/\n    page.md\n    index.md\n  not-hidden-directory/\n    _dir.yml\n    index.md\n    page.md\n",[3259],{"type":167,"tag":192,"props":3260,"children":3261},{"__ignoreMap":161},[3262],{"type":173,"value":3257},{"type":167,"tag":287,"props":3264,"children":3267},{"className":1338,"code":3265,"filename":3266,"language":1341,"meta":161},"[\n  {\n    \"title\": \"Not Hidden Directory\",\n    \"_path\": \"/not-hidden-directory\",\n    \"children\": [\n      {\n        \"title\": \"Page\",\n        \"_id\": \"content:not-hidden-directory:page.md\",\n        \"_path\": \"/not-hidden-directory/page\"\n      }\n    ]\n  }\n]\n","Navigation object",[3268],{"type":167,"tag":192,"props":3269,"children":3270},{"__ignoreMap":161},[3271,3278,3289,3333,3377,3408,3419,3463,3507,3547,3558,3569,3580],{"type":167,"tag":297,"props":3272,"children":3273},{"class":299,"line":300},[3274],{"type":167,"tag":297,"props":3275,"children":3276},{"class":337},[3277],{"type":173,"value":1476},{"type":167,"tag":297,"props":3279,"children":3280},{"class":299,"line":364},[3281,3285],{"type":167,"tag":297,"props":3282,"children":3283},{"class":316},[3284],{"type":173,"value":499},{"type":167,"tag":297,"props":3286,"children":3287},{"class":337},[3288],{"type":173,"value":490},{"type":167,"tag":297,"props":3290,"children":3291},{"class":299,"line":439},[3292,3296,3300,3304,3308,3312,3316,3320,3325,3329],{"type":167,"tag":297,"props":3293,"children":3294},{"class":316},[3295],{"type":173,"value":1484},{"type":167,"tag":297,"props":3297,"children":3298},{"class":1362},[3299],{"type":173,"value":346},{"type":167,"tag":297,"props":3301,"children":3302},{"class":1367},[3303],{"type":173,"value":1370},{"type":167,"tag":297,"props":3305,"children":3306},{"class":1362},[3307],{"type":173,"value":346},{"type":167,"tag":297,"props":3309,"children":3310},{"class":337},[3311],{"type":173,"value":511},{"type":167,"tag":297,"props":3313,"children":3314},{"class":316},[3315],{"type":173,"value":319},{"type":167,"tag":297,"props":3317,"children":3318},{"class":343},[3319],{"type":173,"value":346},{"type":167,"tag":297,"props":3321,"children":3322},{"class":349},[3323],{"type":173,"value":3324},"Not Hidden Directory",{"type":167,"tag":297,"props":3326,"children":3327},{"class":343},[3328],{"type":173,"value":346},{"type":167,"tag":297,"props":3330,"children":3331},{"class":337},[3332],{"type":173,"value":1091},{"type":167,"tag":297,"props":3334,"children":3335},{"class":299,"line":446},[3336,3340,3344,3348,3352,3356,3360,3364,3369,3373],{"type":167,"tag":297,"props":3337,"children":3338},{"class":316},[3339],{"type":173,"value":1484},{"type":167,"tag":297,"props":3341,"children":3342},{"class":1362},[3343],{"type":173,"value":346},{"type":167,"tag":297,"props":3345,"children":3346},{"class":1367},[3347],{"type":173,"value":1284},{"type":167,"tag":297,"props":3349,"children":3350},{"class":1362},[3351],{"type":173,"value":346},{"type":167,"tag":297,"props":3353,"children":3354},{"class":337},[3355],{"type":173,"value":511},{"type":167,"tag":297,"props":3357,"children":3358},{"class":316},[3359],{"type":173,"value":319},{"type":167,"tag":297,"props":3361,"children":3362},{"class":343},[3363],{"type":173,"value":346},{"type":167,"tag":297,"props":3365,"children":3366},{"class":349},[3367],{"type":173,"value":3368},"/not-hidden-directory",{"type":167,"tag":297,"props":3370,"children":3371},{"class":343},[3372],{"type":173,"value":346},{"type":167,"tag":297,"props":3374,"children":3375},{"class":337},[3376],{"type":173,"value":1091},{"type":167,"tag":297,"props":3378,"children":3379},{"class":299,"line":493},[3380,3384,3388,3392,3396,3400,3404],{"type":167,"tag":297,"props":3381,"children":3382},{"class":316},[3383],{"type":173,"value":1484},{"type":167,"tag":297,"props":3385,"children":3386},{"class":1362},[3387],{"type":173,"value":346},{"type":167,"tag":297,"props":3389,"children":3390},{"class":1367},[3391],{"type":173,"value":1459},{"type":167,"tag":297,"props":3393,"children":3394},{"class":1362},[3395],{"type":173,"value":346},{"type":167,"tag":297,"props":3397,"children":3398},{"class":337},[3399],{"type":173,"value":511},{"type":167,"tag":297,"props":3401,"children":3402},{"class":316},[3403],{"type":173,"value":319},{"type":167,"tag":297,"props":3405,"children":3406},{"class":337},[3407],{"type":173,"value":1476},{"type":167,"tag":297,"props":3409,"children":3410},{"class":299,"line":531},[3411,3415],{"type":167,"tag":297,"props":3412,"children":3413},{"class":316},[3414],{"type":173,"value":1811},{"type":167,"tag":297,"props":3416,"children":3417},{"class":337},[3418],{"type":173,"value":490},{"type":167,"tag":297,"props":3420,"children":3421},{"class":299,"line":565},[3422,3426,3430,3434,3438,3442,3446,3450,3455,3459],{"type":167,"tag":297,"props":3423,"children":3424},{"class":316},[3425],{"type":173,"value":1823},{"type":167,"tag":297,"props":3427,"children":3428},{"class":1362},[3429],{"type":173,"value":346},{"type":167,"tag":297,"props":3431,"children":3432},{"class":1830},[3433],{"type":173,"value":1370},{"type":167,"tag":297,"props":3435,"children":3436},{"class":1362},[3437],{"type":173,"value":346},{"type":167,"tag":297,"props":3439,"children":3440},{"class":337},[3441],{"type":173,"value":511},{"type":167,"tag":297,"props":3443,"children":3444},{"class":316},[3445],{"type":173,"value":319},{"type":167,"tag":297,"props":3447,"children":3448},{"class":343},[3449],{"type":173,"value":346},{"type":167,"tag":297,"props":3451,"children":3452},{"class":349},[3453],{"type":173,"value":3454},"Page",{"type":167,"tag":297,"props":3456,"children":3457},{"class":343},[3458],{"type":173,"value":346},{"type":167,"tag":297,"props":3460,"children":3461},{"class":337},[3462],{"type":173,"value":1091},{"type":167,"tag":297,"props":3464,"children":3465},{"class":299,"line":598},[3466,3470,3474,3478,3482,3486,3490,3494,3499,3503],{"type":167,"tag":297,"props":3467,"children":3468},{"class":316},[3469],{"type":173,"value":1823},{"type":167,"tag":297,"props":3471,"children":3472},{"class":1362},[3473],{"type":173,"value":346},{"type":167,"tag":297,"props":3475,"children":3476},{"class":1830},[3477],{"type":173,"value":1277},{"type":167,"tag":297,"props":3479,"children":3480},{"class":1362},[3481],{"type":173,"value":346},{"type":167,"tag":297,"props":3483,"children":3484},{"class":337},[3485],{"type":173,"value":511},{"type":167,"tag":297,"props":3487,"children":3488},{"class":316},[3489],{"type":173,"value":319},{"type":167,"tag":297,"props":3491,"children":3492},{"class":343},[3493],{"type":173,"value":346},{"type":167,"tag":297,"props":3495,"children":3496},{"class":349},[3497],{"type":173,"value":3498},"content:not-hidden-directory:page.md",{"type":167,"tag":297,"props":3500,"children":3501},{"class":343},[3502],{"type":173,"value":346},{"type":167,"tag":297,"props":3504,"children":3505},{"class":337},[3506],{"type":173,"value":1091},{"type":167,"tag":297,"props":3508,"children":3509},{"class":299,"line":607},[3510,3514,3518,3522,3526,3530,3534,3538,3543],{"type":167,"tag":297,"props":3511,"children":3512},{"class":316},[3513],{"type":173,"value":1823},{"type":167,"tag":297,"props":3515,"children":3516},{"class":1362},[3517],{"type":173,"value":346},{"type":167,"tag":297,"props":3519,"children":3520},{"class":1830},[3521],{"type":173,"value":1284},{"type":167,"tag":297,"props":3523,"children":3524},{"class":1362},[3525],{"type":173,"value":346},{"type":167,"tag":297,"props":3527,"children":3528},{"class":337},[3529],{"type":173,"value":511},{"type":167,"tag":297,"props":3531,"children":3532},{"class":316},[3533],{"type":173,"value":319},{"type":167,"tag":297,"props":3535,"children":3536},{"class":343},[3537],{"type":173,"value":346},{"type":167,"tag":297,"props":3539,"children":3540},{"class":349},[3541],{"type":173,"value":3542},"/not-hidden-directory/page",{"type":167,"tag":297,"props":3544,"children":3545},{"class":343},[3546],{"type":173,"value":1653},{"type":167,"tag":297,"props":3548,"children":3549},{"class":299,"line":614},[3550,3554],{"type":167,"tag":297,"props":3551,"children":3552},{"class":316},[3553],{"type":173,"value":1811},{"type":167,"tag":297,"props":3555,"children":3556},{"class":337},[3557],{"type":173,"value":604},{"type":167,"tag":297,"props":3559,"children":3560},{"class":299,"line":624},[3561,3565],{"type":167,"tag":297,"props":3562,"children":3563},{"class":316},[3564],{"type":173,"value":1484},{"type":167,"tag":297,"props":3566,"children":3567},{"class":337},[3568],{"type":173,"value":1502},{"type":167,"tag":297,"props":3570,"children":3571},{"class":299,"line":691},[3572,3576],{"type":167,"tag":297,"props":3573,"children":3574},{"class":316},[3575],{"type":173,"value":499},{"type":167,"tag":297,"props":3577,"children":3578},{"class":337},[3579],{"type":173,"value":604},{"type":167,"tag":297,"props":3581,"children":3582},{"class":299,"line":771},[3583],{"type":167,"tag":297,"props":3584,"children":3585},{"class":337},[3586],{"type":173,"value":1983},{"type":167,"tag":182,"props":3588,"children":3590},{"id":3589},"nested-navigation",[3591],{"type":173,"value":3592},"Nested navigation",{"type":167,"tag":176,"props":3594,"children":3595},{},[3596,3598,3602,3604,3608],{"type":173,"value":3597},"You can pass a ",{"type":167,"tag":192,"props":3599,"children":3600},{},[3601],{"type":173,"value":47},{"type":173,"value":3603}," instance to the ",{"type":167,"tag":192,"props":3605,"children":3606},{},[3607],{"type":173,"value":50},{"type":173,"value":3609}," utility to filter the items returned.",{"type":167,"tag":176,"props":3611,"children":3612},{},[3613],{"type":173,"value":3614},"That allows to create navigation objects for which the starting point is based on a specific content directory.",{"type":167,"tag":287,"props":3616,"children":3618},{"className":2633,"code":3617,"language":352,"meta":161},"const query = queryContent({\n  where: {\n    _path: { $contains: '/your/navigation/starting/point' }\n  }\n})\n",[3619],{"type":167,"tag":192,"props":3620,"children":3621},{"__ignoreMap":161},[3622,3662,3686,3747,3758],{"type":167,"tag":297,"props":3623,"children":3624},{"class":299,"line":300},[3625,3629,3633,3638,3642,3646,3650,3654,3658],{"type":167,"tag":297,"props":3626,"children":3627},{"class":450},[3628],{"type":173,"value":630},{"type":167,"tag":297,"props":3630,"children":3631},{"class":316},[3632],{"type":173,"value":319},{"type":167,"tag":297,"props":3634,"children":3635},{"class":645},[3636],{"type":173,"value":3637},"query",{"type":167,"tag":297,"props":3639,"children":3640},{"class":316},[3641],{"type":173,"value":319},{"type":167,"tag":297,"props":3643,"children":3644},{"class":508},[3645],{"type":173,"value":340},{"type":167,"tag":297,"props":3647,"children":3648},{"class":316},[3649],{"type":173,"value":319},{"type":167,"tag":297,"props":3651,"children":3652},{"class":680},[3653],{"type":173,"value":719},{"type":167,"tag":297,"props":3655,"children":3656},{"class":316},[3657],{"type":173,"value":737},{"type":167,"tag":297,"props":3659,"children":3660},{"class":337},[3661],{"type":173,"value":490},{"type":167,"tag":297,"props":3663,"children":3664},{"class":299,"line":364},[3665,3669,3674,3678,3682],{"type":167,"tag":297,"props":3666,"children":3667},{"class":316},[3668],{"type":173,"value":499},{"type":167,"tag":297,"props":3670,"children":3671},{"class":502},[3672],{"type":173,"value":3673},"where",{"type":167,"tag":297,"props":3675,"children":3676},{"class":2669},[3677],{"type":173,"value":511},{"type":167,"tag":297,"props":3679,"children":3680},{"class":316},[3681],{"type":173,"value":319},{"type":167,"tag":297,"props":3683,"children":3684},{"class":337},[3685],{"type":173,"value":490},{"type":167,"tag":297,"props":3687,"children":3688},{"class":299,"line":439},[3689,3693,3697,3701,3705,3709,3713,3718,3722,3726,3730,3735,3739,3743],{"type":167,"tag":297,"props":3690,"children":3691},{"class":316},[3692],{"type":173,"value":1484},{"type":167,"tag":297,"props":3694,"children":3695},{"class":502},[3696],{"type":173,"value":1284},{"type":167,"tag":297,"props":3698,"children":3699},{"class":2669},[3700],{"type":173,"value":511},{"type":167,"tag":297,"props":3702,"children":3703},{"class":316},[3704],{"type":173,"value":319},{"type":167,"tag":297,"props":3706,"children":3707},{"class":337},[3708],{"type":173,"value":389},{"type":167,"tag":297,"props":3710,"children":3711},{"class":316},[3712],{"type":173,"value":319},{"type":167,"tag":297,"props":3714,"children":3715},{"class":502},[3716],{"type":173,"value":3717},"$contains",{"type":167,"tag":297,"props":3719,"children":3720},{"class":2669},[3721],{"type":173,"value":511},{"type":167,"tag":297,"props":3723,"children":3724},{"class":316},[3725],{"type":173,"value":319},{"type":167,"tag":297,"props":3727,"children":3728},{"class":343},[3729],{"type":173,"value":426},{"type":167,"tag":297,"props":3731,"children":3732},{"class":349},[3733],{"type":173,"value":3734},"/your/navigation/starting/point",{"type":167,"tag":297,"props":3736,"children":3737},{"class":343},[3738],{"type":173,"value":426},{"type":167,"tag":297,"props":3740,"children":3741},{"class":316},[3742],{"type":173,"value":319},{"type":167,"tag":297,"props":3744,"children":3745},{"class":337},[3746],{"type":173,"value":604},{"type":167,"tag":297,"props":3748,"children":3749},{"class":299,"line":446},[3750,3754],{"type":167,"tag":297,"props":3751,"children":3752},{"class":316},[3753],{"type":173,"value":499},{"type":167,"tag":297,"props":3755,"children":3756},{"class":337},[3757],{"type":173,"value":604},{"type":167,"tag":297,"props":3759,"children":3760},{"class":299,"line":493},[3761,3765],{"type":167,"tag":297,"props":3762,"children":3763},{"class":337},[3764],{"type":173,"value":408},{"type":167,"tag":297,"props":3766,"children":3767},{"class":316},[3768],{"type":173,"value":1152},{"type":167,"tag":3770,"props":3771,"children":3772},"hr",{"id":161},[],{"type":167,"tag":1219,"props":3774,"children":3776},{"type":3775},"info",[3777,3789],{"type":167,"tag":176,"props":3778,"children":3779},{},[3780,3782,3787],{"type":173,"value":3781},"Go deeper in the ",{"type":167,"tag":1309,"props":3783,"children":3784},{},[3785],{"type":173,"value":3786},"API",{"type":173,"value":3788}," section:",{"type":167,"tag":3790,"props":3791,"children":3792},"ul",{},[3793,3811],{"type":167,"tag":3794,"props":3795,"children":3796},"li",{},[3797,3804,3806],{"type":167,"tag":199,"props":3798,"children":3799},{"href":51},[3800],{"type":167,"tag":192,"props":3801,"children":3802},{},[3803],{"type":173,"value":50},{"type":173,"value":3805}," composable to fetch navigation in ",{"type":167,"tag":192,"props":3807,"children":3808},{},[3809],{"type":173,"value":3810},"\u003Cscript>",{"type":167,"tag":3794,"props":3812,"children":3813},{},[3814,3821,3823],{"type":167,"tag":199,"props":3815,"children":3816},{"href":76},[3817],{"type":167,"tag":192,"props":3818,"children":3819},{},[3820],{"type":173,"value":75},{"type":173,"value":3822}," component made to shorten access to navigation in ",{"type":167,"tag":192,"props":3824,"children":3825},{},[3826],{"type":173,"value":3827},"\u003Ctemplate>",{"type":167,"tag":1229,"props":3829,"children":3830},{},[3831],{"type":173,"value":3832},".solarized-light_dark-plus_material-theme-lighter{color:#657B83;background:#FDF6E3;}.dark .solarized-light_dark-plus_material-theme-lighter{color:#D4D4D4;background:#1E1E1E;}.light .solarized-light_dark-plus_material-theme-lighter{color:#90A4AE;background:#FAFAFA;}.ct-001462{color:#657B83;}.dark .ct-001462{color:#D4D4D4;}.light .ct-001462{color:#39ADB5;}.ct-916772{color:#657B83;}.dark .ct-916772{color:#D4D4D4;}.light .ct-916772{color:#90A4AE;}.ct-703398{color:#859900;}.dark .ct-703398{color:#9CDCFE;}.light .ct-703398{color:#39ADB5;}.ct-814807{color:#859900;}.dark .ct-814807{color:#9CDCFE;}.light .ct-814807{color:#9C3EDA;}.ct-659886{color:#2AA198;}.dark .ct-659886{color:#CE9178;}.light .ct-659886{color:#39ADB5;}.ct-084644{color:#2AA198;}.dark .ct-084644{color:#CE9178;}.light .ct-084644{color:#91B859;}.ct-683859{color:#DC322F;}.dark .ct-683859{color:#F44747;}.light .ct-683859{color:#90A4AE;}.ct-414072{color:#859900;}.dark .ct-414072{color:#9CDCFE;}.light .ct-414072{color:#E2931D;}.ct-952042{color:#268BD2;}.dark .ct-952042{color:#569CD6;}.light .ct-952042{color:#E53935;}.ct-650634{color:#268BD2;font-weight:bold;}.dark .ct-650634{color:#569CD6;font-weight:bold;}.light .ct-650634{color:#39ADB5;font-weight:unset;}.ct-768104{color:#268BD2;font-weight:bold;}.dark .ct-768104{color:#569CD6;font-weight:bold;}.light .ct-768104{color:#E2931D;font-weight:unset;}.ct-187170{color:#268BD2;}.dark .ct-187170{color:#DCDCAA;}.light .ct-187170{color:#6182B8;}.ct-340802{color:#657B83;}.dark .ct-340802{color:#9CDCFE;}.light .ct-340802{color:#E53935;}.ct-931742{color:#657B83;}.dark .ct-931742{color:#9CDCFE;}.light .ct-931742{color:#39ADB5;}.ct-432929{color:#B58900;}.dark .ct-432929{color:#569CD6;}.light .ct-432929{color:#FF5370;}.ct-696419{color:#586E75;font-weight:bold;}.dark .ct-696419{color:#569CD6;font-weight:unset;}.light .ct-696419{color:#9C3EDA;font-weight:unset;}.ct-263069{color:#268BD2;}.dark .ct-263069{color:#4FC1FF;}.light .ct-263069{color:#90A4AE;}.ct-773118{color:#859900;}.dark .ct-773118{color:#D4D4D4;}.light .ct-773118{color:#39ADB5;}",{"title":161,"searchDepth":364,"depth":364,"links":3834},[3835,3836,3837,3838],{"id":1294,"depth":364,"text":1297},{"id":1986,"depth":364,"text":1989},{"id":3136,"depth":364,"text":3139},{"id":3589,"depth":364,"text":3592},"content:2.usage:4.navigation.md","2.usage/4.navigation.md",{"_path":48,"_dir":3842,"_draft":160,"_partial":160,"_locale":161,"title":47,"description":3843,"body":3844,"_type":1240,"_id":8432,"_source":1242,"_file":8433,"_extension":1244},"composables","The queryContent composable provides methods for querying and fetching your contents.",{"type":164,"children":3845,"toc":8418},[3846,3852,3870,4132,4138,4149,4154,4356,4365,4397,4402,4457,5126,5131,5495,5504,5534,5539,6227,6307,6312,6478,6491,6500,6530,6535,6643,6652,6680,6685,6833,6842,6877,6882,7118,7127,7160,7165,7398,7405,7410,7496,7504,7509,7588,7597,7655,7660,7665,8092,8100,8105,8220,8238,8413],{"type":167,"tag":182,"props":3847,"children":3849},{"id":3848},"important-️",[3850],{"type":173,"value":3851},"Important ⚠️",{"type":167,"tag":176,"props":3853,"children":3854},{},[3855,3857,3868],{"type":173,"value":3856},"In your pages and components, wrap your query in ",{"type":167,"tag":199,"props":3858,"children":3861},{"href":3859,"rel":3860},"https://nuxt.com/docs/api/composables/use-async-data",[203],[3862,3866],{"type":167,"tag":192,"props":3863,"children":3864},{},[3865],{"type":173,"value":683},{"type":173,"value":3867}," composable",{"type":173,"value":3869}," to prevent fetching duplication on first load.",{"type":167,"tag":287,"props":3871,"children":3874},{"className":289,"code":3872,"filename":3873,"language":291,"meta":161},"\u003Cscript setup>\nconst { data } = await useAsyncData('home', () => queryContent('/').findOne())\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cpre>\n    {{ data }}\n  \u003C/pre>\n\u003C/template>\n","app.vue",[3875],{"type":167,"tag":192,"props":3876,"children":3877},{"__ignoreMap":161},[3878,3901,4034,4049,4055,4071,4090,4098,4117],{"type":167,"tag":297,"props":3879,"children":3880},{"class":299,"line":300},[3881,3885,3889,3893,3897],{"type":167,"tag":297,"props":3882,"children":3883},{"class":304},[3884],{"type":173,"value":307},{"type":167,"tag":297,"props":3886,"children":3887},{"class":310},[3888],{"type":173,"value":313},{"type":167,"tag":297,"props":3890,"children":3891},{"class":316},[3892],{"type":173,"value":319},{"type":167,"tag":297,"props":3894,"children":3895},{"class":322},[3896],{"type":173,"value":325},{"type":167,"tag":297,"props":3898,"children":3899},{"class":304},[3900],{"type":173,"value":361},{"type":167,"tag":297,"props":3902,"children":3903},{"class":299,"line":364},[3904,3908,3912,3916,3920,3924,3928,3932,3936,3940,3944,3948,3952,3956,3960,3964,3969,3973,3977,3981,3985,3989,3993,3997,4001,4005,4009,4013,4017,4021,4025,4029],{"type":167,"tag":297,"props":3905,"children":3906},{"class":450},[3907],{"type":173,"value":630},{"type":167,"tag":297,"props":3909,"children":3910},{"class":316},[3911],{"type":173,"value":319},{"type":167,"tag":297,"props":3913,"children":3914},{"class":337},[3915],{"type":173,"value":389},{"type":167,"tag":297,"props":3917,"children":3918},{"class":316},[3919],{"type":173,"value":319},{"type":167,"tag":297,"props":3921,"children":3922},{"class":645},[3923],{"type":173,"value":648},{"type":167,"tag":297,"props":3925,"children":3926},{"class":316},[3927],{"type":173,"value":319},{"type":167,"tag":297,"props":3929,"children":3930},{"class":337},[3931],{"type":173,"value":408},{"type":167,"tag":297,"props":3933,"children":3934},{"class":316},[3935],{"type":173,"value":319},{"type":167,"tag":297,"props":3937,"children":3938},{"class":508},[3939],{"type":173,"value":340},{"type":167,"tag":297,"props":3941,"children":3942},{"class":316},[3943],{"type":173,"value":319},{"type":167,"tag":297,"props":3945,"children":3946},{"class":368},[3947],{"type":173,"value":673},{"type":167,"tag":297,"props":3949,"children":3950},{"class":316},[3951],{"type":173,"value":319},{"type":167,"tag":297,"props":3953,"children":3954},{"class":680},[3955],{"type":173,"value":683},{"type":167,"tag":297,"props":3957,"children":3958},{"class":316},[3959],{"type":173,"value":737},{"type":167,"tag":297,"props":3961,"children":3962},{"class":343},[3963],{"type":173,"value":426},{"type":167,"tag":297,"props":3965,"children":3966},{"class":349},[3967],{"type":173,"value":3968},"home",{"type":167,"tag":297,"props":3970,"children":3971},{"class":343},[3972],{"type":173,"value":426},{"type":167,"tag":297,"props":3974,"children":3975},{"class":337},[3976],{"type":173,"value":2740},{"type":167,"tag":297,"props":3978,"children":3979},{"class":316},[3980],{"type":173,"value":319},{"type":167,"tag":297,"props":3982,"children":3983},{"class":337},[3984],{"type":173,"value":701},{"type":167,"tag":297,"props":3986,"children":3987},{"class":316},[3988],{"type":173,"value":319},{"type":167,"tag":297,"props":3990,"children":3991},{"class":450},[3992],{"type":173,"value":710},{"type":167,"tag":297,"props":3994,"children":3995},{"class":316},[3996],{"type":173,"value":319},{"type":167,"tag":297,"props":3998,"children":3999},{"class":680},[4000],{"type":173,"value":719},{"type":167,"tag":297,"props":4002,"children":4003},{"class":316},[4004],{"type":173,"value":737},{"type":167,"tag":297,"props":4006,"children":4007},{"class":343},[4008],{"type":173,"value":426},{"type":167,"tag":297,"props":4010,"children":4011},{"class":349},[4012],{"type":173,"value":2274},{"type":167,"tag":297,"props":4014,"children":4015},{"class":343},[4016],{"type":173,"value":426},{"type":167,"tag":297,"props":4018,"children":4019},{"class":316},[4020],{"type":173,"value":1152},{"type":167,"tag":297,"props":4022,"children":4023},{"class":337},[4024],{"type":173,"value":248},{"type":167,"tag":297,"props":4026,"children":4027},{"class":680},[4028],{"type":173,"value":1161},{"type":167,"tag":297,"props":4030,"children":4031},{"class":316},[4032],{"type":173,"value":4033},"())\n",{"type":167,"tag":297,"props":4035,"children":4036},{"class":299,"line":439},[4037,4041,4045],{"type":167,"tag":297,"props":4038,"children":4039},{"class":304},[4040],{"type":173,"value":785},{"type":167,"tag":297,"props":4042,"children":4043},{"class":310},[4044],{"type":173,"value":313},{"type":167,"tag":297,"props":4046,"children":4047},{"class":304},[4048],{"type":173,"value":361},{"type":167,"tag":297,"props":4050,"children":4051},{"class":299,"line":446},[4052],{"type":167,"tag":297,"props":4053,"children":4054},{},[],{"type":167,"tag":297,"props":4056,"children":4057},{"class":299,"line":493},[4058,4062,4067],{"type":167,"tag":297,"props":4059,"children":4060},{"class":304},[4061],{"type":173,"value":307},{"type":167,"tag":297,"props":4063,"children":4064},{"class":310},[4065],{"type":173,"value":4066},"template",{"type":167,"tag":297,"props":4068,"children":4069},{"class":304},[4070],{"type":173,"value":361},{"type":167,"tag":297,"props":4072,"children":4073},{"class":299,"line":531},[4074,4078,4082,4086],{"type":167,"tag":297,"props":4075,"children":4076},{"class":316},[4077],{"type":173,"value":499},{"type":167,"tag":297,"props":4079,"children":4080},{"class":304},[4081],{"type":173,"value":307},{"type":167,"tag":297,"props":4083,"children":4084},{"class":310},[4085],{"type":173,"value":287},{"type":167,"tag":297,"props":4087,"children":4088},{"class":304},[4089],{"type":173,"value":361},{"type":167,"tag":297,"props":4091,"children":4092},{"class":299,"line":565},[4093],{"type":167,"tag":297,"props":4094,"children":4095},{"class":316},[4096],{"type":173,"value":4097},"    {{ data }}\n",{"type":167,"tag":297,"props":4099,"children":4100},{"class":299,"line":598},[4101,4105,4109,4113],{"type":167,"tag":297,"props":4102,"children":4103},{"class":316},[4104],{"type":173,"value":499},{"type":167,"tag":297,"props":4106,"children":4107},{"class":304},[4108],{"type":173,"value":785},{"type":167,"tag":297,"props":4110,"children":4111},{"class":310},[4112],{"type":173,"value":287},{"type":167,"tag":297,"props":4114,"children":4115},{"class":304},[4116],{"type":173,"value":361},{"type":167,"tag":297,"props":4118,"children":4119},{"class":299,"line":607},[4120,4124,4128],{"type":167,"tag":297,"props":4121,"children":4122},{"class":304},[4123],{"type":173,"value":785},{"type":167,"tag":297,"props":4125,"children":4126},{"class":310},[4127],{"type":173,"value":4066},{"type":167,"tag":297,"props":4129,"children":4130},{"class":304},[4131],{"type":173,"value":732},{"type":167,"tag":182,"props":4133,"children":4135},{"id":4134},"query-builder",[4136],{"type":173,"value":4137},"Query builder",{"type":167,"tag":176,"props":4139,"children":4140},{},[4141,4143,4147],{"type":173,"value":4142},"The ",{"type":167,"tag":192,"props":4144,"children":4145},{},[4146],{"type":173,"value":47},{"type":173,"value":4148}," composable provides methods for querying and fetching your contents.",{"type":167,"tag":176,"props":4150,"children":4151},{},[4152],{"type":173,"value":4153},"Create a query builder to search contents.",{"type":167,"tag":287,"props":4155,"children":4157},{"className":2633,"code":4156,"language":352,"meta":161},"// Create a query looking for anything in content/ directory\nconst contentQuery = queryContent()\n\n// Create a query looking into content/articles directory\nconst contentQuery = queryContent('articles')\n\n// Create a query looking into content/articles/nuxt3 directory\nconst contentQuery = queryContent('articles', 'nuxt3')\n",[4158],{"type":167,"tag":192,"props":4159,"children":4160},{"__ignoreMap":161},[4161,4169,4205,4211,4219,4270,4276,4284],{"type":167,"tag":297,"props":4162,"children":4163},{"class":299,"line":300},[4164],{"type":167,"tag":297,"props":4165,"children":4166},{"class":618},[4167],{"type":173,"value":4168},"// Create a query looking for anything in content/ directory\n",{"type":167,"tag":297,"props":4170,"children":4171},{"class":299,"line":364},[4172,4176,4180,4185,4189,4193,4197,4201],{"type":167,"tag":297,"props":4173,"children":4174},{"class":450},[4175],{"type":173,"value":630},{"type":167,"tag":297,"props":4177,"children":4178},{"class":316},[4179],{"type":173,"value":319},{"type":167,"tag":297,"props":4181,"children":4182},{"class":645},[4183],{"type":173,"value":4184},"contentQuery",{"type":167,"tag":297,"props":4186,"children":4187},{"class":316},[4188],{"type":173,"value":319},{"type":167,"tag":297,"props":4190,"children":4191},{"class":508},[4192],{"type":173,"value":340},{"type":167,"tag":297,"props":4194,"children":4195},{"class":316},[4196],{"type":173,"value":319},{"type":167,"tag":297,"props":4198,"children":4199},{"class":680},[4200],{"type":173,"value":719},{"type":167,"tag":297,"props":4202,"children":4203},{"class":316},[4204],{"type":173,"value":1166},{"type":167,"tag":297,"props":4206,"children":4207},{"class":299,"line":439},[4208],{"type":167,"tag":297,"props":4209,"children":4210},{},[],{"type":167,"tag":297,"props":4212,"children":4213},{"class":299,"line":446},[4214],{"type":167,"tag":297,"props":4215,"children":4216},{"class":618},[4217],{"type":173,"value":4218},"// Create a query looking into content/articles directory\n",{"type":167,"tag":297,"props":4220,"children":4221},{"class":299,"line":493},[4222,4226,4230,4234,4238,4242,4246,4250,4254,4258,4262,4266],{"type":167,"tag":297,"props":4223,"children":4224},{"class":450},[4225],{"type":173,"value":630},{"type":167,"tag":297,"props":4227,"children":4228},{"class":316},[4229],{"type":173,"value":319},{"type":167,"tag":297,"props":4231,"children":4232},{"class":645},[4233],{"type":173,"value":4184},{"type":167,"tag":297,"props":4235,"children":4236},{"class":316},[4237],{"type":173,"value":319},{"type":167,"tag":297,"props":4239,"children":4240},{"class":508},[4241],{"type":173,"value":340},{"type":167,"tag":297,"props":4243,"children":4244},{"class":316},[4245],{"type":173,"value":319},{"type":167,"tag":297,"props":4247,"children":4248},{"class":680},[4249],{"type":173,"value":719},{"type":167,"tag":297,"props":4251,"children":4252},{"class":316},[4253],{"type":173,"value":737},{"type":167,"tag":297,"props":4255,"children":4256},{"class":343},[4257],{"type":173,"value":426},{"type":167,"tag":297,"props":4259,"children":4260},{"class":349},[4261],{"type":173,"value":1143},{"type":167,"tag":297,"props":4263,"children":4264},{"class":343},[4265],{"type":173,"value":426},{"type":167,"tag":297,"props":4267,"children":4268},{"class":316},[4269],{"type":173,"value":768},{"type":167,"tag":297,"props":4271,"children":4272},{"class":299,"line":531},[4273],{"type":167,"tag":297,"props":4274,"children":4275},{},[],{"type":167,"tag":297,"props":4277,"children":4278},{"class":299,"line":565},[4279],{"type":167,"tag":297,"props":4280,"children":4281},{"class":618},[4282],{"type":173,"value":4283},"// Create a query looking into content/articles/nuxt3 directory\n",{"type":167,"tag":297,"props":4285,"children":4286},{"class":299,"line":598},[4287,4291,4295,4299,4303,4307,4311,4315,4319,4323,4327,4331,4335,4339,4343,4348,4352],{"type":167,"tag":297,"props":4288,"children":4289},{"class":450},[4290],{"type":173,"value":630},{"type":167,"tag":297,"props":4292,"children":4293},{"class":316},[4294],{"type":173,"value":319},{"type":167,"tag":297,"props":4296,"children":4297},{"class":645},[4298],{"type":173,"value":4184},{"type":167,"tag":297,"props":4300,"children":4301},{"class":316},[4302],{"type":173,"value":319},{"type":167,"tag":297,"props":4304,"children":4305},{"class":508},[4306],{"type":173,"value":340},{"type":167,"tag":297,"props":4308,"children":4309},{"class":316},[4310],{"type":173,"value":319},{"type":167,"tag":297,"props":4312,"children":4313},{"class":680},[4314],{"type":173,"value":719},{"type":167,"tag":297,"props":4316,"children":4317},{"class":316},[4318],{"type":173,"value":737},{"type":167,"tag":297,"props":4320,"children":4321},{"class":343},[4322],{"type":173,"value":426},{"type":167,"tag":297,"props":4324,"children":4325},{"class":349},[4326],{"type":173,"value":1143},{"type":167,"tag":297,"props":4328,"children":4329},{"class":343},[4330],{"type":173,"value":426},{"type":167,"tag":297,"props":4332,"children":4333},{"class":337},[4334],{"type":173,"value":2740},{"type":167,"tag":297,"props":4336,"children":4337},{"class":316},[4338],{"type":173,"value":319},{"type":167,"tag":297,"props":4340,"children":4341},{"class":343},[4342],{"type":173,"value":426},{"type":167,"tag":297,"props":4344,"children":4345},{"class":349},[4346],{"type":173,"value":4347},"nuxt3",{"type":167,"tag":297,"props":4349,"children":4350},{"class":343},[4351],{"type":173,"value":426},{"type":167,"tag":297,"props":4353,"children":4354},{"class":316},[4355],{"type":173,"value":1152},{"type":167,"tag":182,"props":4357,"children":4359},{"id":4358},"wherequery",[4360],{"type":167,"tag":192,"props":4361,"children":4362},{},[4363],{"type":173,"value":4364},"where(query)",{"type":167,"tag":3790,"props":4366,"children":4367},{},[4368],{"type":167,"tag":3794,"props":4369,"children":4370},{},[4371,4375,4376],{"type":167,"tag":192,"props":4372,"children":4373},{},[4374],{"type":173,"value":3637},{"type":173,"value":2033},{"type":167,"tag":3790,"props":4377,"children":4378},{},[4379,4389],{"type":167,"tag":3794,"props":4380,"children":4381},{},[4382,4384],{"type":173,"value":4383},"Type: ",{"type":167,"tag":192,"props":4385,"children":4386},{},[4387],{"type":173,"value":4388},"Partial\u003CQueryBuilderParams>",{"type":167,"tag":3794,"props":4390,"children":4391},{},[4392],{"type":167,"tag":1309,"props":4393,"children":4394},{},[4395],{"type":173,"value":4396},"Required",{"type":167,"tag":176,"props":4398,"children":4399},{},[4400],{"type":173,"value":4401},"Filter results by query.",{"type":167,"tag":176,"props":4403,"children":4404},{},[4405,4407,4414,4416,4421,4422,4427,4428,4433,4434,4439,4440,4445,4446,4451,4452],{"type":173,"value":4406},"Where queries are based on subset of ",{"type":167,"tag":199,"props":4408,"children":4411},{"href":4409,"rel":4410},"https://www.mongodb.com/docs/manual/reference/operator/query",[203],[4412],{"type":173,"value":4413},"Mongo query syntax",{"type":173,"value":4415},", it handles: ",{"type":167,"tag":192,"props":4417,"children":4418},{},[4419],{"type":173,"value":4420},"$eq",{"type":173,"value":223},{"type":167,"tag":192,"props":4423,"children":4424},{},[4425],{"type":173,"value":4426},"$ne",{"type":173,"value":223},{"type":167,"tag":192,"props":4429,"children":4430},{},[4431],{"type":173,"value":4432},"$gt",{"type":173,"value":223},{"type":167,"tag":192,"props":4435,"children":4436},{},[4437],{"type":173,"value":4438},"$gte",{"type":173,"value":223},{"type":167,"tag":192,"props":4441,"children":4442},{},[4443],{"type":173,"value":4444},"$lt",{"type":173,"value":223},{"type":167,"tag":192,"props":4447,"children":4448},{},[4449],{"type":173,"value":4450},"$lte",{"type":173,"value":1279},{"type":167,"tag":192,"props":4453,"children":4454},{},[4455],{"type":173,"value":4456},"$in",{"type":167,"tag":287,"props":4458,"children":4460},{"className":2633,"code":4459,"language":352,"meta":161},"// Implicit (assumes $eq operator)\nconst articles = await queryContent('articles').where({ title: 'Home' }).findOne()\n\n// Explicit $eq\nconst articles = await queryContent('articles').where({ title: { $eq: 'Home' } }).findOne()\n\n// $gt\nconst articles = await queryContent('articles').where({ age: { $gt: 18 } }).find()\n\n// $in\nconst articles = await queryContent('articles').where({ name: { $in: ['odin', 'thor'] } }).find()\n",[4461],{"type":167,"tag":192,"props":4462,"children":4463},{"__ignoreMap":161},[4464,4472,4599,4605,4613,4768,4774,4782,4933,4939,4947],{"type":167,"tag":297,"props":4465,"children":4466},{"class":299,"line":300},[4467],{"type":167,"tag":297,"props":4468,"children":4469},{"class":618},[4470],{"type":173,"value":4471},"// Implicit (assumes $eq operator)\n",{"type":167,"tag":297,"props":4473,"children":4474},{"class":299,"line":364},[4475,4479,4483,4487,4491,4495,4499,4503,4507,4511,4515,4519,4523,4527,4531,4535,4539,4543,4547,4551,4555,4559,4563,4567,4571,4575,4579,4583,4587,4591,4595],{"type":167,"tag":297,"props":4476,"children":4477},{"class":450},[4478],{"type":173,"value":630},{"type":167,"tag":297,"props":4480,"children":4481},{"class":316},[4482],{"type":173,"value":319},{"type":167,"tag":297,"props":4484,"children":4485},{"class":645},[4486],{"type":173,"value":1143},{"type":167,"tag":297,"props":4488,"children":4489},{"class":316},[4490],{"type":173,"value":319},{"type":167,"tag":297,"props":4492,"children":4493},{"class":508},[4494],{"type":173,"value":340},{"type":167,"tag":297,"props":4496,"children":4497},{"class":316},[4498],{"type":173,"value":319},{"type":167,"tag":297,"props":4500,"children":4501},{"class":368},[4502],{"type":173,"value":673},{"type":167,"tag":297,"props":4504,"children":4505},{"class":316},[4506],{"type":173,"value":319},{"type":167,"tag":297,"props":4508,"children":4509},{"class":680},[4510],{"type":173,"value":719},{"type":167,"tag":297,"props":4512,"children":4513},{"class":316},[4514],{"type":173,"value":737},{"type":167,"tag":297,"props":4516,"children":4517},{"class":343},[4518],{"type":173,"value":426},{"type":167,"tag":297,"props":4520,"children":4521},{"class":349},[4522],{"type":173,"value":1143},{"type":167,"tag":297,"props":4524,"children":4525},{"class":343},[4526],{"type":173,"value":426},{"type":167,"tag":297,"props":4528,"children":4529},{"class":316},[4530],{"type":173,"value":1152},{"type":167,"tag":297,"props":4532,"children":4533},{"class":337},[4534],{"type":173,"value":248},{"type":167,"tag":297,"props":4536,"children":4537},{"class":680},[4538],{"type":173,"value":3673},{"type":167,"tag":297,"props":4540,"children":4541},{"class":316},[4542],{"type":173,"value":737},{"type":167,"tag":297,"props":4544,"children":4545},{"class":337},[4546],{"type":173,"value":389},{"type":167,"tag":297,"props":4548,"children":4549},{"class":316},[4550],{"type":173,"value":319},{"type":167,"tag":297,"props":4552,"children":4553},{"class":502},[4554],{"type":173,"value":1370},{"type":167,"tag":297,"props":4556,"children":4557},{"class":2669},[4558],{"type":173,"value":511},{"type":167,"tag":297,"props":4560,"children":4561},{"class":316},[4562],{"type":173,"value":319},{"type":167,"tag":297,"props":4564,"children":4565},{"class":343},[4566],{"type":173,"value":426},{"type":167,"tag":297,"props":4568,"children":4569},{"class":349},[4570],{"type":173,"value":2061},{"type":167,"tag":297,"props":4572,"children":4573},{"class":343},[4574],{"type":173,"value":426},{"type":167,"tag":297,"props":4576,"children":4577},{"class":316},[4578],{"type":173,"value":319},{"type":167,"tag":297,"props":4580,"children":4581},{"class":337},[4582],{"type":173,"value":408},{"type":167,"tag":297,"props":4584,"children":4585},{"class":316},[4586],{"type":173,"value":1152},{"type":167,"tag":297,"props":4588,"children":4589},{"class":337},[4590],{"type":173,"value":248},{"type":167,"tag":297,"props":4592,"children":4593},{"class":680},[4594],{"type":173,"value":1161},{"type":167,"tag":297,"props":4596,"children":4597},{"class":316},[4598],{"type":173,"value":1166},{"type":167,"tag":297,"props":4600,"children":4601},{"class":299,"line":439},[4602],{"type":167,"tag":297,"props":4603,"children":4604},{},[],{"type":167,"tag":297,"props":4606,"children":4607},{"class":299,"line":446},[4608],{"type":167,"tag":297,"props":4609,"children":4610},{"class":618},[4611],{"type":173,"value":4612},"// Explicit $eq\n",{"type":167,"tag":297,"props":4614,"children":4615},{"class":299,"line":493},[4616,4620,4624,4628,4632,4636,4640,4644,4648,4652,4656,4660,4664,4668,4672,4676,4680,4684,4688,4692,4696,4700,4704,4708,4712,4716,4720,4724,4728,4732,4736,4740,4744,4748,4752,4756,4760,4764],{"type":167,"tag":297,"props":4617,"children":4618},{"class":450},[4619],{"type":173,"value":630},{"type":167,"tag":297,"props":4621,"children":4622},{"class":316},[4623],{"type":173,"value":319},{"type":167,"tag":297,"props":4625,"children":4626},{"class":645},[4627],{"type":173,"value":1143},{"type":167,"tag":297,"props":4629,"children":4630},{"class":316},[4631],{"type":173,"value":319},{"type":167,"tag":297,"props":4633,"children":4634},{"class":508},[4635],{"type":173,"value":340},{"type":167,"tag":297,"props":4637,"children":4638},{"class":316},[4639],{"type":173,"value":319},{"type":167,"tag":297,"props":4641,"children":4642},{"class":368},[4643],{"type":173,"value":673},{"type":167,"tag":297,"props":4645,"children":4646},{"class":316},[4647],{"type":173,"value":319},{"type":167,"tag":297,"props":4649,"children":4650},{"class":680},[4651],{"type":173,"value":719},{"type":167,"tag":297,"props":4653,"children":4654},{"class":316},[4655],{"type":173,"value":737},{"type":167,"tag":297,"props":4657,"children":4658},{"class":343},[4659],{"type":173,"value":426},{"type":167,"tag":297,"props":4661,"children":4662},{"class":349},[4663],{"type":173,"value":1143},{"type":167,"tag":297,"props":4665,"children":4666},{"class":343},[4667],{"type":173,"value":426},{"type":167,"tag":297,"props":4669,"children":4670},{"class":316},[4671],{"type":173,"value":1152},{"type":167,"tag":297,"props":4673,"children":4674},{"class":337},[4675],{"type":173,"value":248},{"type":167,"tag":297,"props":4677,"children":4678},{"class":680},[4679],{"type":173,"value":3673},{"type":167,"tag":297,"props":4681,"children":4682},{"class":316},[4683],{"type":173,"value":737},{"type":167,"tag":297,"props":4685,"children":4686},{"class":337},[4687],{"type":173,"value":389},{"type":167,"tag":297,"props":4689,"children":4690},{"class":316},[4691],{"type":173,"value":319},{"type":167,"tag":297,"props":4693,"children":4694},{"class":502},[4695],{"type":173,"value":1370},{"type":167,"tag":297,"props":4697,"children":4698},{"class":2669},[4699],{"type":173,"value":511},{"type":167,"tag":297,"props":4701,"children":4702},{"class":316},[4703],{"type":173,"value":319},{"type":167,"tag":297,"props":4705,"children":4706},{"class":337},[4707],{"type":173,"value":389},{"type":167,"tag":297,"props":4709,"children":4710},{"class":316},[4711],{"type":173,"value":319},{"type":167,"tag":297,"props":4713,"children":4714},{"class":502},[4715],{"type":173,"value":4420},{"type":167,"tag":297,"props":4717,"children":4718},{"class":2669},[4719],{"type":173,"value":511},{"type":167,"tag":297,"props":4721,"children":4722},{"class":316},[4723],{"type":173,"value":319},{"type":167,"tag":297,"props":4725,"children":4726},{"class":343},[4727],{"type":173,"value":426},{"type":167,"tag":297,"props":4729,"children":4730},{"class":349},[4731],{"type":173,"value":2061},{"type":167,"tag":297,"props":4733,"children":4734},{"class":343},[4735],{"type":173,"value":426},{"type":167,"tag":297,"props":4737,"children":4738},{"class":316},[4739],{"type":173,"value":319},{"type":167,"tag":297,"props":4741,"children":4742},{"class":337},[4743],{"type":173,"value":408},{"type":167,"tag":297,"props":4745,"children":4746},{"class":316},[4747],{"type":173,"value":319},{"type":167,"tag":297,"props":4749,"children":4750},{"class":337},[4751],{"type":173,"value":408},{"type":167,"tag":297,"props":4753,"children":4754},{"class":316},[4755],{"type":173,"value":1152},{"type":167,"tag":297,"props":4757,"children":4758},{"class":337},[4759],{"type":173,"value":248},{"type":167,"tag":297,"props":4761,"children":4762},{"class":680},[4763],{"type":173,"value":1161},{"type":167,"tag":297,"props":4765,"children":4766},{"class":316},[4767],{"type":173,"value":1166},{"type":167,"tag":297,"props":4769,"children":4770},{"class":299,"line":531},[4771],{"type":167,"tag":297,"props":4772,"children":4773},{},[],{"type":167,"tag":297,"props":4775,"children":4776},{"class":299,"line":565},[4777],{"type":167,"tag":297,"props":4778,"children":4779},{"class":618},[4780],{"type":173,"value":4781},"// $gt\n",{"type":167,"tag":297,"props":4783,"children":4784},{"class":299,"line":598},[4785,4789,4793,4797,4801,4805,4809,4813,4817,4821,4825,4829,4833,4837,4841,4845,4849,4853,4857,4861,4866,4870,4874,4878,4882,4886,4890,4894,4900,4904,4908,4912,4916,4920,4924,4929],{"type":167,"tag":297,"props":4786,"children":4787},{"class":450},[4788],{"type":173,"value":630},{"type":167,"tag":297,"props":4790,"children":4791},{"class":316},[4792],{"type":173,"value":319},{"type":167,"tag":297,"props":4794,"children":4795},{"class":645},[4796],{"type":173,"value":1143},{"type":167,"tag":297,"props":4798,"children":4799},{"class":316},[4800],{"type":173,"value":319},{"type":167,"tag":297,"props":4802,"children":4803},{"class":508},[4804],{"type":173,"value":340},{"type":167,"tag":297,"props":4806,"children":4807},{"class":316},[4808],{"type":173,"value":319},{"type":167,"tag":297,"props":4810,"children":4811},{"class":368},[4812],{"type":173,"value":673},{"type":167,"tag":297,"props":4814,"children":4815},{"class":316},[4816],{"type":173,"value":319},{"type":167,"tag":297,"props":4818,"children":4819},{"class":680},[4820],{"type":173,"value":719},{"type":167,"tag":297,"props":4822,"children":4823},{"class":316},[4824],{"type":173,"value":737},{"type":167,"tag":297,"props":4826,"children":4827},{"class":343},[4828],{"type":173,"value":426},{"type":167,"tag":297,"props":4830,"children":4831},{"class":349},[4832],{"type":173,"value":1143},{"type":167,"tag":297,"props":4834,"children":4835},{"class":343},[4836],{"type":173,"value":426},{"type":167,"tag":297,"props":4838,"children":4839},{"class":316},[4840],{"type":173,"value":1152},{"type":167,"tag":297,"props":4842,"children":4843},{"class":337},[4844],{"type":173,"value":248},{"type":167,"tag":297,"props":4846,"children":4847},{"class":680},[4848],{"type":173,"value":3673},{"type":167,"tag":297,"props":4850,"children":4851},{"class":316},[4852],{"type":173,"value":737},{"type":167,"tag":297,"props":4854,"children":4855},{"class":337},[4856],{"type":173,"value":389},{"type":167,"tag":297,"props":4858,"children":4859},{"class":316},[4860],{"type":173,"value":319},{"type":167,"tag":297,"props":4862,"children":4863},{"class":502},[4864],{"type":173,"value":4865},"age",{"type":167,"tag":297,"props":4867,"children":4868},{"class":2669},[4869],{"type":173,"value":511},{"type":167,"tag":297,"props":4871,"children":4872},{"class":316},[4873],{"type":173,"value":319},{"type":167,"tag":297,"props":4875,"children":4876},{"class":337},[4877],{"type":173,"value":389},{"type":167,"tag":297,"props":4879,"children":4880},{"class":316},[4881],{"type":173,"value":319},{"type":167,"tag":297,"props":4883,"children":4884},{"class":502},[4885],{"type":173,"value":4432},{"type":167,"tag":297,"props":4887,"children":4888},{"class":2669},[4889],{"type":173,"value":511},{"type":167,"tag":297,"props":4891,"children":4892},{"class":316},[4893],{"type":173,"value":319},{"type":167,"tag":297,"props":4895,"children":4897},{"class":4896},"ct-822477",[4898],{"type":173,"value":4899},"18",{"type":167,"tag":297,"props":4901,"children":4902},{"class":316},[4903],{"type":173,"value":319},{"type":167,"tag":297,"props":4905,"children":4906},{"class":337},[4907],{"type":173,"value":408},{"type":167,"tag":297,"props":4909,"children":4910},{"class":316},[4911],{"type":173,"value":319},{"type":167,"tag":297,"props":4913,"children":4914},{"class":337},[4915],{"type":173,"value":408},{"type":167,"tag":297,"props":4917,"children":4918},{"class":316},[4919],{"type":173,"value":1152},{"type":167,"tag":297,"props":4921,"children":4922},{"class":337},[4923],{"type":173,"value":248},{"type":167,"tag":297,"props":4925,"children":4926},{"class":680},[4927],{"type":173,"value":4928},"find",{"type":167,"tag":297,"props":4930,"children":4931},{"class":316},[4932],{"type":173,"value":1166},{"type":167,"tag":297,"props":4934,"children":4935},{"class":299,"line":607},[4936],{"type":167,"tag":297,"props":4937,"children":4938},{},[],{"type":167,"tag":297,"props":4940,"children":4941},{"class":299,"line":614},[4942],{"type":167,"tag":297,"props":4943,"children":4944},{"class":618},[4945],{"type":173,"value":4946},"// $in\n",{"type":167,"tag":297,"props":4948,"children":4949},{"class":299,"line":624},[4950,4954,4958,4962,4966,4970,4974,4978,4982,4986,4990,4994,4998,5002,5006,5010,5014,5018,5022,5026,5031,5035,5039,5043,5047,5051,5055,5059,5063,5068,5072,5076,5080,5084,5089,5093,5098,5102,5106,5110,5114,5118,5122],{"type":167,"tag":297,"props":4951,"children":4952},{"class":450},[4953],{"type":173,"value":630},{"type":167,"tag":297,"props":4955,"children":4956},{"class":316},[4957],{"type":173,"value":319},{"type":167,"tag":297,"props":4959,"children":4960},{"class":645},[4961],{"type":173,"value":1143},{"type":167,"tag":297,"props":4963,"children":4964},{"class":316},[4965],{"type":173,"value":319},{"type":167,"tag":297,"props":4967,"children":4968},{"class":508},[4969],{"type":173,"value":340},{"type":167,"tag":297,"props":4971,"children":4972},{"class":316},[4973],{"type":173,"value":319},{"type":167,"tag":297,"props":4975,"children":4976},{"class":368},[4977],{"type":173,"value":673},{"type":167,"tag":297,"props":4979,"children":4980},{"class":316},[4981],{"type":173,"value":319},{"type":167,"tag":297,"props":4983,"children":4984},{"class":680},[4985],{"type":173,"value":719},{"type":167,"tag":297,"props":4987,"children":4988},{"class":316},[4989],{"type":173,"value":737},{"type":167,"tag":297,"props":4991,"children":4992},{"class":343},[4993],{"type":173,"value":426},{"type":167,"tag":297,"props":4995,"children":4996},{"class":349},[4997],{"type":173,"value":1143},{"type":167,"tag":297,"props":4999,"children":5000},{"class":343},[5001],{"type":173,"value":426},{"type":167,"tag":297,"props":5003,"children":5004},{"class":316},[5005],{"type":173,"value":1152},{"type":167,"tag":297,"props":5007,"children":5008},{"class":337},[5009],{"type":173,"value":248},{"type":167,"tag":297,"props":5011,"children":5012},{"class":680},[5013],{"type":173,"value":3673},{"type":167,"tag":297,"props":5015,"children":5016},{"class":316},[5017],{"type":173,"value":737},{"type":167,"tag":297,"props":5019,"children":5020},{"class":337},[5021],{"type":173,"value":389},{"type":167,"tag":297,"props":5023,"children":5024},{"class":316},[5025],{"type":173,"value":319},{"type":167,"tag":297,"props":5027,"children":5028},{"class":502},[5029],{"type":173,"value":5030},"name",{"type":167,"tag":297,"props":5032,"children":5033},{"class":2669},[5034],{"type":173,"value":511},{"type":167,"tag":297,"props":5036,"children":5037},{"class":316},[5038],{"type":173,"value":319},{"type":167,"tag":297,"props":5040,"children":5041},{"class":337},[5042],{"type":173,"value":389},{"type":167,"tag":297,"props":5044,"children":5045},{"class":316},[5046],{"type":173,"value":319},{"type":167,"tag":297,"props":5048,"children":5049},{"class":502},[5050],{"type":173,"value":4456},{"type":167,"tag":297,"props":5052,"children":5053},{"class":2669},[5054],{"type":173,"value":511},{"type":167,"tag":297,"props":5056,"children":5057},{"class":316},[5058],{"type":173,"value":2723},{"type":167,"tag":297,"props":5060,"children":5061},{"class":343},[5062],{"type":173,"value":426},{"type":167,"tag":297,"props":5064,"children":5065},{"class":349},[5066],{"type":173,"value":5067},"odin",{"type":167,"tag":297,"props":5069,"children":5070},{"class":343},[5071],{"type":173,"value":426},{"type":167,"tag":297,"props":5073,"children":5074},{"class":337},[5075],{"type":173,"value":2740},{"type":167,"tag":297,"props":5077,"children":5078},{"class":316},[5079],{"type":173,"value":319},{"type":167,"tag":297,"props":5081,"children":5082},{"class":343},[5083],{"type":173,"value":426},{"type":167,"tag":297,"props":5085,"children":5086},{"class":349},[5087],{"type":173,"value":5088},"thor",{"type":167,"tag":297,"props":5090,"children":5091},{"class":343},[5092],{"type":173,"value":426},{"type":167,"tag":297,"props":5094,"children":5095},{"class":316},[5096],{"type":173,"value":5097},"] ",{"type":167,"tag":297,"props":5099,"children":5100},{"class":337},[5101],{"type":173,"value":408},{"type":167,"tag":297,"props":5103,"children":5104},{"class":316},[5105],{"type":173,"value":319},{"type":167,"tag":297,"props":5107,"children":5108},{"class":337},[5109],{"type":173,"value":408},{"type":167,"tag":297,"props":5111,"children":5112},{"class":316},[5113],{"type":173,"value":1152},{"type":167,"tag":297,"props":5115,"children":5116},{"class":337},[5117],{"type":173,"value":248},{"type":167,"tag":297,"props":5119,"children":5120},{"class":680},[5121],{"type":173,"value":4928},{"type":167,"tag":297,"props":5123,"children":5124},{"class":316},[5125],{"type":173,"value":701},{"type":167,"tag":176,"props":5127,"children":5128},{},[5129],{"type":173,"value":5130},"In order to filter in objects and an array or arrays, you can use the nested properties style:",{"type":167,"tag":287,"props":5132,"children":5134},{"className":2633,"code":5133,"language":352,"meta":161},"const products = await queryContent('products').where({ 'categories': { $contains: 'top' } }).find()\n\nconst products = await queryContent('products').where({ 'categories': { $contains: ['top', 'woman'] } }).find()\n",[5135],{"type":167,"tag":192,"props":5136,"children":5137},{"__ignoreMap":161},[5138,5305,5311],{"type":167,"tag":297,"props":5139,"children":5140},{"class":299,"line":300},[5141,5145,5149,5154,5158,5162,5166,5170,5174,5178,5182,5186,5190,5194,5198,5202,5206,5210,5214,5218,5222,5228,5232,5236,5240,5244,5248,5252,5256,5260,5264,5269,5273,5277,5281,5285,5289,5293,5297,5301],{"type":167,"tag":297,"props":5142,"children":5143},{"class":450},[5144],{"type":173,"value":630},{"type":167,"tag":297,"props":5146,"children":5147},{"class":316},[5148],{"type":173,"value":319},{"type":167,"tag":297,"props":5150,"children":5151},{"class":645},[5152],{"type":173,"value":5153},"products",{"type":167,"tag":297,"props":5155,"children":5156},{"class":316},[5157],{"type":173,"value":319},{"type":167,"tag":297,"props":5159,"children":5160},{"class":508},[5161],{"type":173,"value":340},{"type":167,"tag":297,"props":5163,"children":5164},{"class":316},[5165],{"type":173,"value":319},{"type":167,"tag":297,"props":5167,"children":5168},{"class":368},[5169],{"type":173,"value":673},{"type":167,"tag":297,"props":5171,"children":5172},{"class":316},[5173],{"type":173,"value":319},{"type":167,"tag":297,"props":5175,"children":5176},{"class":680},[5177],{"type":173,"value":719},{"type":167,"tag":297,"props":5179,"children":5180},{"class":316},[5181],{"type":173,"value":737},{"type":167,"tag":297,"props":5183,"children":5184},{"class":343},[5185],{"type":173,"value":426},{"type":167,"tag":297,"props":5187,"children":5188},{"class":349},[5189],{"type":173,"value":5153},{"type":167,"tag":297,"props":5191,"children":5192},{"class":343},[5193],{"type":173,"value":426},{"type":167,"tag":297,"props":5195,"children":5196},{"class":316},[5197],{"type":173,"value":1152},{"type":167,"tag":297,"props":5199,"children":5200},{"class":337},[5201],{"type":173,"value":248},{"type":167,"tag":297,"props":5203,"children":5204},{"class":680},[5205],{"type":173,"value":3673},{"type":167,"tag":297,"props":5207,"children":5208},{"class":316},[5209],{"type":173,"value":737},{"type":167,"tag":297,"props":5211,"children":5212},{"class":337},[5213],{"type":173,"value":389},{"type":167,"tag":297,"props":5215,"children":5216},{"class":316},[5217],{"type":173,"value":319},{"type":167,"tag":297,"props":5219,"children":5220},{"class":343},[5221],{"type":173,"value":426},{"type":167,"tag":297,"props":5223,"children":5225},{"class":5224},"ct-716470",[5226],{"type":173,"value":5227},"categories",{"type":167,"tag":297,"props":5229,"children":5230},{"class":343},[5231],{"type":173,"value":426},{"type":167,"tag":297,"props":5233,"children":5234},{"class":2669},[5235],{"type":173,"value":511},{"type":167,"tag":297,"props":5237,"children":5238},{"class":316},[5239],{"type":173,"value":319},{"type":167,"tag":297,"props":5241,"children":5242},{"class":337},[5243],{"type":173,"value":389},{"type":167,"tag":297,"props":5245,"children":5246},{"class":316},[5247],{"type":173,"value":319},{"type":167,"tag":297,"props":5249,"children":5250},{"class":502},[5251],{"type":173,"value":3717},{"type":167,"tag":297,"props":5253,"children":5254},{"class":2669},[5255],{"type":173,"value":511},{"type":167,"tag":297,"props":5257,"children":5258},{"class":316},[5259],{"type":173,"value":319},{"type":167,"tag":297,"props":5261,"children":5262},{"class":343},[5263],{"type":173,"value":426},{"type":167,"tag":297,"props":5265,"children":5266},{"class":349},[5267],{"type":173,"value":5268},"top",{"type":167,"tag":297,"props":5270,"children":5271},{"class":343},[5272],{"type":173,"value":426},{"type":167,"tag":297,"props":5274,"children":5275},{"class":316},[5276],{"type":173,"value":319},{"type":167,"tag":297,"props":5278,"children":5279},{"class":337},[5280],{"type":173,"value":408},{"type":167,"tag":297,"props":5282,"children":5283},{"class":316},[5284],{"type":173,"value":319},{"type":167,"tag":297,"props":5286,"children":5287},{"class":337},[5288],{"type":173,"value":408},{"type":167,"tag":297,"props":5290,"children":5291},{"class":316},[5292],{"type":173,"value":1152},{"type":167,"tag":297,"props":5294,"children":5295},{"class":337},[5296],{"type":173,"value":248},{"type":167,"tag":297,"props":5298,"children":5299},{"class":680},[5300],{"type":173,"value":4928},{"type":167,"tag":297,"props":5302,"children":5303},{"class":316},[5304],{"type":173,"value":1166},{"type":167,"tag":297,"props":5306,"children":5307},{"class":299,"line":364},[5308],{"type":167,"tag":297,"props":5309,"children":5310},{},[],{"type":167,"tag":297,"props":5312,"children":5313},{"class":299,"line":439},[5314,5318,5322,5326,5330,5334,5338,5342,5346,5350,5354,5358,5362,5366,5370,5374,5378,5382,5386,5390,5394,5398,5402,5406,5410,5414,5418,5422,5426,5430,5434,5438,5442,5446,5450,5454,5459,5463,5467,5471,5475,5479,5483,5487,5491],{"type":167,"tag":297,"props":5315,"children":5316},{"class":450},[5317],{"type":173,"value":630},{"type":167,"tag":297,"props":5319,"children":5320},{"class":316},[5321],{"type":173,"value":319},{"type":167,"tag":297,"props":5323,"children":5324},{"class":645},[5325],{"type":173,"value":5153},{"type":167,"tag":297,"props":5327,"children":5328},{"class":316},[5329],{"type":173,"value":319},{"type":167,"tag":297,"props":5331,"children":5332},{"class":508},[5333],{"type":173,"value":340},{"type":167,"tag":297,"props":5335,"children":5336},{"class":316},[5337],{"type":173,"value":319},{"type":167,"tag":297,"props":5339,"children":5340},{"class":368},[5341],{"type":173,"value":673},{"type":167,"tag":297,"props":5343,"children":5344},{"class":316},[5345],{"type":173,"value":319},{"type":167,"tag":297,"props":5347,"children":5348},{"class":680},[5349],{"type":173,"value":719},{"type":167,"tag":297,"props":5351,"children":5352},{"class":316},[5353],{"type":173,"value":737},{"type":167,"tag":297,"props":5355,"children":5356},{"class":343},[5357],{"type":173,"value":426},{"type":167,"tag":297,"props":5359,"children":5360},{"class":349},[5361],{"type":173,"value":5153},{"type":167,"tag":297,"props":5363,"children":5364},{"class":343},[5365],{"type":173,"value":426},{"type":167,"tag":297,"props":5367,"children":5368},{"class":316},[5369],{"type":173,"value":1152},{"type":167,"tag":297,"props":5371,"children":5372},{"class":337},[5373],{"type":173,"value":248},{"type":167,"tag":297,"props":5375,"children":5376},{"class":680},[5377],{"type":173,"value":3673},{"type":167,"tag":297,"props":5379,"children":5380},{"class":316},[5381],{"type":173,"value":737},{"type":167,"tag":297,"props":5383,"children":5384},{"class":337},[5385],{"type":173,"value":389},{"type":167,"tag":297,"props":5387,"children":5388},{"class":316},[5389],{"type":173,"value":319},{"type":167,"tag":297,"props":5391,"children":5392},{"class":343},[5393],{"type":173,"value":426},{"type":167,"tag":297,"props":5395,"children":5396},{"class":5224},[5397],{"type":173,"value":5227},{"type":167,"tag":297,"props":5399,"children":5400},{"class":343},[5401],{"type":173,"value":426},{"type":167,"tag":297,"props":5403,"children":5404},{"class":2669},[5405],{"type":173,"value":511},{"type":167,"tag":297,"props":5407,"children":5408},{"class":316},[5409],{"type":173,"value":319},{"type":167,"tag":297,"props":5411,"children":5412},{"class":337},[5413],{"type":173,"value":389},{"type":167,"tag":297,"props":5415,"children":5416},{"class":316},[5417],{"type":173,"value":319},{"type":167,"tag":297,"props":5419,"children":5420},{"class":502},[5421],{"type":173,"value":3717},{"type":167,"tag":297,"props":5423,"children":5424},{"class":2669},[5425],{"type":173,"value":511},{"type":167,"tag":297,"props":5427,"children":5428},{"class":316},[5429],{"type":173,"value":2723},{"type":167,"tag":297,"props":5431,"children":5432},{"class":343},[5433],{"type":173,"value":426},{"type":167,"tag":297,"props":5435,"children":5436},{"class":349},[5437],{"type":173,"value":5268},{"type":167,"tag":297,"props":5439,"children":5440},{"class":343},[5441],{"type":173,"value":426},{"type":167,"tag":297,"props":5443,"children":5444},{"class":337},[5445],{"type":173,"value":2740},{"type":167,"tag":297,"props":5447,"children":5448},{"class":316},[5449],{"type":173,"value":319},{"type":167,"tag":297,"props":5451,"children":5452},{"class":343},[5453],{"type":173,"value":426},{"type":167,"tag":297,"props":5455,"children":5456},{"class":349},[5457],{"type":173,"value":5458},"woman",{"type":167,"tag":297,"props":5460,"children":5461},{"class":343},[5462],{"type":173,"value":426},{"type":167,"tag":297,"props":5464,"children":5465},{"class":316},[5466],{"type":173,"value":5097},{"type":167,"tag":297,"props":5468,"children":5469},{"class":337},[5470],{"type":173,"value":408},{"type":167,"tag":297,"props":5472,"children":5473},{"class":316},[5474],{"type":173,"value":319},{"type":167,"tag":297,"props":5476,"children":5477},{"class":337},[5478],{"type":173,"value":408},{"type":167,"tag":297,"props":5480,"children":5481},{"class":316},[5482],{"type":173,"value":1152},{"type":167,"tag":297,"props":5484,"children":5485},{"class":337},[5486],{"type":173,"value":248},{"type":167,"tag":297,"props":5488,"children":5489},{"class":680},[5490],{"type":173,"value":4928},{"type":167,"tag":297,"props":5492,"children":5493},{"class":316},[5494],{"type":173,"value":701},{"type":167,"tag":182,"props":5496,"children":5498},{"id":5497},"sortoptions",[5499],{"type":167,"tag":192,"props":5500,"children":5501},{},[5502],{"type":173,"value":5503},"sort(options)",{"type":167,"tag":3790,"props":5505,"children":5506},{},[5507],{"type":167,"tag":3794,"props":5508,"children":5509},{},[5510,5515],{"type":167,"tag":192,"props":5511,"children":5512},{},[5513],{"type":173,"value":5514},"options",{"type":167,"tag":3790,"props":5516,"children":5517},{},[5518,5527],{"type":167,"tag":3794,"props":5519,"children":5520},{},[5521,5522],{"type":173,"value":4383},{"type":167,"tag":192,"props":5523,"children":5524},{},[5525],{"type":173,"value":5526},"object",{"type":167,"tag":3794,"props":5528,"children":5529},{},[5530],{"type":167,"tag":1309,"props":5531,"children":5532},{},[5533],{"type":173,"value":4396},{"type":167,"tag":176,"props":5535,"children":5536},{},[5537],{"type":173,"value":5538},"Sort results by a field or fields.",{"type":167,"tag":287,"props":5540,"children":5542},{"className":2633,"code":5541,"language":352,"meta":161},"// Sort by title ascending\nconst articles = await queryContent('articles')\n  .sort({ title: 1 })\n  .find()\n\n// Sort by title ascending first then sort by category descending\nconst articles = await queryContent('articles')\n  .sort({ title: 1, category: -1 })\n  .find()\n// OR\nconst articles = await queryContent('articles')\n  .sort({ title: 1 })\n  .sort({ category: -1 })\n  .find()\n\n// Sort by nested field\nconst articles = await queryContent('articles')\n  .sort({ 'category.title': 1 })\n  .find()\n\n",[5543],{"type":167,"tag":192,"props":5544,"children":5545},{"__ignoreMap":161},[5546,5554,5613,5670,5689,5695,5703,5762,5847,5866,5874,5933,5988,6047,6066,6073,6082,6142,6207],{"type":167,"tag":297,"props":5547,"children":5548},{"class":299,"line":300},[5549],{"type":167,"tag":297,"props":5550,"children":5551},{"class":618},[5552],{"type":173,"value":5553},"// Sort by title ascending\n",{"type":167,"tag":297,"props":5555,"children":5556},{"class":299,"line":364},[5557,5561,5565,5569,5573,5577,5581,5585,5589,5593,5597,5601,5605,5609],{"type":167,"tag":297,"props":5558,"children":5559},{"class":450},[5560],{"type":173,"value":630},{"type":167,"tag":297,"props":5562,"children":5563},{"class":316},[5564],{"type":173,"value":319},{"type":167,"tag":297,"props":5566,"children":5567},{"class":645},[5568],{"type":173,"value":1143},{"type":167,"tag":297,"props":5570,"children":5571},{"class":316},[5572],{"type":173,"value":319},{"type":167,"tag":297,"props":5574,"children":5575},{"class":508},[5576],{"type":173,"value":340},{"type":167,"tag":297,"props":5578,"children":5579},{"class":316},[5580],{"type":173,"value":319},{"type":167,"tag":297,"props":5582,"children":5583},{"class":368},[5584],{"type":173,"value":673},{"type":167,"tag":297,"props":5586,"children":5587},{"class":316},[5588],{"type":173,"value":319},{"type":167,"tag":297,"props":5590,"children":5591},{"class":680},[5592],{"type":173,"value":719},{"type":167,"tag":297,"props":5594,"children":5595},{"class":316},[5596],{"type":173,"value":737},{"type":167,"tag":297,"props":5598,"children":5599},{"class":343},[5600],{"type":173,"value":426},{"type":167,"tag":297,"props":5602,"children":5603},{"class":349},[5604],{"type":173,"value":1143},{"type":167,"tag":297,"props":5606,"children":5607},{"class":343},[5608],{"type":173,"value":426},{"type":167,"tag":297,"props":5610,"children":5611},{"class":316},[5612],{"type":173,"value":768},{"type":167,"tag":297,"props":5614,"children":5615},{"class":299,"line":439},[5616,5620,5624,5629,5633,5637,5641,5645,5649,5653,5658,5662,5666],{"type":167,"tag":297,"props":5617,"children":5618},{"class":316},[5619],{"type":173,"value":499},{"type":167,"tag":297,"props":5621,"children":5622},{"class":337},[5623],{"type":173,"value":248},{"type":167,"tag":297,"props":5625,"children":5626},{"class":680},[5627],{"type":173,"value":5628},"sort",{"type":167,"tag":297,"props":5630,"children":5631},{"class":316},[5632],{"type":173,"value":737},{"type":167,"tag":297,"props":5634,"children":5635},{"class":337},[5636],{"type":173,"value":389},{"type":167,"tag":297,"props":5638,"children":5639},{"class":316},[5640],{"type":173,"value":319},{"type":167,"tag":297,"props":5642,"children":5643},{"class":502},[5644],{"type":173,"value":1370},{"type":167,"tag":297,"props":5646,"children":5647},{"class":2669},[5648],{"type":173,"value":511},{"type":167,"tag":297,"props":5650,"children":5651},{"class":316},[5652],{"type":173,"value":319},{"type":167,"tag":297,"props":5654,"children":5655},{"class":4896},[5656],{"type":173,"value":5657},"1",{"type":167,"tag":297,"props":5659,"children":5660},{"class":316},[5661],{"type":173,"value":319},{"type":167,"tag":297,"props":5663,"children":5664},{"class":337},[5665],{"type":173,"value":408},{"type":167,"tag":297,"props":5667,"children":5668},{"class":316},[5669],{"type":173,"value":768},{"type":167,"tag":297,"props":5671,"children":5672},{"class":299,"line":446},[5673,5677,5681,5685],{"type":167,"tag":297,"props":5674,"children":5675},{"class":316},[5676],{"type":173,"value":499},{"type":167,"tag":297,"props":5678,"children":5679},{"class":337},[5680],{"type":173,"value":248},{"type":167,"tag":297,"props":5682,"children":5683},{"class":680},[5684],{"type":173,"value":4928},{"type":167,"tag":297,"props":5686,"children":5687},{"class":316},[5688],{"type":173,"value":1166},{"type":167,"tag":297,"props":5690,"children":5691},{"class":299,"line":493},[5692],{"type":167,"tag":297,"props":5693,"children":5694},{},[],{"type":167,"tag":297,"props":5696,"children":5697},{"class":299,"line":531},[5698],{"type":167,"tag":297,"props":5699,"children":5700},{"class":618},[5701],{"type":173,"value":5702},"// Sort by title ascending first then sort by category descending\n",{"type":167,"tag":297,"props":5704,"children":5705},{"class":299,"line":565},[5706,5710,5714,5718,5722,5726,5730,5734,5738,5742,5746,5750,5754,5758],{"type":167,"tag":297,"props":5707,"children":5708},{"class":450},[5709],{"type":173,"value":630},{"type":167,"tag":297,"props":5711,"children":5712},{"class":316},[5713],{"type":173,"value":319},{"type":167,"tag":297,"props":5715,"children":5716},{"class":645},[5717],{"type":173,"value":1143},{"type":167,"tag":297,"props":5719,"children":5720},{"class":316},[5721],{"type":173,"value":319},{"type":167,"tag":297,"props":5723,"children":5724},{"class":508},[5725],{"type":173,"value":340},{"type":167,"tag":297,"props":5727,"children":5728},{"class":316},[5729],{"type":173,"value":319},{"type":167,"tag":297,"props":5731,"children":5732},{"class":368},[5733],{"type":173,"value":673},{"type":167,"tag":297,"props":5735,"children":5736},{"class":316},[5737],{"type":173,"value":319},{"type":167,"tag":297,"props":5739,"children":5740},{"class":680},[5741],{"type":173,"value":719},{"type":167,"tag":297,"props":5743,"children":5744},{"class":316},[5745],{"type":173,"value":737},{"type":167,"tag":297,"props":5747,"children":5748},{"class":343},[5749],{"type":173,"value":426},{"type":167,"tag":297,"props":5751,"children":5752},{"class":349},[5753],{"type":173,"value":1143},{"type":167,"tag":297,"props":5755,"children":5756},{"class":343},[5757],{"type":173,"value":426},{"type":167,"tag":297,"props":5759,"children":5760},{"class":316},[5761],{"type":173,"value":768},{"type":167,"tag":297,"props":5763,"children":5764},{"class":299,"line":598},[5765,5769,5773,5777,5781,5785,5789,5793,5797,5801,5805,5809,5813,5818,5822,5826,5831,5835,5839,5843],{"type":167,"tag":297,"props":5766,"children":5767},{"class":316},[5768],{"type":173,"value":499},{"type":167,"tag":297,"props":5770,"children":5771},{"class":337},[5772],{"type":173,"value":248},{"type":167,"tag":297,"props":5774,"children":5775},{"class":680},[5776],{"type":173,"value":5628},{"type":167,"tag":297,"props":5778,"children":5779},{"class":316},[5780],{"type":173,"value":737},{"type":167,"tag":297,"props":5782,"children":5783},{"class":337},[5784],{"type":173,"value":389},{"type":167,"tag":297,"props":5786,"children":5787},{"class":316},[5788],{"type":173,"value":319},{"type":167,"tag":297,"props":5790,"children":5791},{"class":502},[5792],{"type":173,"value":1370},{"type":167,"tag":297,"props":5794,"children":5795},{"class":2669},[5796],{"type":173,"value":511},{"type":167,"tag":297,"props":5798,"children":5799},{"class":316},[5800],{"type":173,"value":319},{"type":167,"tag":297,"props":5802,"children":5803},{"class":4896},[5804],{"type":173,"value":5657},{"type":167,"tag":297,"props":5806,"children":5807},{"class":337},[5808],{"type":173,"value":2740},{"type":167,"tag":297,"props":5810,"children":5811},{"class":316},[5812],{"type":173,"value":319},{"type":167,"tag":297,"props":5814,"children":5815},{"class":502},[5816],{"type":173,"value":5817},"category",{"type":167,"tag":297,"props":5819,"children":5820},{"class":2669},[5821],{"type":173,"value":511},{"type":167,"tag":297,"props":5823,"children":5824},{"class":316},[5825],{"type":173,"value":319},{"type":167,"tag":297,"props":5827,"children":5828},{"class":508},[5829],{"type":173,"value":5830},"-",{"type":167,"tag":297,"props":5832,"children":5833},{"class":4896},[5834],{"type":173,"value":5657},{"type":167,"tag":297,"props":5836,"children":5837},{"class":316},[5838],{"type":173,"value":319},{"type":167,"tag":297,"props":5840,"children":5841},{"class":337},[5842],{"type":173,"value":408},{"type":167,"tag":297,"props":5844,"children":5845},{"class":316},[5846],{"type":173,"value":768},{"type":167,"tag":297,"props":5848,"children":5849},{"class":299,"line":607},[5850,5854,5858,5862],{"type":167,"tag":297,"props":5851,"children":5852},{"class":316},[5853],{"type":173,"value":499},{"type":167,"tag":297,"props":5855,"children":5856},{"class":337},[5857],{"type":173,"value":248},{"type":167,"tag":297,"props":5859,"children":5860},{"class":680},[5861],{"type":173,"value":4928},{"type":167,"tag":297,"props":5863,"children":5864},{"class":316},[5865],{"type":173,"value":1166},{"type":167,"tag":297,"props":5867,"children":5868},{"class":299,"line":614},[5869],{"type":167,"tag":297,"props":5870,"children":5871},{"class":618},[5872],{"type":173,"value":5873},"// OR\n",{"type":167,"tag":297,"props":5875,"children":5876},{"class":299,"line":624},[5877,5881,5885,5889,5893,5897,5901,5905,5909,5913,5917,5921,5925,5929],{"type":167,"tag":297,"props":5878,"children":5879},{"class":450},[5880],{"type":173,"value":630},{"type":167,"tag":297,"props":5882,"children":5883},{"class":316},[5884],{"type":173,"value":319},{"type":167,"tag":297,"props":5886,"children":5887},{"class":645},[5888],{"type":173,"value":1143},{"type":167,"tag":297,"props":5890,"children":5891},{"class":316},[5892],{"type":173,"value":319},{"type":167,"tag":297,"props":5894,"children":5895},{"class":508},[5896],{"type":173,"value":340},{"type":167,"tag":297,"props":5898,"children":5899},{"class":316},[5900],{"type":173,"value":319},{"type":167,"tag":297,"props":5902,"children":5903},{"class":368},[5904],{"type":173,"value":673},{"type":167,"tag":297,"props":5906,"children":5907},{"class":316},[5908],{"type":173,"value":319},{"type":167,"tag":297,"props":5910,"children":5911},{"class":680},[5912],{"type":173,"value":719},{"type":167,"tag":297,"props":5914,"children":5915},{"class":316},[5916],{"type":173,"value":737},{"type":167,"tag":297,"props":5918,"children":5919},{"class":343},[5920],{"type":173,"value":426},{"type":167,"tag":297,"props":5922,"children":5923},{"class":349},[5924],{"type":173,"value":1143},{"type":167,"tag":297,"props":5926,"children":5927},{"class":343},[5928],{"type":173,"value":426},{"type":167,"tag":297,"props":5930,"children":5931},{"class":316},[5932],{"type":173,"value":768},{"type":167,"tag":297,"props":5934,"children":5935},{"class":299,"line":691},[5936,5940,5944,5948,5952,5956,5960,5964,5968,5972,5976,5980,5984],{"type":167,"tag":297,"props":5937,"children":5938},{"class":316},[5939],{"type":173,"value":499},{"type":167,"tag":297,"props":5941,"children":5942},{"class":337},[5943],{"type":173,"value":248},{"type":167,"tag":297,"props":5945,"children":5946},{"class":680},[5947],{"type":173,"value":5628},{"type":167,"tag":297,"props":5949,"children":5950},{"class":316},[5951],{"type":173,"value":737},{"type":167,"tag":297,"props":5953,"children":5954},{"class":337},[5955],{"type":173,"value":389},{"type":167,"tag":297,"props":5957,"children":5958},{"class":316},[5959],{"type":173,"value":319},{"type":167,"tag":297,"props":5961,"children":5962},{"class":502},[5963],{"type":173,"value":1370},{"type":167,"tag":297,"props":5965,"children":5966},{"class":2669},[5967],{"type":173,"value":511},{"type":167,"tag":297,"props":5969,"children":5970},{"class":316},[5971],{"type":173,"value":319},{"type":167,"tag":297,"props":5973,"children":5974},{"class":4896},[5975],{"type":173,"value":5657},{"type":167,"tag":297,"props":5977,"children":5978},{"class":316},[5979],{"type":173,"value":319},{"type":167,"tag":297,"props":5981,"children":5982},{"class":337},[5983],{"type":173,"value":408},{"type":167,"tag":297,"props":5985,"children":5986},{"class":316},[5987],{"type":173,"value":768},{"type":167,"tag":297,"props":5989,"children":5990},{"class":299,"line":771},[5991,5995,5999,6003,6007,6011,6015,6019,6023,6027,6031,6035,6039,6043],{"type":167,"tag":297,"props":5992,"children":5993},{"class":316},[5994],{"type":173,"value":499},{"type":167,"tag":297,"props":5996,"children":5997},{"class":337},[5998],{"type":173,"value":248},{"type":167,"tag":297,"props":6000,"children":6001},{"class":680},[6002],{"type":173,"value":5628},{"type":167,"tag":297,"props":6004,"children":6005},{"class":316},[6006],{"type":173,"value":737},{"type":167,"tag":297,"props":6008,"children":6009},{"class":337},[6010],{"type":173,"value":389},{"type":167,"tag":297,"props":6012,"children":6013},{"class":316},[6014],{"type":173,"value":319},{"type":167,"tag":297,"props":6016,"children":6017},{"class":502},[6018],{"type":173,"value":5817},{"type":167,"tag":297,"props":6020,"children":6021},{"class":2669},[6022],{"type":173,"value":511},{"type":167,"tag":297,"props":6024,"children":6025},{"class":316},[6026],{"type":173,"value":319},{"type":167,"tag":297,"props":6028,"children":6029},{"class":508},[6030],{"type":173,"value":5830},{"type":167,"tag":297,"props":6032,"children":6033},{"class":4896},[6034],{"type":173,"value":5657},{"type":167,"tag":297,"props":6036,"children":6037},{"class":316},[6038],{"type":173,"value":319},{"type":167,"tag":297,"props":6040,"children":6041},{"class":337},[6042],{"type":173,"value":408},{"type":167,"tag":297,"props":6044,"children":6045},{"class":316},[6046],{"type":173,"value":768},{"type":167,"tag":297,"props":6048,"children":6049},{"class":299,"line":779},[6050,6054,6058,6062],{"type":167,"tag":297,"props":6051,"children":6052},{"class":316},[6053],{"type":173,"value":499},{"type":167,"tag":297,"props":6055,"children":6056},{"class":337},[6057],{"type":173,"value":248},{"type":167,"tag":297,"props":6059,"children":6060},{"class":680},[6061],{"type":173,"value":4928},{"type":167,"tag":297,"props":6063,"children":6064},{"class":316},[6065],{"type":173,"value":1166},{"type":167,"tag":297,"props":6067,"children":6069},{"class":299,"line":6068},15,[6070],{"type":167,"tag":297,"props":6071,"children":6072},{},[],{"type":167,"tag":297,"props":6074,"children":6076},{"class":299,"line":6075},16,[6077],{"type":167,"tag":297,"props":6078,"children":6079},{"class":618},[6080],{"type":173,"value":6081},"// Sort by nested field\n",{"type":167,"tag":297,"props":6083,"children":6085},{"class":299,"line":6084},17,[6086,6090,6094,6098,6102,6106,6110,6114,6118,6122,6126,6130,6134,6138],{"type":167,"tag":297,"props":6087,"children":6088},{"class":450},[6089],{"type":173,"value":630},{"type":167,"tag":297,"props":6091,"children":6092},{"class":316},[6093],{"type":173,"value":319},{"type":167,"tag":297,"props":6095,"children":6096},{"class":645},[6097],{"type":173,"value":1143},{"type":167,"tag":297,"props":6099,"children":6100},{"class":316},[6101],{"type":173,"value":319},{"type":167,"tag":297,"props":6103,"children":6104},{"class":508},[6105],{"type":173,"value":340},{"type":167,"tag":297,"props":6107,"children":6108},{"class":316},[6109],{"type":173,"value":319},{"type":167,"tag":297,"props":6111,"children":6112},{"class":368},[6113],{"type":173,"value":673},{"type":167,"tag":297,"props":6115,"children":6116},{"class":316},[6117],{"type":173,"value":319},{"type":167,"tag":297,"props":6119,"children":6120},{"class":680},[6121],{"type":173,"value":719},{"type":167,"tag":297,"props":6123,"children":6124},{"class":316},[6125],{"type":173,"value":737},{"type":167,"tag":297,"props":6127,"children":6128},{"class":343},[6129],{"type":173,"value":426},{"type":167,"tag":297,"props":6131,"children":6132},{"class":349},[6133],{"type":173,"value":1143},{"type":167,"tag":297,"props":6135,"children":6136},{"class":343},[6137],{"type":173,"value":426},{"type":167,"tag":297,"props":6139,"children":6140},{"class":316},[6141],{"type":173,"value":768},{"type":167,"tag":297,"props":6143,"children":6145},{"class":299,"line":6144},18,[6146,6150,6154,6158,6162,6166,6170,6174,6179,6183,6187,6191,6195,6199,6203],{"type":167,"tag":297,"props":6147,"children":6148},{"class":316},[6149],{"type":173,"value":499},{"type":167,"tag":297,"props":6151,"children":6152},{"class":337},[6153],{"type":173,"value":248},{"type":167,"tag":297,"props":6155,"children":6156},{"class":680},[6157],{"type":173,"value":5628},{"type":167,"tag":297,"props":6159,"children":6160},{"class":316},[6161],{"type":173,"value":737},{"type":167,"tag":297,"props":6163,"children":6164},{"class":337},[6165],{"type":173,"value":389},{"type":167,"tag":297,"props":6167,"children":6168},{"class":316},[6169],{"type":173,"value":319},{"type":167,"tag":297,"props":6171,"children":6172},{"class":343},[6173],{"type":173,"value":426},{"type":167,"tag":297,"props":6175,"children":6176},{"class":5224},[6177],{"type":173,"value":6178},"category.title",{"type":167,"tag":297,"props":6180,"children":6181},{"class":343},[6182],{"type":173,"value":426},{"type":167,"tag":297,"props":6184,"children":6185},{"class":2669},[6186],{"type":173,"value":511},{"type":167,"tag":297,"props":6188,"children":6189},{"class":316},[6190],{"type":173,"value":319},{"type":167,"tag":297,"props":6192,"children":6193},{"class":4896},[6194],{"type":173,"value":5657},{"type":167,"tag":297,"props":6196,"children":6197},{"class":316},[6198],{"type":173,"value":319},{"type":167,"tag":297,"props":6200,"children":6201},{"class":337},[6202],{"type":173,"value":408},{"type":167,"tag":297,"props":6204,"children":6205},{"class":316},[6206],{"type":173,"value":768},{"type":167,"tag":297,"props":6208,"children":6210},{"class":299,"line":6209},19,[6211,6215,6219,6223],{"type":167,"tag":297,"props":6212,"children":6213},{"class":316},[6214],{"type":173,"value":499},{"type":167,"tag":297,"props":6216,"children":6217},{"class":337},[6218],{"type":173,"value":248},{"type":167,"tag":297,"props":6220,"children":6221},{"class":680},[6222],{"type":173,"value":4928},{"type":167,"tag":297,"props":6224,"children":6225},{"class":316},[6226],{"type":173,"value":701},{"type":167,"tag":6228,"props":6229,"children":6230},"blockquote",{},[6231,6261],{"type":167,"tag":176,"props":6232,"children":6233},{},[6234,6239,6241,6246,6248,6253,6255,6260],{"type":167,"tag":192,"props":6235,"children":6236},{},[6237],{"type":173,"value":6238},"sort()",{"type":173,"value":6240}," method does ",{"type":167,"tag":1309,"props":6242,"children":6243},{},[6244],{"type":173,"value":6245},"case-sensitive, alphabetical",{"type":173,"value":6247}," sort by default. There is some magical options you can pass to sort options to change sort behavior, like sorting ",{"type":167,"tag":1309,"props":6249,"children":6250},{},[6251],{"type":173,"value":6252},"case-insensitive",{"type":173,"value":6254}," or ",{"type":167,"tag":1309,"props":6256,"children":6257},{},[6258],{"type":173,"value":6259},"numerically rather than alphabetically",{"type":173,"value":248},{"type":167,"tag":3790,"props":6262,"children":6263},{},[6264,6281,6297],{"type":167,"tag":3794,"props":6265,"children":6266},{},[6267,6272,6274,6279],{"type":167,"tag":192,"props":6268,"children":6269},{},[6270],{"type":173,"value":6271},"$sensitivity",{"type":173,"value":6273},": Change case sensitivity. Like using ",{"type":167,"tag":192,"props":6275,"children":6276},{},[6277],{"type":173,"value":6278},"$sensitivity: 'base'",{"type":173,"value":6280}," for case-insensitive sort",{"type":167,"tag":3794,"props":6282,"children":6283},{},[6284,6289,6291,6296],{"type":167,"tag":192,"props":6285,"children":6286},{},[6287],{"type":173,"value":6288},"$numeric",{"type":173,"value":6290},": Boolean whether numeric collation should be used, such that ",{"type":167,"tag":192,"props":6292,"children":6293},{},[6294],{"type":173,"value":6295},"\"1\" \u003C \"2\" \u003C \"10\"",{"type":173,"value":248},{"type":167,"tag":3794,"props":6298,"children":6299},{},[6300,6305],{"type":167,"tag":192,"props":6301,"children":6302},{},[6303],{"type":173,"value":6304},"$caseFirst",{"type":173,"value":6306},": Whether upper case or lower case should sort first.",{"type":167,"tag":176,"props":6308,"children":6309},{},[6310],{"type":173,"value":6311},"For example, to sort a list of people from youngest to oldest:",{"type":167,"tag":287,"props":6313,"children":6315},{"className":2633,"code":6314,"language":352,"meta":161},"const people = await queryContent('people')\n  .sort({ age: 1, $numeric: true })\n  .find()\n",[6316],{"type":167,"tag":192,"props":6317,"children":6318},{"__ignoreMap":161},[6319,6379,6459],{"type":167,"tag":297,"props":6320,"children":6321},{"class":299,"line":300},[6322,6326,6330,6335,6339,6343,6347,6351,6355,6359,6363,6367,6371,6375],{"type":167,"tag":297,"props":6323,"children":6324},{"class":450},[6325],{"type":173,"value":630},{"type":167,"tag":297,"props":6327,"children":6328},{"class":316},[6329],{"type":173,"value":319},{"type":167,"tag":297,"props":6331,"children":6332},{"class":645},[6333],{"type":173,"value":6334},"people",{"type":167,"tag":297,"props":6336,"children":6337},{"class":316},[6338],{"type":173,"value":319},{"type":167,"tag":297,"props":6340,"children":6341},{"class":508},[6342],{"type":173,"value":340},{"type":167,"tag":297,"props":6344,"children":6345},{"class":316},[6346],{"type":173,"value":319},{"type":167,"tag":297,"props":6348,"children":6349},{"class":368},[6350],{"type":173,"value":673},{"type":167,"tag":297,"props":6352,"children":6353},{"class":316},[6354],{"type":173,"value":319},{"type":167,"tag":297,"props":6356,"children":6357},{"class":680},[6358],{"type":173,"value":719},{"type":167,"tag":297,"props":6360,"children":6361},{"class":316},[6362],{"type":173,"value":737},{"type":167,"tag":297,"props":6364,"children":6365},{"class":343},[6366],{"type":173,"value":426},{"type":167,"tag":297,"props":6368,"children":6369},{"class":349},[6370],{"type":173,"value":6334},{"type":167,"tag":297,"props":6372,"children":6373},{"class":343},[6374],{"type":173,"value":426},{"type":167,"tag":297,"props":6376,"children":6377},{"class":316},[6378],{"type":173,"value":768},{"type":167,"tag":297,"props":6380,"children":6381},{"class":299,"line":364},[6382,6386,6390,6394,6398,6402,6406,6410,6414,6418,6422,6426,6430,6434,6438,6442,6447,6451,6455],{"type":167,"tag":297,"props":6383,"children":6384},{"class":316},[6385],{"type":173,"value":499},{"type":167,"tag":297,"props":6387,"children":6388},{"class":337},[6389],{"type":173,"value":248},{"type":167,"tag":297,"props":6391,"children":6392},{"class":680},[6393],{"type":173,"value":5628},{"type":167,"tag":297,"props":6395,"children":6396},{"class":316},[6397],{"type":173,"value":737},{"type":167,"tag":297,"props":6399,"children":6400},{"class":337},[6401],{"type":173,"value":389},{"type":167,"tag":297,"props":6403,"children":6404},{"class":316},[6405],{"type":173,"value":319},{"type":167,"tag":297,"props":6407,"children":6408},{"class":502},[6409],{"type":173,"value":4865},{"type":167,"tag":297,"props":6411,"children":6412},{"class":2669},[6413],{"type":173,"value":511},{"type":167,"tag":297,"props":6415,"children":6416},{"class":316},[6417],{"type":173,"value":319},{"type":167,"tag":297,"props":6419,"children":6420},{"class":4896},[6421],{"type":173,"value":5657},{"type":167,"tag":297,"props":6423,"children":6424},{"class":337},[6425],{"type":173,"value":2740},{"type":167,"tag":297,"props":6427,"children":6428},{"class":316},[6429],{"type":173,"value":319},{"type":167,"tag":297,"props":6431,"children":6432},{"class":502},[6433],{"type":173,"value":6288},{"type":167,"tag":297,"props":6435,"children":6436},{"class":2669},[6437],{"type":173,"value":511},{"type":167,"tag":297,"props":6439,"children":6440},{"class":316},[6441],{"type":173,"value":319},{"type":167,"tag":297,"props":6443,"children":6444},{"class":3190},[6445],{"type":173,"value":6446},"true",{"type":167,"tag":297,"props":6448,"children":6449},{"class":316},[6450],{"type":173,"value":319},{"type":167,"tag":297,"props":6452,"children":6453},{"class":337},[6454],{"type":173,"value":408},{"type":167,"tag":297,"props":6456,"children":6457},{"class":316},[6458],{"type":173,"value":768},{"type":167,"tag":297,"props":6460,"children":6461},{"class":299,"line":439},[6462,6466,6470,6474],{"type":167,"tag":297,"props":6463,"children":6464},{"class":316},[6465],{"type":173,"value":499},{"type":167,"tag":297,"props":6467,"children":6468},{"class":337},[6469],{"type":173,"value":248},{"type":167,"tag":297,"props":6471,"children":6472},{"class":680},[6473],{"type":173,"value":4928},{"type":167,"tag":297,"props":6475,"children":6476},{"class":316},[6477],{"type":173,"value":701},{"type":167,"tag":176,"props":6479,"children":6480},{},[6481,6483,6490],{"type":173,"value":6482},"These options are given to ",{"type":167,"tag":199,"props":6484,"children":6487},{"href":6485,"rel":6486},"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator#parameters",[203],[6488],{"type":173,"value":6489},"Intl.Collator()",{"type":173,"value":248},{"type":167,"tag":182,"props":6492,"children":6494},{"id":6493},"limitcount",[6495],{"type":167,"tag":192,"props":6496,"children":6497},{},[6498],{"type":173,"value":6499},"limit(count)",{"type":167,"tag":3790,"props":6501,"children":6502},{},[6503],{"type":167,"tag":3794,"props":6504,"children":6505},{},[6506,6511],{"type":167,"tag":192,"props":6507,"children":6508},{},[6509],{"type":173,"value":6510},"count",{"type":167,"tag":3790,"props":6512,"children":6513},{},[6514,6523],{"type":167,"tag":3794,"props":6515,"children":6516},{},[6517,6518],{"type":173,"value":4383},{"type":167,"tag":192,"props":6519,"children":6520},{},[6521],{"type":173,"value":6522},"number",{"type":167,"tag":3794,"props":6524,"children":6525},{},[6526],{"type":167,"tag":1309,"props":6527,"children":6528},{},[6529],{"type":173,"value":4396},{"type":167,"tag":176,"props":6531,"children":6532},{},[6533],{"type":173,"value":6534},"Limit number of results.",{"type":167,"tag":287,"props":6536,"children":6538},{"className":2633,"code":6537,"language":352,"meta":161},"// fetch only 5 articles\nconst articles = await queryContent('articles').limit(5).find()\n",[6539],{"type":167,"tag":192,"props":6540,"children":6541},{"__ignoreMap":161},[6542,6550],{"type":167,"tag":297,"props":6543,"children":6544},{"class":299,"line":300},[6545],{"type":167,"tag":297,"props":6546,"children":6547},{"class":618},[6548],{"type":173,"value":6549},"// fetch only 5 articles\n",{"type":167,"tag":297,"props":6551,"children":6552},{"class":299,"line":364},[6553,6557,6561,6565,6569,6573,6577,6581,6585,6589,6593,6597,6601,6605,6609,6613,6618,6622,6627,6631,6635,6639],{"type":167,"tag":297,"props":6554,"children":6555},{"class":450},[6556],{"type":173,"value":630},{"type":167,"tag":297,"props":6558,"children":6559},{"class":316},[6560],{"type":173,"value":319},{"type":167,"tag":297,"props":6562,"children":6563},{"class":645},[6564],{"type":173,"value":1143},{"type":167,"tag":297,"props":6566,"children":6567},{"class":316},[6568],{"type":173,"value":319},{"type":167,"tag":297,"props":6570,"children":6571},{"class":508},[6572],{"type":173,"value":340},{"type":167,"tag":297,"props":6574,"children":6575},{"class":316},[6576],{"type":173,"value":319},{"type":167,"tag":297,"props":6578,"children":6579},{"class":368},[6580],{"type":173,"value":673},{"type":167,"tag":297,"props":6582,"children":6583},{"class":316},[6584],{"type":173,"value":319},{"type":167,"tag":297,"props":6586,"children":6587},{"class":680},[6588],{"type":173,"value":719},{"type":167,"tag":297,"props":6590,"children":6591},{"class":316},[6592],{"type":173,"value":737},{"type":167,"tag":297,"props":6594,"children":6595},{"class":343},[6596],{"type":173,"value":426},{"type":167,"tag":297,"props":6598,"children":6599},{"class":349},[6600],{"type":173,"value":1143},{"type":167,"tag":297,"props":6602,"children":6603},{"class":343},[6604],{"type":173,"value":426},{"type":167,"tag":297,"props":6606,"children":6607},{"class":316},[6608],{"type":173,"value":1152},{"type":167,"tag":297,"props":6610,"children":6611},{"class":337},[6612],{"type":173,"value":248},{"type":167,"tag":297,"props":6614,"children":6615},{"class":680},[6616],{"type":173,"value":6617},"limit",{"type":167,"tag":297,"props":6619,"children":6620},{"class":316},[6621],{"type":173,"value":737},{"type":167,"tag":297,"props":6623,"children":6624},{"class":4896},[6625],{"type":173,"value":6626},"5",{"type":167,"tag":297,"props":6628,"children":6629},{"class":316},[6630],{"type":173,"value":1152},{"type":167,"tag":297,"props":6632,"children":6633},{"class":337},[6634],{"type":173,"value":248},{"type":167,"tag":297,"props":6636,"children":6637},{"class":680},[6638],{"type":173,"value":4928},{"type":167,"tag":297,"props":6640,"children":6641},{"class":316},[6642],{"type":173,"value":701},{"type":167,"tag":182,"props":6644,"children":6646},{"id":6645},"skipcount",[6647],{"type":167,"tag":192,"props":6648,"children":6649},{},[6650],{"type":173,"value":6651},"skip(count)",{"type":167,"tag":3790,"props":6653,"children":6654},{},[6655],{"type":167,"tag":3794,"props":6656,"children":6657},{},[6658,6662],{"type":167,"tag":192,"props":6659,"children":6660},{},[6661],{"type":173,"value":6510},{"type":167,"tag":3790,"props":6663,"children":6664},{},[6665,6673],{"type":167,"tag":3794,"props":6666,"children":6667},{},[6668,6669],{"type":173,"value":4383},{"type":167,"tag":192,"props":6670,"children":6671},{},[6672],{"type":173,"value":6522},{"type":167,"tag":3794,"props":6674,"children":6675},{},[6676],{"type":167,"tag":1309,"props":6677,"children":6678},{},[6679],{"type":173,"value":4396},{"type":167,"tag":176,"props":6681,"children":6682},{},[6683],{"type":173,"value":6684},"Skip results.",{"type":167,"tag":287,"props":6686,"children":6688},{"className":2633,"code":6687,"language":352,"meta":161},"// fetch the next 5 articles\nconst articles = await queryContent('articles')\n    .skip(5)\n    .limit(5)\n    .find()\n",[6689],{"type":167,"tag":192,"props":6690,"children":6691},{"__ignoreMap":161},[6692,6700,6759,6787,6814],{"type":167,"tag":297,"props":6693,"children":6694},{"class":299,"line":300},[6695],{"type":167,"tag":297,"props":6696,"children":6697},{"class":618},[6698],{"type":173,"value":6699},"// fetch the next 5 articles\n",{"type":167,"tag":297,"props":6701,"children":6702},{"class":299,"line":364},[6703,6707,6711,6715,6719,6723,6727,6731,6735,6739,6743,6747,6751,6755],{"type":167,"tag":297,"props":6704,"children":6705},{"class":450},[6706],{"type":173,"value":630},{"type":167,"tag":297,"props":6708,"children":6709},{"class":316},[6710],{"type":173,"value":319},{"type":167,"tag":297,"props":6712,"children":6713},{"class":645},[6714],{"type":173,"value":1143},{"type":167,"tag":297,"props":6716,"children":6717},{"class":316},[6718],{"type":173,"value":319},{"type":167,"tag":297,"props":6720,"children":6721},{"class":508},[6722],{"type":173,"value":340},{"type":167,"tag":297,"props":6724,"children":6725},{"class":316},[6726],{"type":173,"value":319},{"type":167,"tag":297,"props":6728,"children":6729},{"class":368},[6730],{"type":173,"value":673},{"type":167,"tag":297,"props":6732,"children":6733},{"class":316},[6734],{"type":173,"value":319},{"type":167,"tag":297,"props":6736,"children":6737},{"class":680},[6738],{"type":173,"value":719},{"type":167,"tag":297,"props":6740,"children":6741},{"class":316},[6742],{"type":173,"value":737},{"type":167,"tag":297,"props":6744,"children":6745},{"class":343},[6746],{"type":173,"value":426},{"type":167,"tag":297,"props":6748,"children":6749},{"class":349},[6750],{"type":173,"value":1143},{"type":167,"tag":297,"props":6752,"children":6753},{"class":343},[6754],{"type":173,"value":426},{"type":167,"tag":297,"props":6756,"children":6757},{"class":316},[6758],{"type":173,"value":768},{"type":167,"tag":297,"props":6760,"children":6761},{"class":299,"line":439},[6762,6766,6770,6775,6779,6783],{"type":167,"tag":297,"props":6763,"children":6764},{"class":316},[6765],{"type":173,"value":1484},{"type":167,"tag":297,"props":6767,"children":6768},{"class":337},[6769],{"type":173,"value":248},{"type":167,"tag":297,"props":6771,"children":6772},{"class":680},[6773],{"type":173,"value":6774},"skip",{"type":167,"tag":297,"props":6776,"children":6777},{"class":316},[6778],{"type":173,"value":737},{"type":167,"tag":297,"props":6780,"children":6781},{"class":4896},[6782],{"type":173,"value":6626},{"type":167,"tag":297,"props":6784,"children":6785},{"class":316},[6786],{"type":173,"value":768},{"type":167,"tag":297,"props":6788,"children":6789},{"class":299,"line":446},[6790,6794,6798,6802,6806,6810],{"type":167,"tag":297,"props":6791,"children":6792},{"class":316},[6793],{"type":173,"value":1484},{"type":167,"tag":297,"props":6795,"children":6796},{"class":337},[6797],{"type":173,"value":248},{"type":167,"tag":297,"props":6799,"children":6800},{"class":680},[6801],{"type":173,"value":6617},{"type":167,"tag":297,"props":6803,"children":6804},{"class":316},[6805],{"type":173,"value":737},{"type":167,"tag":297,"props":6807,"children":6808},{"class":4896},[6809],{"type":173,"value":6626},{"type":167,"tag":297,"props":6811,"children":6812},{"class":316},[6813],{"type":173,"value":768},{"type":167,"tag":297,"props":6815,"children":6816},{"class":299,"line":493},[6817,6821,6825,6829],{"type":167,"tag":297,"props":6818,"children":6819},{"class":316},[6820],{"type":173,"value":1484},{"type":167,"tag":297,"props":6822,"children":6823},{"class":337},[6824],{"type":173,"value":248},{"type":167,"tag":297,"props":6826,"children":6827},{"class":680},[6828],{"type":173,"value":4928},{"type":167,"tag":297,"props":6830,"children":6831},{"class":316},[6832],{"type":173,"value":701},{"type":167,"tag":182,"props":6834,"children":6836},{"id":6835},"withoutkeys",[6837],{"type":167,"tag":192,"props":6838,"children":6839},{},[6840],{"type":173,"value":6841},"without(keys)",{"type":167,"tag":3790,"props":6843,"children":6844},{},[6845],{"type":167,"tag":3794,"props":6846,"children":6847},{},[6848,6852],{"type":167,"tag":192,"props":6849,"children":6850},{},[6851],{"type":173,"value":524},{"type":167,"tag":3790,"props":6853,"children":6854},{},[6855,6870],{"type":167,"tag":3794,"props":6856,"children":6857},{},[6858,6859,6864,6865],{"type":173,"value":4383},{"type":167,"tag":192,"props":6860,"children":6861},{},[6862],{"type":173,"value":6863},"string[]",{"type":173,"value":6254},{"type":167,"tag":192,"props":6866,"children":6867},{},[6868],{"type":173,"value":6869},"string",{"type":167,"tag":3794,"props":6871,"children":6872},{},[6873],{"type":167,"tag":1309,"props":6874,"children":6875},{},[6876],{"type":173,"value":4396},{"type":167,"tag":176,"props":6878,"children":6879},{},[6880],{"type":173,"value":6881},"Remove a subset of fields.",{"type":167,"tag":287,"props":6883,"children":6885},{"className":2633,"code":6884,"language":352,"meta":161},"const articles = await queryContent('articles').without('unused-key').find()\n\nconst articles = await queryContent('articles').without(['unused-key', 'another-unused-key']).find()\n",[6886],{"type":167,"tag":192,"props":6887,"children":6888},{"__ignoreMap":161},[6889,6990,6996],{"type":167,"tag":297,"props":6890,"children":6891},{"class":299,"line":300},[6892,6896,6900,6904,6908,6912,6916,6920,6924,6928,6932,6936,6940,6944,6948,6952,6957,6961,6965,6970,6974,6978,6982,6986],{"type":167,"tag":297,"props":6893,"children":6894},{"class":450},[6895],{"type":173,"value":630},{"type":167,"tag":297,"props":6897,"children":6898},{"class":316},[6899],{"type":173,"value":319},{"type":167,"tag":297,"props":6901,"children":6902},{"class":645},[6903],{"type":173,"value":1143},{"type":167,"tag":297,"props":6905,"children":6906},{"class":316},[6907],{"type":173,"value":319},{"type":167,"tag":297,"props":6909,"children":6910},{"class":508},[6911],{"type":173,"value":340},{"type":167,"tag":297,"props":6913,"children":6914},{"class":316},[6915],{"type":173,"value":319},{"type":167,"tag":297,"props":6917,"children":6918},{"class":368},[6919],{"type":173,"value":673},{"type":167,"tag":297,"props":6921,"children":6922},{"class":316},[6923],{"type":173,"value":319},{"type":167,"tag":297,"props":6925,"children":6926},{"class":680},[6927],{"type":173,"value":719},{"type":167,"tag":297,"props":6929,"children":6930},{"class":316},[6931],{"type":173,"value":737},{"type":167,"tag":297,"props":6933,"children":6934},{"class":343},[6935],{"type":173,"value":426},{"type":167,"tag":297,"props":6937,"children":6938},{"class":349},[6939],{"type":173,"value":1143},{"type":167,"tag":297,"props":6941,"children":6942},{"class":343},[6943],{"type":173,"value":426},{"type":167,"tag":297,"props":6945,"children":6946},{"class":316},[6947],{"type":173,"value":1152},{"type":167,"tag":297,"props":6949,"children":6950},{"class":337},[6951],{"type":173,"value":248},{"type":167,"tag":297,"props":6953,"children":6954},{"class":680},[6955],{"type":173,"value":6956},"without",{"type":167,"tag":297,"props":6958,"children":6959},{"class":316},[6960],{"type":173,"value":737},{"type":167,"tag":297,"props":6962,"children":6963},{"class":343},[6964],{"type":173,"value":426},{"type":167,"tag":297,"props":6966,"children":6967},{"class":349},[6968],{"type":173,"value":6969},"unused-key",{"type":167,"tag":297,"props":6971,"children":6972},{"class":343},[6973],{"type":173,"value":426},{"type":167,"tag":297,"props":6975,"children":6976},{"class":316},[6977],{"type":173,"value":1152},{"type":167,"tag":297,"props":6979,"children":6980},{"class":337},[6981],{"type":173,"value":248},{"type":167,"tag":297,"props":6983,"children":6984},{"class":680},[6985],{"type":173,"value":4928},{"type":167,"tag":297,"props":6987,"children":6988},{"class":316},[6989],{"type":173,"value":1166},{"type":167,"tag":297,"props":6991,"children":6992},{"class":299,"line":364},[6993],{"type":167,"tag":297,"props":6994,"children":6995},{},[],{"type":167,"tag":297,"props":6997,"children":6998},{"class":299,"line":439},[6999,7003,7007,7011,7015,7019,7023,7027,7031,7035,7039,7043,7047,7051,7055,7059,7063,7068,7072,7076,7080,7084,7088,7092,7097,7101,7106,7110,7114],{"type":167,"tag":297,"props":7000,"children":7001},{"class":450},[7002],{"type":173,"value":630},{"type":167,"tag":297,"props":7004,"children":7005},{"class":316},[7006],{"type":173,"value":319},{"type":167,"tag":297,"props":7008,"children":7009},{"class":645},[7010],{"type":173,"value":1143},{"type":167,"tag":297,"props":7012,"children":7013},{"class":316},[7014],{"type":173,"value":319},{"type":167,"tag":297,"props":7016,"children":7017},{"class":508},[7018],{"type":173,"value":340},{"type":167,"tag":297,"props":7020,"children":7021},{"class":316},[7022],{"type":173,"value":319},{"type":167,"tag":297,"props":7024,"children":7025},{"class":368},[7026],{"type":173,"value":673},{"type":167,"tag":297,"props":7028,"children":7029},{"class":316},[7030],{"type":173,"value":319},{"type":167,"tag":297,"props":7032,"children":7033},{"class":680},[7034],{"type":173,"value":719},{"type":167,"tag":297,"props":7036,"children":7037},{"class":316},[7038],{"type":173,"value":737},{"type":167,"tag":297,"props":7040,"children":7041},{"class":343},[7042],{"type":173,"value":426},{"type":167,"tag":297,"props":7044,"children":7045},{"class":349},[7046],{"type":173,"value":1143},{"type":167,"tag":297,"props":7048,"children":7049},{"class":343},[7050],{"type":173,"value":426},{"type":167,"tag":297,"props":7052,"children":7053},{"class":316},[7054],{"type":173,"value":1152},{"type":167,"tag":297,"props":7056,"children":7057},{"class":337},[7058],{"type":173,"value":248},{"type":167,"tag":297,"props":7060,"children":7061},{"class":680},[7062],{"type":173,"value":6956},{"type":167,"tag":297,"props":7064,"children":7065},{"class":316},[7066],{"type":173,"value":7067},"([",{"type":167,"tag":297,"props":7069,"children":7070},{"class":343},[7071],{"type":173,"value":426},{"type":167,"tag":297,"props":7073,"children":7074},{"class":349},[7075],{"type":173,"value":6969},{"type":167,"tag":297,"props":7077,"children":7078},{"class":343},[7079],{"type":173,"value":426},{"type":167,"tag":297,"props":7081,"children":7082},{"class":337},[7083],{"type":173,"value":2740},{"type":167,"tag":297,"props":7085,"children":7086},{"class":316},[7087],{"type":173,"value":319},{"type":167,"tag":297,"props":7089,"children":7090},{"class":343},[7091],{"type":173,"value":426},{"type":167,"tag":297,"props":7093,"children":7094},{"class":349},[7095],{"type":173,"value":7096},"another-unused-key",{"type":167,"tag":297,"props":7098,"children":7099},{"class":343},[7100],{"type":173,"value":426},{"type":167,"tag":297,"props":7102,"children":7103},{"class":316},[7104],{"type":173,"value":7105},"])",{"type":167,"tag":297,"props":7107,"children":7108},{"class":337},[7109],{"type":173,"value":248},{"type":167,"tag":297,"props":7111,"children":7112},{"class":680},[7113],{"type":173,"value":4928},{"type":167,"tag":297,"props":7115,"children":7116},{"class":316},[7117],{"type":173,"value":701},{"type":167,"tag":182,"props":7119,"children":7121},{"id":7120},"onlykeys",[7122],{"type":167,"tag":192,"props":7123,"children":7124},{},[7125],{"type":173,"value":7126},"only(keys)",{"type":167,"tag":3790,"props":7128,"children":7129},{},[7130],{"type":167,"tag":3794,"props":7131,"children":7132},{},[7133,7137],{"type":167,"tag":192,"props":7134,"children":7135},{},[7136],{"type":173,"value":524},{"type":167,"tag":3790,"props":7138,"children":7139},{},[7140,7153],{"type":167,"tag":3794,"props":7141,"children":7142},{},[7143,7144,7148,7149],{"type":173,"value":4383},{"type":167,"tag":192,"props":7145,"children":7146},{},[7147],{"type":173,"value":6863},{"type":173,"value":6254},{"type":167,"tag":192,"props":7150,"children":7151},{},[7152],{"type":173,"value":6869},{"type":167,"tag":3794,"props":7154,"children":7155},{},[7156],{"type":167,"tag":1309,"props":7157,"children":7158},{},[7159],{"type":173,"value":4396},{"type":167,"tag":176,"props":7161,"children":7162},{},[7163],{"type":173,"value":7164},"Select a subset of fields.",{"type":167,"tag":287,"props":7166,"children":7168},{"className":2633,"code":7167,"language":352,"meta":161},"const articles = await queryContent('articles').only('id').find()\n\nconst articles = await queryContent('articles').only(['id', 'title']).find()\n",[7169],{"type":167,"tag":192,"props":7170,"children":7171},{"__ignoreMap":161},[7172,7273,7279],{"type":167,"tag":297,"props":7173,"children":7174},{"class":299,"line":300},[7175,7179,7183,7187,7191,7195,7199,7203,7207,7211,7215,7219,7223,7227,7231,7235,7240,7244,7248,7253,7257,7261,7265,7269],{"type":167,"tag":297,"props":7176,"children":7177},{"class":450},[7178],{"type":173,"value":630},{"type":167,"tag":297,"props":7180,"children":7181},{"class":316},[7182],{"type":173,"value":319},{"type":167,"tag":297,"props":7184,"children":7185},{"class":645},[7186],{"type":173,"value":1143},{"type":167,"tag":297,"props":7188,"children":7189},{"class":316},[7190],{"type":173,"value":319},{"type":167,"tag":297,"props":7192,"children":7193},{"class":508},[7194],{"type":173,"value":340},{"type":167,"tag":297,"props":7196,"children":7197},{"class":316},[7198],{"type":173,"value":319},{"type":167,"tag":297,"props":7200,"children":7201},{"class":368},[7202],{"type":173,"value":673},{"type":167,"tag":297,"props":7204,"children":7205},{"class":316},[7206],{"type":173,"value":319},{"type":167,"tag":297,"props":7208,"children":7209},{"class":680},[7210],{"type":173,"value":719},{"type":167,"tag":297,"props":7212,"children":7213},{"class":316},[7214],{"type":173,"value":737},{"type":167,"tag":297,"props":7216,"children":7217},{"class":343},[7218],{"type":173,"value":426},{"type":167,"tag":297,"props":7220,"children":7221},{"class":349},[7222],{"type":173,"value":1143},{"type":167,"tag":297,"props":7224,"children":7225},{"class":343},[7226],{"type":173,"value":426},{"type":167,"tag":297,"props":7228,"children":7229},{"class":316},[7230],{"type":173,"value":1152},{"type":167,"tag":297,"props":7232,"children":7233},{"class":337},[7234],{"type":173,"value":248},{"type":167,"tag":297,"props":7236,"children":7237},{"class":680},[7238],{"type":173,"value":7239},"only",{"type":167,"tag":297,"props":7241,"children":7242},{"class":316},[7243],{"type":173,"value":737},{"type":167,"tag":297,"props":7245,"children":7246},{"class":343},[7247],{"type":173,"value":426},{"type":167,"tag":297,"props":7249,"children":7250},{"class":349},[7251],{"type":173,"value":7252},"id",{"type":167,"tag":297,"props":7254,"children":7255},{"class":343},[7256],{"type":173,"value":426},{"type":167,"tag":297,"props":7258,"children":7259},{"class":316},[7260],{"type":173,"value":1152},{"type":167,"tag":297,"props":7262,"children":7263},{"class":337},[7264],{"type":173,"value":248},{"type":167,"tag":297,"props":7266,"children":7267},{"class":680},[7268],{"type":173,"value":4928},{"type":167,"tag":297,"props":7270,"children":7271},{"class":316},[7272],{"type":173,"value":1166},{"type":167,"tag":297,"props":7274,"children":7275},{"class":299,"line":364},[7276],{"type":167,"tag":297,"props":7277,"children":7278},{},[],{"type":167,"tag":297,"props":7280,"children":7281},{"class":299,"line":439},[7282,7286,7290,7294,7298,7302,7306,7310,7314,7318,7322,7326,7330,7334,7338,7342,7346,7350,7354,7358,7362,7366,7370,7374,7378,7382,7386,7390,7394],{"type":167,"tag":297,"props":7283,"children":7284},{"class":450},[7285],{"type":173,"value":630},{"type":167,"tag":297,"props":7287,"children":7288},{"class":316},[7289],{"type":173,"value":319},{"type":167,"tag":297,"props":7291,"children":7292},{"class":645},[7293],{"type":173,"value":1143},{"type":167,"tag":297,"props":7295,"children":7296},{"class":316},[7297],{"type":173,"value":319},{"type":167,"tag":297,"props":7299,"children":7300},{"class":508},[7301],{"type":173,"value":340},{"type":167,"tag":297,"props":7303,"children":7304},{"class":316},[7305],{"type":173,"value":319},{"type":167,"tag":297,"props":7307,"children":7308},{"class":368},[7309],{"type":173,"value":673},{"type":167,"tag":297,"props":7311,"children":7312},{"class":316},[7313],{"type":173,"value":319},{"type":167,"tag":297,"props":7315,"children":7316},{"class":680},[7317],{"type":173,"value":719},{"type":167,"tag":297,"props":7319,"children":7320},{"class":316},[7321],{"type":173,"value":737},{"type":167,"tag":297,"props":7323,"children":7324},{"class":343},[7325],{"type":173,"value":426},{"type":167,"tag":297,"props":7327,"children":7328},{"class":349},[7329],{"type":173,"value":1143},{"type":167,"tag":297,"props":7331,"children":7332},{"class":343},[7333],{"type":173,"value":426},{"type":167,"tag":297,"props":7335,"children":7336},{"class":316},[7337],{"type":173,"value":1152},{"type":167,"tag":297,"props":7339,"children":7340},{"class":337},[7341],{"type":173,"value":248},{"type":167,"tag":297,"props":7343,"children":7344},{"class":680},[7345],{"type":173,"value":7239},{"type":167,"tag":297,"props":7347,"children":7348},{"class":316},[7349],{"type":173,"value":7067},{"type":167,"tag":297,"props":7351,"children":7352},{"class":343},[7353],{"type":173,"value":426},{"type":167,"tag":297,"props":7355,"children":7356},{"class":349},[7357],{"type":173,"value":7252},{"type":167,"tag":297,"props":7359,"children":7360},{"class":343},[7361],{"type":173,"value":426},{"type":167,"tag":297,"props":7363,"children":7364},{"class":337},[7365],{"type":173,"value":2740},{"type":167,"tag":297,"props":7367,"children":7368},{"class":316},[7369],{"type":173,"value":319},{"type":167,"tag":297,"props":7371,"children":7372},{"class":343},[7373],{"type":173,"value":426},{"type":167,"tag":297,"props":7375,"children":7376},{"class":349},[7377],{"type":173,"value":1370},{"type":167,"tag":297,"props":7379,"children":7380},{"class":343},[7381],{"type":173,"value":426},{"type":167,"tag":297,"props":7383,"children":7384},{"class":316},[7385],{"type":173,"value":7105},{"type":167,"tag":297,"props":7387,"children":7388},{"class":337},[7389],{"type":173,"value":248},{"type":167,"tag":297,"props":7391,"children":7392},{"class":680},[7393],{"type":173,"value":4928},{"type":167,"tag":297,"props":7395,"children":7396},{"class":316},[7397],{"type":173,"value":701},{"type":167,"tag":182,"props":7399,"children":7400},{"id":4928},[7401],{"type":167,"tag":192,"props":7402,"children":7403},{},[7404],{"type":173,"value":221},{"type":167,"tag":176,"props":7406,"children":7407},{},[7408],{"type":173,"value":7409},"Fetch and return the list of matched contents based on the query.",{"type":167,"tag":287,"props":7411,"children":7413},{"className":2633,"code":7412,"language":352,"meta":161},"// List of articles\nconst articles = await queryContent('articles').find()\n",[7414],{"type":167,"tag":192,"props":7415,"children":7416},{"__ignoreMap":161},[7417,7425],{"type":167,"tag":297,"props":7418,"children":7419},{"class":299,"line":300},[7420],{"type":167,"tag":297,"props":7421,"children":7422},{"class":618},[7423],{"type":173,"value":7424},"// List of articles\n",{"type":167,"tag":297,"props":7426,"children":7427},{"class":299,"line":364},[7428,7432,7436,7440,7444,7448,7452,7456,7460,7464,7468,7472,7476,7480,7484,7488,7492],{"type":167,"tag":297,"props":7429,"children":7430},{"class":450},[7431],{"type":173,"value":630},{"type":167,"tag":297,"props":7433,"children":7434},{"class":316},[7435],{"type":173,"value":319},{"type":167,"tag":297,"props":7437,"children":7438},{"class":645},[7439],{"type":173,"value":1143},{"type":167,"tag":297,"props":7441,"children":7442},{"class":316},[7443],{"type":173,"value":319},{"type":167,"tag":297,"props":7445,"children":7446},{"class":508},[7447],{"type":173,"value":340},{"type":167,"tag":297,"props":7449,"children":7450},{"class":316},[7451],{"type":173,"value":319},{"type":167,"tag":297,"props":7453,"children":7454},{"class":368},[7455],{"type":173,"value":673},{"type":167,"tag":297,"props":7457,"children":7458},{"class":316},[7459],{"type":173,"value":319},{"type":167,"tag":297,"props":7461,"children":7462},{"class":680},[7463],{"type":173,"value":719},{"type":167,"tag":297,"props":7465,"children":7466},{"class":316},[7467],{"type":173,"value":737},{"type":167,"tag":297,"props":7469,"children":7470},{"class":343},[7471],{"type":173,"value":426},{"type":167,"tag":297,"props":7473,"children":7474},{"class":349},[7475],{"type":173,"value":1143},{"type":167,"tag":297,"props":7477,"children":7478},{"class":343},[7479],{"type":173,"value":426},{"type":167,"tag":297,"props":7481,"children":7482},{"class":316},[7483],{"type":173,"value":1152},{"type":167,"tag":297,"props":7485,"children":7486},{"class":337},[7487],{"type":173,"value":248},{"type":167,"tag":297,"props":7489,"children":7490},{"class":680},[7491],{"type":173,"value":4928},{"type":167,"tag":297,"props":7493,"children":7494},{"class":316},[7495],{"type":173,"value":701},{"type":167,"tag":182,"props":7497,"children":7499},{"id":7498},"findone",[7500],{"type":167,"tag":192,"props":7501,"children":7502},{},[7503],{"type":173,"value":228},{"type":167,"tag":176,"props":7505,"children":7506},{},[7507],{"type":173,"value":7508},"Fetch the first match of content.",{"type":167,"tag":287,"props":7510,"children":7512},{"className":2633,"code":7511,"language":352,"meta":161},"const firstArticle = await queryContent('articles').findOne()\n",[7513],{"type":167,"tag":192,"props":7514,"children":7515},{"__ignoreMap":161},[7516],{"type":167,"tag":297,"props":7517,"children":7518},{"class":299,"line":300},[7519,7523,7527,7532,7536,7540,7544,7548,7552,7556,7560,7564,7568,7572,7576,7580,7584],{"type":167,"tag":297,"props":7520,"children":7521},{"class":450},[7522],{"type":173,"value":630},{"type":167,"tag":297,"props":7524,"children":7525},{"class":316},[7526],{"type":173,"value":319},{"type":167,"tag":297,"props":7528,"children":7529},{"class":645},[7530],{"type":173,"value":7531},"firstArticle",{"type":167,"tag":297,"props":7533,"children":7534},{"class":316},[7535],{"type":173,"value":319},{"type":167,"tag":297,"props":7537,"children":7538},{"class":508},[7539],{"type":173,"value":340},{"type":167,"tag":297,"props":7541,"children":7542},{"class":316},[7543],{"type":173,"value":319},{"type":167,"tag":297,"props":7545,"children":7546},{"class":368},[7547],{"type":173,"value":673},{"type":167,"tag":297,"props":7549,"children":7550},{"class":316},[7551],{"type":173,"value":319},{"type":167,"tag":297,"props":7553,"children":7554},{"class":680},[7555],{"type":173,"value":719},{"type":167,"tag":297,"props":7557,"children":7558},{"class":316},[7559],{"type":173,"value":737},{"type":167,"tag":297,"props":7561,"children":7562},{"class":343},[7563],{"type":173,"value":426},{"type":167,"tag":297,"props":7565,"children":7566},{"class":349},[7567],{"type":173,"value":1143},{"type":167,"tag":297,"props":7569,"children":7570},{"class":343},[7571],{"type":173,"value":426},{"type":167,"tag":297,"props":7573,"children":7574},{"class":316},[7575],{"type":173,"value":1152},{"type":167,"tag":297,"props":7577,"children":7578},{"class":337},[7579],{"type":173,"value":248},{"type":167,"tag":297,"props":7581,"children":7582},{"class":680},[7583],{"type":173,"value":1161},{"type":167,"tag":297,"props":7585,"children":7586},{"class":316},[7587],{"type":173,"value":701},{"type":167,"tag":182,"props":7589,"children":7591},{"id":7590},"findsurroundpath-options",[7592],{"type":167,"tag":192,"props":7593,"children":7594},{},[7595],{"type":173,"value":7596},"findSurround(path, options)",{"type":167,"tag":3790,"props":7598,"children":7599},{},[7600,7626],{"type":167,"tag":3794,"props":7601,"children":7602},{},[7603,7608],{"type":167,"tag":192,"props":7604,"children":7605},{},[7606],{"type":173,"value":7607},"path",{"type":167,"tag":3790,"props":7609,"children":7610},{},[7611,7619],{"type":167,"tag":3794,"props":7612,"children":7613},{},[7614,7615],{"type":173,"value":4383},{"type":167,"tag":192,"props":7616,"children":7617},{},[7618],{"type":173,"value":6869},{"type":167,"tag":3794,"props":7620,"children":7621},{},[7622],{"type":167,"tag":1309,"props":7623,"children":7624},{},[7625],{"type":173,"value":4396},{"type":167,"tag":3794,"props":7627,"children":7628},{},[7629,7633],{"type":167,"tag":192,"props":7630,"children":7631},{},[7632],{"type":173,"value":5514},{"type":167,"tag":3790,"props":7634,"children":7635},{},[7636,7645],{"type":167,"tag":3794,"props":7637,"children":7638},{},[7639,7640],{"type":173,"value":4383},{"type":167,"tag":192,"props":7641,"children":7642},{},[7643],{"type":173,"value":7644},"{ before: number, after: number }",{"type":167,"tag":3794,"props":7646,"children":7647},{},[7648,7650],{"type":173,"value":7649},"Default: ",{"type":167,"tag":192,"props":7651,"children":7652},{},[7653],{"type":173,"value":7654},"{ before: 1, after: 1 }",{"type":167,"tag":176,"props":7656,"children":7657},{},[7658],{"type":173,"value":7659},"Get the previous and next results around the path. The path should be the full path of the target content.",{"type":167,"tag":176,"props":7661,"children":7662},{},[7663],{"type":173,"value":7664},"You will always obtain an array of fixed length filled with the matching document or null.",{"type":167,"tag":287,"props":7666,"children":7668},{"className":2633,"code":7667,"language":352,"meta":161},"const [prev, next] = await queryContent()\n  .only(['_path', 'title'])\n  .sort({ date: 1})\n  .where({ isArchived: false })\n  .findSurround('/articles/article-2')\n\n// Returns\n[\n  {\n    title: 'Article 1',\n    _path: '/articles/article-1'\n    //...\n  },\n  null // no article-3 here\n]\n",[7669],{"type":167,"tag":192,"props":7670,"children":7671},{"__ignoreMap":161},[7672,7738,7794,7846,7902,7939,7945,7953,7960,7971,8007,8039,8051,8063,8085],{"type":167,"tag":297,"props":7673,"children":7674},{"class":299,"line":300},[7675,7679,7683,7688,7693,7697,7701,7706,7710,7714,7718,7722,7726,7730,7734],{"type":167,"tag":297,"props":7676,"children":7677},{"class":450},[7678],{"type":173,"value":630},{"type":167,"tag":297,"props":7680,"children":7681},{"class":316},[7682],{"type":173,"value":319},{"type":167,"tag":297,"props":7684,"children":7685},{"class":337},[7686],{"type":173,"value":7687},"[",{"type":167,"tag":297,"props":7689,"children":7690},{"class":645},[7691],{"type":173,"value":7692},"prev",{"type":167,"tag":297,"props":7694,"children":7695},{"class":337},[7696],{"type":173,"value":2740},{"type":167,"tag":297,"props":7698,"children":7699},{"class":316},[7700],{"type":173,"value":319},{"type":167,"tag":297,"props":7702,"children":7703},{"class":645},[7704],{"type":173,"value":7705},"next",{"type":167,"tag":297,"props":7707,"children":7708},{"class":337},[7709],{"type":173,"value":1983},{"type":167,"tag":297,"props":7711,"children":7712},{"class":316},[7713],{"type":173,"value":319},{"type":167,"tag":297,"props":7715,"children":7716},{"class":508},[7717],{"type":173,"value":340},{"type":167,"tag":297,"props":7719,"children":7720},{"class":316},[7721],{"type":173,"value":319},{"type":167,"tag":297,"props":7723,"children":7724},{"class":368},[7725],{"type":173,"value":673},{"type":167,"tag":297,"props":7727,"children":7728},{"class":316},[7729],{"type":173,"value":319},{"type":167,"tag":297,"props":7731,"children":7732},{"class":680},[7733],{"type":173,"value":719},{"type":167,"tag":297,"props":7735,"children":7736},{"class":316},[7737],{"type":173,"value":1166},{"type":167,"tag":297,"props":7739,"children":7740},{"class":299,"line":364},[7741,7745,7749,7753,7757,7761,7765,7769,7773,7777,7781,7785,7789],{"type":167,"tag":297,"props":7742,"children":7743},{"class":316},[7744],{"type":173,"value":499},{"type":167,"tag":297,"props":7746,"children":7747},{"class":337},[7748],{"type":173,"value":248},{"type":167,"tag":297,"props":7750,"children":7751},{"class":680},[7752],{"type":173,"value":7239},{"type":167,"tag":297,"props":7754,"children":7755},{"class":316},[7756],{"type":173,"value":7067},{"type":167,"tag":297,"props":7758,"children":7759},{"class":343},[7760],{"type":173,"value":426},{"type":167,"tag":297,"props":7762,"children":7763},{"class":349},[7764],{"type":173,"value":1284},{"type":167,"tag":297,"props":7766,"children":7767},{"class":343},[7768],{"type":173,"value":426},{"type":167,"tag":297,"props":7770,"children":7771},{"class":337},[7772],{"type":173,"value":2740},{"type":167,"tag":297,"props":7774,"children":7775},{"class":316},[7776],{"type":173,"value":319},{"type":167,"tag":297,"props":7778,"children":7779},{"class":343},[7780],{"type":173,"value":426},{"type":167,"tag":297,"props":7782,"children":7783},{"class":349},[7784],{"type":173,"value":1370},{"type":167,"tag":297,"props":7786,"children":7787},{"class":343},[7788],{"type":173,"value":426},{"type":167,"tag":297,"props":7790,"children":7791},{"class":316},[7792],{"type":173,"value":7793},"])\n",{"type":167,"tag":297,"props":7795,"children":7796},{"class":299,"line":439},[7797,7801,7805,7809,7813,7817,7821,7826,7830,7834,7838,7842],{"type":167,"tag":297,"props":7798,"children":7799},{"class":316},[7800],{"type":173,"value":499},{"type":167,"tag":297,"props":7802,"children":7803},{"class":337},[7804],{"type":173,"value":248},{"type":167,"tag":297,"props":7806,"children":7807},{"class":680},[7808],{"type":173,"value":5628},{"type":167,"tag":297,"props":7810,"children":7811},{"class":316},[7812],{"type":173,"value":737},{"type":167,"tag":297,"props":7814,"children":7815},{"class":337},[7816],{"type":173,"value":389},{"type":167,"tag":297,"props":7818,"children":7819},{"class":316},[7820],{"type":173,"value":319},{"type":167,"tag":297,"props":7822,"children":7823},{"class":502},[7824],{"type":173,"value":7825},"date",{"type":167,"tag":297,"props":7827,"children":7828},{"class":2669},[7829],{"type":173,"value":511},{"type":167,"tag":297,"props":7831,"children":7832},{"class":316},[7833],{"type":173,"value":319},{"type":167,"tag":297,"props":7835,"children":7836},{"class":4896},[7837],{"type":173,"value":5657},{"type":167,"tag":297,"props":7839,"children":7840},{"class":337},[7841],{"type":173,"value":408},{"type":167,"tag":297,"props":7843,"children":7844},{"class":316},[7845],{"type":173,"value":768},{"type":167,"tag":297,"props":7847,"children":7848},{"class":299,"line":446},[7849,7853,7857,7861,7865,7869,7873,7878,7882,7886,7890,7894,7898],{"type":167,"tag":297,"props":7850,"children":7851},{"class":316},[7852],{"type":173,"value":499},{"type":167,"tag":297,"props":7854,"children":7855},{"class":337},[7856],{"type":173,"value":248},{"type":167,"tag":297,"props":7858,"children":7859},{"class":680},[7860],{"type":173,"value":3673},{"type":167,"tag":297,"props":7862,"children":7863},{"class":316},[7864],{"type":173,"value":737},{"type":167,"tag":297,"props":7866,"children":7867},{"class":337},[7868],{"type":173,"value":389},{"type":167,"tag":297,"props":7870,"children":7871},{"class":316},[7872],{"type":173,"value":319},{"type":167,"tag":297,"props":7874,"children":7875},{"class":502},[7876],{"type":173,"value":7877},"isArchived",{"type":167,"tag":297,"props":7879,"children":7880},{"class":2669},[7881],{"type":173,"value":511},{"type":167,"tag":297,"props":7883,"children":7884},{"class":316},[7885],{"type":173,"value":319},{"type":167,"tag":297,"props":7887,"children":7888},{"class":3190},[7889],{"type":173,"value":3238},{"type":167,"tag":297,"props":7891,"children":7892},{"class":316},[7893],{"type":173,"value":319},{"type":167,"tag":297,"props":7895,"children":7896},{"class":337},[7897],{"type":173,"value":408},{"type":167,"tag":297,"props":7899,"children":7900},{"class":316},[7901],{"type":173,"value":768},{"type":167,"tag":297,"props":7903,"children":7904},{"class":299,"line":493},[7905,7909,7913,7918,7922,7926,7931,7935],{"type":167,"tag":297,"props":7906,"children":7907},{"class":316},[7908],{"type":173,"value":499},{"type":167,"tag":297,"props":7910,"children":7911},{"class":337},[7912],{"type":173,"value":248},{"type":167,"tag":297,"props":7914,"children":7915},{"class":680},[7916],{"type":173,"value":7917},"findSurround",{"type":167,"tag":297,"props":7919,"children":7920},{"class":316},[7921],{"type":173,"value":737},{"type":167,"tag":297,"props":7923,"children":7924},{"class":343},[7925],{"type":173,"value":426},{"type":167,"tag":297,"props":7927,"children":7928},{"class":349},[7929],{"type":173,"value":7930},"/articles/article-2",{"type":167,"tag":297,"props":7932,"children":7933},{"class":343},[7934],{"type":173,"value":426},{"type":167,"tag":297,"props":7936,"children":7937},{"class":316},[7938],{"type":173,"value":768},{"type":167,"tag":297,"props":7940,"children":7941},{"class":299,"line":531},[7942],{"type":167,"tag":297,"props":7943,"children":7944},{},[],{"type":167,"tag":297,"props":7946,"children":7947},{"class":299,"line":565},[7948],{"type":167,"tag":297,"props":7949,"children":7950},{"class":618},[7951],{"type":173,"value":7952},"// Returns\n",{"type":167,"tag":297,"props":7954,"children":7955},{"class":299,"line":598},[7956],{"type":167,"tag":297,"props":7957,"children":7958},{"class":316},[7959],{"type":173,"value":1476},{"type":167,"tag":297,"props":7961,"children":7962},{"class":299,"line":607},[7963,7967],{"type":167,"tag":297,"props":7964,"children":7965},{"class":316},[7966],{"type":173,"value":499},{"type":167,"tag":297,"props":7968,"children":7969},{"class":337},[7970],{"type":173,"value":490},{"type":167,"tag":297,"props":7972,"children":7973},{"class":299,"line":614},[7974,7978,7982,7986,7990,7994,7999,8003],{"type":167,"tag":297,"props":7975,"children":7976},{"class":316},[7977],{"type":173,"value":1484},{"type":167,"tag":297,"props":7979,"children":7980},{"class":502},[7981],{"type":173,"value":1370},{"type":167,"tag":297,"props":7983,"children":7984},{"class":2669},[7985],{"type":173,"value":511},{"type":167,"tag":297,"props":7987,"children":7988},{"class":316},[7989],{"type":173,"value":319},{"type":167,"tag":297,"props":7991,"children":7992},{"class":343},[7993],{"type":173,"value":426},{"type":167,"tag":297,"props":7995,"children":7996},{"class":349},[7997],{"type":173,"value":7998},"Article 1",{"type":167,"tag":297,"props":8000,"children":8001},{"class":343},[8002],{"type":173,"value":426},{"type":167,"tag":297,"props":8004,"children":8005},{"class":337},[8006],{"type":173,"value":1091},{"type":167,"tag":297,"props":8008,"children":8009},{"class":299,"line":624},[8010,8014,8018,8022,8026,8030,8035],{"type":167,"tag":297,"props":8011,"children":8012},{"class":316},[8013],{"type":173,"value":1484},{"type":167,"tag":297,"props":8015,"children":8016},{"class":502},[8017],{"type":173,"value":1284},{"type":167,"tag":297,"props":8019,"children":8020},{"class":2669},[8021],{"type":173,"value":511},{"type":167,"tag":297,"props":8023,"children":8024},{"class":316},[8025],{"type":173,"value":319},{"type":167,"tag":297,"props":8027,"children":8028},{"class":343},[8029],{"type":173,"value":426},{"type":167,"tag":297,"props":8031,"children":8032},{"class":349},[8033],{"type":173,"value":8034},"/articles/article-1",{"type":167,"tag":297,"props":8036,"children":8037},{"class":343},[8038],{"type":173,"value":436},{"type":167,"tag":297,"props":8040,"children":8041},{"class":299,"line":691},[8042,8046],{"type":167,"tag":297,"props":8043,"children":8044},{"class":337},[8045],{"type":173,"value":1484},{"type":167,"tag":297,"props":8047,"children":8048},{"class":618},[8049],{"type":173,"value":8050},"//...\n",{"type":167,"tag":297,"props":8052,"children":8053},{"class":299,"line":771},[8054,8058],{"type":167,"tag":297,"props":8055,"children":8056},{"class":316},[8057],{"type":173,"value":499},{"type":167,"tag":297,"props":8059,"children":8060},{"class":337},[8061],{"type":173,"value":8062},"},\n",{"type":167,"tag":297,"props":8064,"children":8065},{"class":299,"line":779},[8066,8070,8076,8080],{"type":167,"tag":297,"props":8067,"children":8068},{"class":316},[8069],{"type":173,"value":499},{"type":167,"tag":297,"props":8071,"children":8073},{"class":8072},"ct-713222",[8074],{"type":173,"value":8075},"null",{"type":167,"tag":297,"props":8077,"children":8078},{"class":316},[8079],{"type":173,"value":319},{"type":167,"tag":297,"props":8081,"children":8082},{"class":618},[8083],{"type":173,"value":8084},"// no article-3 here\n",{"type":167,"tag":297,"props":8086,"children":8087},{"class":299,"line":6068},[8088],{"type":167,"tag":297,"props":8089,"children":8090},{"class":316},[8091],{"type":173,"value":1983},{"type":167,"tag":182,"props":8093,"children":8094},{"id":6510},[8095],{"type":167,"tag":192,"props":8096,"children":8097},{},[8098],{"type":173,"value":8099},"count()",{"type":167,"tag":176,"props":8101,"children":8102},{},[8103],{"type":173,"value":8104},"Count the number of matched contents based on the query.",{"type":167,"tag":287,"props":8106,"children":8108},{"className":2633,"code":8107,"language":352,"meta":161},"// Count of articles\nconst count = await queryContent('articles').count()\n\n// Returns\n5 // number of articles\n",[8109],{"type":167,"tag":192,"props":8110,"children":8111},{"__ignoreMap":161},[8112,8120,8191,8197,8204],{"type":167,"tag":297,"props":8113,"children":8114},{"class":299,"line":300},[8115],{"type":167,"tag":297,"props":8116,"children":8117},{"class":618},[8118],{"type":173,"value":8119},"// Count of articles\n",{"type":167,"tag":297,"props":8121,"children":8122},{"class":299,"line":364},[8123,8127,8131,8135,8139,8143,8147,8151,8155,8159,8163,8167,8171,8175,8179,8183,8187],{"type":167,"tag":297,"props":8124,"children":8125},{"class":450},[8126],{"type":173,"value":630},{"type":167,"tag":297,"props":8128,"children":8129},{"class":316},[8130],{"type":173,"value":319},{"type":167,"tag":297,"props":8132,"children":8133},{"class":645},[8134],{"type":173,"value":6510},{"type":167,"tag":297,"props":8136,"children":8137},{"class":316},[8138],{"type":173,"value":319},{"type":167,"tag":297,"props":8140,"children":8141},{"class":508},[8142],{"type":173,"value":340},{"type":167,"tag":297,"props":8144,"children":8145},{"class":316},[8146],{"type":173,"value":319},{"type":167,"tag":297,"props":8148,"children":8149},{"class":368},[8150],{"type":173,"value":673},{"type":167,"tag":297,"props":8152,"children":8153},{"class":316},[8154],{"type":173,"value":319},{"type":167,"tag":297,"props":8156,"children":8157},{"class":680},[8158],{"type":173,"value":719},{"type":167,"tag":297,"props":8160,"children":8161},{"class":316},[8162],{"type":173,"value":737},{"type":167,"tag":297,"props":8164,"children":8165},{"class":343},[8166],{"type":173,"value":426},{"type":167,"tag":297,"props":8168,"children":8169},{"class":349},[8170],{"type":173,"value":1143},{"type":167,"tag":297,"props":8172,"children":8173},{"class":343},[8174],{"type":173,"value":426},{"type":167,"tag":297,"props":8176,"children":8177},{"class":316},[8178],{"type":173,"value":1152},{"type":167,"tag":297,"props":8180,"children":8181},{"class":337},[8182],{"type":173,"value":248},{"type":167,"tag":297,"props":8184,"children":8185},{"class":680},[8186],{"type":173,"value":6510},{"type":167,"tag":297,"props":8188,"children":8189},{"class":316},[8190],{"type":173,"value":1166},{"type":167,"tag":297,"props":8192,"children":8193},{"class":299,"line":439},[8194],{"type":167,"tag":297,"props":8195,"children":8196},{},[],{"type":167,"tag":297,"props":8198,"children":8199},{"class":299,"line":446},[8200],{"type":167,"tag":297,"props":8201,"children":8202},{"class":618},[8203],{"type":173,"value":7952},{"type":167,"tag":297,"props":8205,"children":8206},{"class":299,"line":493},[8207,8211,8215],{"type":167,"tag":297,"props":8208,"children":8209},{"class":4896},[8210],{"type":173,"value":6626},{"type":167,"tag":297,"props":8212,"children":8213},{"class":316},[8214],{"type":173,"value":319},{"type":167,"tag":297,"props":8216,"children":8217},{"class":618},[8218],{"type":173,"value":8219},"// number of articles",{"type":167,"tag":176,"props":8221,"children":8222},{},[8223,8225,8229,8231,8236],{"type":173,"value":8224},"You can also use ",{"type":167,"tag":192,"props":8226,"children":8227},{},[8228],{"type":173,"value":8099},{"type":173,"value":8230}," with ",{"type":167,"tag":192,"props":8232,"children":8233},{},[8234],{"type":173,"value":8235},"where()",{"type":173,"value":8237}," method.",{"type":167,"tag":287,"props":8239,"children":8241},{"className":2633,"code":8240,"language":352,"meta":161},"// Count of articles\nconst count = await queryContent('articles')\n  .where({ isArchived: false })\n  .count()\n\n// Returns\n5 // number of articles\n",[8242],{"type":167,"tag":192,"props":8243,"children":8244},{"__ignoreMap":161},[8245,8252,8311,8366,8385,8391,8398],{"type":167,"tag":297,"props":8246,"children":8247},{"class":299,"line":300},[8248],{"type":167,"tag":297,"props":8249,"children":8250},{"class":618},[8251],{"type":173,"value":8119},{"type":167,"tag":297,"props":8253,"children":8254},{"class":299,"line":364},[8255,8259,8263,8267,8271,8275,8279,8283,8287,8291,8295,8299,8303,8307],{"type":167,"tag":297,"props":8256,"children":8257},{"class":450},[8258],{"type":173,"value":630},{"type":167,"tag":297,"props":8260,"children":8261},{"class":316},[8262],{"type":173,"value":319},{"type":167,"tag":297,"props":8264,"children":8265},{"class":645},[8266],{"type":173,"value":6510},{"type":167,"tag":297,"props":8268,"children":8269},{"class":316},[8270],{"type":173,"value":319},{"type":167,"tag":297,"props":8272,"children":8273},{"class":508},[8274],{"type":173,"value":340},{"type":167,"tag":297,"props":8276,"children":8277},{"class":316},[8278],{"type":173,"value":319},{"type":167,"tag":297,"props":8280,"children":8281},{"class":368},[8282],{"type":173,"value":673},{"type":167,"tag":297,"props":8284,"children":8285},{"class":316},[8286],{"type":173,"value":319},{"type":167,"tag":297,"props":8288,"children":8289},{"class":680},[8290],{"type":173,"value":719},{"type":167,"tag":297,"props":8292,"children":8293},{"class":316},[8294],{"type":173,"value":737},{"type":167,"tag":297,"props":8296,"children":8297},{"class":343},[8298],{"type":173,"value":426},{"type":167,"tag":297,"props":8300,"children":8301},{"class":349},[8302],{"type":173,"value":1143},{"type":167,"tag":297,"props":8304,"children":8305},{"class":343},[8306],{"type":173,"value":426},{"type":167,"tag":297,"props":8308,"children":8309},{"class":316},[8310],{"type":173,"value":768},{"type":167,"tag":297,"props":8312,"children":8313},{"class":299,"line":439},[8314,8318,8322,8326,8330,8334,8338,8342,8346,8350,8354,8358,8362],{"type":167,"tag":297,"props":8315,"children":8316},{"class":316},[8317],{"type":173,"value":499},{"type":167,"tag":297,"props":8319,"children":8320},{"class":337},[8321],{"type":173,"value":248},{"type":167,"tag":297,"props":8323,"children":8324},{"class":680},[8325],{"type":173,"value":3673},{"type":167,"tag":297,"props":8327,"children":8328},{"class":316},[8329],{"type":173,"value":737},{"type":167,"tag":297,"props":8331,"children":8332},{"class":337},[8333],{"type":173,"value":389},{"type":167,"tag":297,"props":8335,"children":8336},{"class":316},[8337],{"type":173,"value":319},{"type":167,"tag":297,"props":8339,"children":8340},{"class":502},[8341],{"type":173,"value":7877},{"type":167,"tag":297,"props":8343,"children":8344},{"class":2669},[8345],{"type":173,"value":511},{"type":167,"tag":297,"props":8347,"children":8348},{"class":316},[8349],{"type":173,"value":319},{"type":167,"tag":297,"props":8351,"children":8352},{"class":3190},[8353],{"type":173,"value":3238},{"type":167,"tag":297,"props":8355,"children":8356},{"class":316},[8357],{"type":173,"value":319},{"type":167,"tag":297,"props":8359,"children":8360},{"class":337},[8361],{"type":173,"value":408},{"type":167,"tag":297,"props":8363,"children":8364},{"class":316},[8365],{"type":173,"value":768},{"type":167,"tag":297,"props":8367,"children":8368},{"class":299,"line":446},[8369,8373,8377,8381],{"type":167,"tag":297,"props":8370,"children":8371},{"class":316},[8372],{"type":173,"value":499},{"type":167,"tag":297,"props":8374,"children":8375},{"class":337},[8376],{"type":173,"value":248},{"type":167,"tag":297,"props":8378,"children":8379},{"class":680},[8380],{"type":173,"value":6510},{"type":167,"tag":297,"props":8382,"children":8383},{"class":316},[8384],{"type":173,"value":1166},{"type":167,"tag":297,"props":8386,"children":8387},{"class":299,"line":493},[8388],{"type":167,"tag":297,"props":8389,"children":8390},{},[],{"type":167,"tag":297,"props":8392,"children":8393},{"class":299,"line":531},[8394],{"type":167,"tag":297,"props":8395,"children":8396},{"class":618},[8397],{"type":173,"value":7952},{"type":167,"tag":297,"props":8399,"children":8400},{"class":299,"line":565},[8401,8405,8409],{"type":167,"tag":297,"props":8402,"children":8403},{"class":4896},[8404],{"type":173,"value":6626},{"type":167,"tag":297,"props":8406,"children":8407},{"class":316},[8408],{"type":173,"value":319},{"type":167,"tag":297,"props":8410,"children":8411},{"class":618},[8412],{"type":173,"value":8219},{"type":167,"tag":1229,"props":8414,"children":8415},{},[8416],{"type":173,"value":8417},".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-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-798230{color:#93A1A1;font-style:italic;}.dark .ct-798230{color:#6A9955;font-style:unset;}.light .ct-798230{color:#90A4AE;font-style:italic;}.ct-340802{color:#657B83;}.dark .ct-340802{color:#9CDCFE;}.light .ct-340802{color:#E53935;}.ct-931742{color:#657B83;}.dark .ct-931742{color:#9CDCFE;}.light .ct-931742{color:#39ADB5;}.ct-822477{color:#D33682;}.dark .ct-822477{color:#B5CEA8;}.light .ct-822477{color:#F76D47;}.ct-716470{color:#2AA198;}.dark .ct-716470{color:#CE9178;}.light .ct-716470{color:#E53935;}.ct-432929{color:#B58900;}.dark .ct-432929{color:#569CD6;}.light .ct-432929{color:#FF5370;}.ct-713222{color:#B58900;}.dark .ct-713222{color:#569CD6;}.light .ct-713222{color:#39ADB5;}",{"title":161,"searchDepth":364,"depth":364,"links":8419},[8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431],{"id":3848,"depth":364,"text":3851},{"id":4134,"depth":364,"text":4137},{"id":4358,"depth":364,"text":4364},{"id":5497,"depth":364,"text":5503},{"id":6493,"depth":364,"text":6499},{"id":6645,"depth":364,"text":6651},{"id":6835,"depth":364,"text":6841},{"id":7120,"depth":364,"text":7126},{"id":4928,"depth":364,"text":221},{"id":7498,"depth":364,"text":228},{"id":7590,"depth":364,"text":7596},{"id":6510,"depth":364,"text":8099},"content:3.composables:1.query-content.md","3.composables/1.query-content.md",1695734861450]