[{"data":1,"prerenderedAt":1049},["ShallowReactive",2],{"navigation_docs_en":3,"-en-concepts-edition":120,"-en-concepts-edition-surround":1044},[4,40,75,100],{"title":5,"icon":6,"path":7,"stem":8,"children":9,"page":6},"Getting Started",false,"/en/getting-started","en/1.getting-started",[10,15,20,25,30,35],{"title":11,"path":12,"stem":13,"icon":14},"Introduction","/en/getting-started/introduction","en/1.getting-started/2.introduction","i-lucide-house",{"title":16,"path":17,"stem":18,"icon":19},"Installation","/en/getting-started/installation","en/1.getting-started/3.installation","i-lucide-download",{"title":21,"path":22,"stem":23,"icon":24},"Project Structure","/en/getting-started/project-structure","en/1.getting-started/4.project-structure","i-lucide-folder-tree",{"title":26,"path":27,"stem":28,"icon":29},"Studio module","/en/getting-started/studio","en/1.getting-started/5.studio","i-lucide-mouse-pointer-2",{"title":31,"path":32,"stem":33,"icon":34},"Migration","/en/getting-started/migration","en/1.getting-started/6.migration","i-lucide-replace",{"title":36,"path":37,"stem":38,"icon":39},"Troubleshooting","/en/getting-started/troubleshooting","en/1.getting-started/7.troubleshooting","i-lucide-wrench",{"title":41,"path":42,"stem":43,"children":44,"page":6},"Core Concepts","/en/concepts","en/2.concepts",[45,50,55,60,65,70],{"title":46,"path":47,"stem":48,"icon":49},"Edition","/en/concepts/edition","en/2.concepts/2.edition","i-lucide-pencil",{"title":51,"path":52,"stem":53,"icon":54},"Configuration","/en/concepts/configuration","en/2.concepts/3.configuration","i-lucide-settings",{"title":56,"path":57,"stem":58,"icon":59},"Theme","/en/concepts/theme","en/2.concepts/4.theme","i-lucide-paint-roller",{"title":61,"path":62,"stem":63,"icon":64},"Customization","/en/concepts/customization","en/2.concepts/5.customization","i-lucide-pen-tool",{"title":66,"path":67,"stem":68,"icon":69},"Internationalization","/en/concepts/internationalization","en/2.concepts/6.internationalization","i-lucide-globe",{"title":71,"path":72,"stem":73,"icon":74},"Nuxt","/en/concepts/nuxt","en/2.concepts/8.nuxt","i-simple-icons-nuxt",{"title":76,"path":77,"stem":78,"children":79,"page":6},"Essentials","/en/essentials","en/3.essentials",[80,85,90,95],{"title":81,"path":82,"stem":83,"icon":84},"Markdown Syntax","/en/essentials/markdown-syntax","en/3.essentials/1.markdown-syntax","i-lucide-heading-1",{"title":86,"path":87,"stem":88,"icon":89},"Code Blocks","/en/essentials/code-blocks","en/3.essentials/2.code-blocks","i-lucide-code-xml",{"title":91,"path":92,"stem":93,"icon":94},"Components","/en/essentials/components","en/3.essentials/3.components","i-lucide-component",{"title":96,"path":97,"stem":98,"icon":99},"Images and Embeds","/en/essentials/images-embeds","en/3.essentials/4.images-embeds","i-lucide-image",{"title":101,"path":102,"stem":103,"children":104,"page":6},"AI","/en/ai","en/4.ai",[105,110,115],{"title":106,"path":107,"stem":108,"icon":109},"Assistant","/en/ai/assistant","en/4.ai/1.assistant","i-lucide-sparkles",{"title":111,"path":112,"stem":113,"icon":114},"MCP Server","/en/ai/mcp","en/4.ai/2.mcp","i-lucide-cpu",{"title":116,"path":117,"stem":118,"icon":119},"LLMs Integration","/en/ai/llms","en/4.ai/3.llms","i-lucide-message-circle-code",{"id":121,"title":46,"body":122,"description":847,"extension":813,"links":1038,"meta":1039,"navigation":1040,"path":47,"seo":1041,"stem":48,"__hash__":1043},"docs_en/en/2.concepts/2.edition.md",{"type":123,"value":124,"toc":1020},"minimark",[125,129,147,152,160,168,175,178,196,209,216,223,226,241,245,248,251,279,283,286,309,357,361,364,513,517,521,529,533,542,596,600,616,667,672,676,679,786,789,793,803,874,878,891,1016],[126,127,128],"p",{},"Docus provides customization options to suit your needs.",[130,131,132,136],"ul",{},[133,134,135],"li",{},"You can integrate it as a complete website solution with both landing and documentation sections",[133,137,138,139,146],{},"Or embed the documentation functionality within your Nuxt application while maintaining full control over all other aspects (thanks to the ",[140,141,145],"a",{"href":142,"rel":143},"https://nuxt.com/docs/4.x/getting-started/layers",[144],"nofollow","Nuxt layer feature",").",[148,149,151],"h2",{"id":150},"landing-page","Landing page",[126,153,154,155,159],{},"The landing page is the first page your visitors see at the root ",[156,157,158],"code",{},"/"," of your site.",[161,162,164,167],"h3",{"id":163},"markdown-default",[156,165,166],{},"Markdown"," (default)",[126,169,170,171,174],{},"By default, the landing page corresponds to the ",[156,172,173],{},"content/index.md"," file.",[126,176,177],{},"Docus automatically:",[130,179,180,190],{},[133,181,182,183,186,187,189],{},"Creates a ",[156,184,185],{},"landing"," content collection for the ",[156,188,173],{}," file",[133,191,192,193,195],{},"Registers the ",[156,194,158],{}," route to render your Markdown landing page",[197,198,200,201,204,205,208],"tip",{"to":199},"https://ui.nuxt.com/docs/components","The ",[156,202,203],{},"MDC"," syntax gives you the ability to use Vue components, including slots and props in your ",[156,206,207],{},".md"," files. You can use any Nuxt UI component in your Markdown to build your landing page.",[161,210,212,215],{"id":211},"vuecustom",[156,213,214],{},"Vue"," (custom)",[126,217,218,219,222],{},"Since Docus is a layer, it allows you to fully customize your landing page by creating a Vue page at ",[156,220,221],{},"app/pages/index.vue",". This gives you full control with Vue components, custom layouts, and advanced interactions.",[126,224,225],{},"In this case, Docus:",[130,227,228,234],{},[133,229,230,231,233],{},"Do not create ",[156,232,185],{}," collection",[133,235,236,237,240],{},"Use native Nuxt router and consider ",[156,238,239],{},"index.vue"," as your home page",[242,243,244],"prose-note",{},"This automatic detection works for both single-language and multi-language (i18n) setups.",[161,246,91],{"id":247},"components",[126,249,250],{},"MDC provides a dedicated syntax to easily use Vue components in your content:",[252,253,258],"pre",{"className":254,"code":255,"filename":173,"language":256,"meta":257,"style":257},"language-mdc shiki shiki-themes material-theme-lighter material-theme material-theme-palenight",":::u-page-feature\n:::\n","mdc","",[156,259,260,273],{"__ignoreMap":257},[261,262,265,269],"span",{"class":263,"line":264},"line",1,[261,266,268],{"class":267},"sMK4o",":::",[261,270,272],{"class":271},"swJcz","u-page-feature\n",[261,274,276],{"class":263,"line":275},2,[261,277,278],{"class":267},":::\n",[161,280,282],{"id":281},"slots","Slots",[126,284,285],{},"Slots can receive text content or other components.",[130,287,288,299],{},[133,289,290,294,295,298],{},[291,292,293],"strong",{},"Default slot"," is rendered directly inside the component or with ",[156,296,297],{},"#default",".",[133,300,301,304,305,308],{},[291,302,303],{},"Named slots"," are defined using the ",[156,306,307],{},"#"," symbol followed by the slot name.",[252,310,313],{"className":254,"code":311,"filename":312,"language":256,"meta":257,"style":257},":::u-page-feature\n  #title\n  Nuxt 4\n  \n  #description\n  Powered by Nuxt 4 for optimal performances and SEO.\n:::\n","index.md",[156,314,315,321,327,334,340,346,352],{"__ignoreMap":257},[261,316,317,319],{"class":263,"line":264},[261,318,268],{"class":267},[261,320,272],{"class":271},[261,322,323],{"class":263,"line":275},[261,324,326],{"class":325},"spNyl","  #title\n",[261,328,330],{"class":263,"line":329},3,[261,331,333],{"class":332},"sTEyZ","  Nuxt 4\n",[261,335,337],{"class":263,"line":336},4,[261,338,339],{"class":332},"  \n",[261,341,343],{"class":263,"line":342},5,[261,344,345],{"class":325},"  #description\n",[261,347,349],{"class":263,"line":348},6,[261,350,351],{"class":332},"  Powered by Nuxt 4 for optimal performances and SEO.\n",[261,353,355],{"class":263,"line":354},7,[261,356,278],{"class":267},[161,358,360],{"id":359},"props","Props",[126,362,363],{},"Props are passed using inline syntax or YAML frontmatter within the component block:",[365,366,367,440],"prose-tabs",{},[368,369,372],"prose-tabs-item",{"icon":370,"label":371},"i-lucide-braces","Inline",[252,373,375],{"className":254,"code":374,"filename":312,"language":256,"meta":257,"style":257},":::u-page-feature{icon=\"i-simple-icons-nuxt\" to=\"https://nuxt.com\"}\n  #title\n  Nuxt 4\n  \n  #description\n  Powered by Nuxt 4 for optimal performances and SEO.\n:::\n",[156,376,377,416,420,424,428,432,436],{"__ignoreMap":257},[261,378,379,381,384,387,390,393,396,399,401,404,406,408,411,413],{"class":263,"line":264},[261,380,268],{"class":267},[261,382,383],{"class":271},"u-page-feature",[261,385,386],{"class":267},"{",[261,388,389],{"class":325},"icon",[261,391,392],{"class":267},"=",[261,394,395],{"class":267},"\"",[261,397,74],{"class":398},"sfazB",[261,400,395],{"class":267},[261,402,403],{"class":325}," to",[261,405,392],{"class":267},[261,407,395],{"class":267},[261,409,410],{"class":398},"https://nuxt.com",[261,412,395],{"class":267},[261,414,415],{"class":267},"}\n",[261,417,418],{"class":263,"line":275},[261,419,326],{"class":325},[261,421,422],{"class":263,"line":329},[261,423,333],{"class":332},[261,425,426],{"class":263,"line":336},[261,427,339],{"class":332},[261,429,430],{"class":263,"line":342},[261,431,345],{"class":325},[261,433,434],{"class":263,"line":348},[261,435,351],{"class":332},[261,437,438],{"class":263,"line":354},[261,439,278],{"class":267},[368,441,444],{"icon":442,"label":443},"i-lucide-code","YAML",[252,445,447],{"className":254,"code":446,"filename":312,"language":256,"meta":257,"style":257},":::u-page-feature\n  ---\n  icon: i-simple-icons-nuxt\n  to: https://nuxt.com\n  ---\n  #title\n  Nuxt 4\n  \n  #description\n  Powered by Nuxt 4 for optimal performances and SEO.\n:::\n",[156,448,449,455,460,471,481,485,489,493,498,503,508],{"__ignoreMap":257},[261,450,451,453],{"class":263,"line":264},[261,452,268],{"class":267},[261,454,272],{"class":271},[261,456,457],{"class":263,"line":275},[261,458,459],{"class":332},"  ---\n",[261,461,462,465,468],{"class":263,"line":329},[261,463,464],{"class":271},"  icon",[261,466,467],{"class":267},":",[261,469,470],{"class":398}," i-simple-icons-nuxt\n",[261,472,473,476,478],{"class":263,"line":336},[261,474,475],{"class":271},"  to",[261,477,467],{"class":267},[261,479,480],{"class":398}," https://nuxt.com\n",[261,482,483],{"class":263,"line":342},[261,484,459],{"class":332},[261,486,487],{"class":263,"line":348},[261,488,326],{"class":325},[261,490,491],{"class":263,"line":354},[261,492,333],{"class":332},[261,494,496],{"class":263,"line":495},8,[261,497,339],{"class":332},[261,499,501],{"class":263,"line":500},9,[261,502,345],{"class":325},[261,504,506],{"class":263,"line":505},10,[261,507,351],{"class":332},[261,509,511],{"class":263,"line":510},11,[261,512,278],{"class":267},[242,514,516],{"to":515},"https://content.nuxt.com","Check the Nuxt Content documentation for more details about the MDC syntax",[148,518,520],{"id":519},"documentation-pages","Documentation pages",[522,523,524,525,528],"prose-tip",{},"There is a one to one relationship between content files and pages on your site. Each Markdown page in the ",[156,526,527],{},"content/"," folder maps directly to a page route.",[161,530,532],{"id":531},"without-docs-folder","Without docs folder",[126,534,535,536,538,539,541],{},"To get started, simply edit or add a ",[156,537,207],{}," files in the ",[156,540,527],{}," directory to have your pages updated. Docus will handle routing, navigation, and full-text search automatically.",[252,543,547],{"className":544,"code":545,"language":546,"meta":257,"style":257},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","content/\n├── index.md              # Landing page → /\n├── getting-started.md    # Documentation → /getting-started\n└── guide/\n    └── introduction.md   # Documentation → /guide/introduction\n","bash",[156,548,549,555,567,577,585],{"__ignoreMap":257},[261,550,551],{"class":263,"line":264},[261,552,554],{"class":553},"sBMFI","content/\n",[261,556,557,560,563],{"class":263,"line":275},[261,558,559],{"class":553},"├──",[261,561,562],{"class":398}," index.md",[261,564,566],{"class":565},"sHwdD","              # Landing page → /\n",[261,568,569,571,574],{"class":263,"line":329},[261,570,559],{"class":553},[261,572,573],{"class":398}," getting-started.md",[261,575,576],{"class":565},"    # Documentation → /getting-started\n",[261,578,579,582],{"class":263,"line":336},[261,580,581],{"class":553},"└──",[261,583,584],{"class":398}," guide/\n",[261,586,587,590,593],{"class":263,"line":342},[261,588,589],{"class":553},"    └──",[261,591,592],{"class":398}," introduction.md",[261,594,595],{"class":565},"   # Documentation → /guide/introduction\n",[161,597,599],{"id":598},"with-docs-folder","With docs folder",[126,601,602,603,606,607,609,610,612,613,298],{},"You can optionally organize your documentation files within a ",[156,604,605],{},"docs/"," subfolder. When Docus detects a ",[156,608,605],{}," folder in your ",[156,611,527],{}," directory, it automatically prefixes all documentation URLs with ",[156,614,615],{},"/docs",[252,617,619],{"className":544,"code":618,"language":546,"meta":257,"style":257},"content/\n├── index.md                  # Landing page → /\n└── docs/\n    ├── getting-started.md    # Documentation → /docs/getting-started\n    └── guide/\n        └── introduction.md   # Documentation → /docs/guide/introduction\n",[156,620,621,625,634,641,651,657],{"__ignoreMap":257},[261,622,623],{"class":263,"line":264},[261,624,554],{"class":553},[261,626,627,629,631],{"class":263,"line":275},[261,628,559],{"class":553},[261,630,562],{"class":398},[261,632,633],{"class":565},"                  # Landing page → /\n",[261,635,636,638],{"class":263,"line":329},[261,637,581],{"class":553},[261,639,640],{"class":398}," docs/\n",[261,642,643,646,648],{"class":263,"line":336},[261,644,645],{"class":553},"    ├──",[261,647,573],{"class":398},[261,649,650],{"class":565},"    # Documentation → /docs/getting-started\n",[261,652,653,655],{"class":263,"line":342},[261,654,589],{"class":553},[261,656,584],{"class":398},[261,658,659,662,664],{"class":263,"line":348},[261,660,661],{"class":553},"        └──",[261,663,592],{"class":398},[261,665,666],{"class":565},"   # Documentation → /docs/guide/introduction\n",[522,668,669,670,298],{},"This is particularly useful when you want to use Docus as embedded documentation alongside other custom pages. You can create additional pages like a blog, contact page, pricing page, or any other custom content at the root level, while keeping your documentation organized under ",[156,671,615],{},[161,673,675],{"id":674},"mixed-content","Mixed content",[126,677,678],{},"Since Docus is a Nuxt layer, you can combine Markdown files with custom Vue pages:",[252,680,682],{"className":544,"code":681,"language":546,"meta":257,"style":257},"├── app/\n│   └── pages/\n│       ├── pricing.vue       # Custom pricing page → /pricing\n│       └── contact.vue       # Custom contact page → /contact\n└── content/\n    ├── index.md              # Landing page → /\n    └── blog.md               # Blog page → /blog\n    └── docs/                 # Documentation → /docs/*\n        ├── getting-started.md\n        └── api/\n            └── reference.md\n",[156,683,684,691,702,715,728,735,743,753,763,771,778],{"__ignoreMap":257},[261,685,686,688],{"class":263,"line":264},[261,687,559],{"class":553},[261,689,690],{"class":398}," app/\n",[261,692,693,696,699],{"class":263,"line":275},[261,694,695],{"class":553},"│",[261,697,698],{"class":398},"   └──",[261,700,701],{"class":398}," pages/\n",[261,703,704,706,709,712],{"class":263,"line":329},[261,705,695],{"class":553},[261,707,708],{"class":398},"       ├──",[261,710,711],{"class":398}," pricing.vue",[261,713,714],{"class":565},"       # Custom pricing page → /pricing\n",[261,716,717,719,722,725],{"class":263,"line":336},[261,718,695],{"class":553},[261,720,721],{"class":398},"       └──",[261,723,724],{"class":398}," contact.vue",[261,726,727],{"class":565},"       # Custom contact page → /contact\n",[261,729,730,732],{"class":263,"line":342},[261,731,581],{"class":553},[261,733,734],{"class":398}," content/\n",[261,736,737,739,741],{"class":263,"line":348},[261,738,645],{"class":553},[261,740,562],{"class":398},[261,742,566],{"class":565},[261,744,745,747,750],{"class":263,"line":354},[261,746,589],{"class":553},[261,748,749],{"class":398}," blog.md",[261,751,752],{"class":565},"               # Blog page → /blog\n",[261,754,755,757,760],{"class":263,"line":495},[261,756,589],{"class":553},[261,758,759],{"class":398}," docs/",[261,761,762],{"class":565},"                 # Documentation → /docs/*\n",[261,764,765,768],{"class":263,"line":500},[261,766,767],{"class":553},"        ├──",[261,769,770],{"class":398}," getting-started.md\n",[261,772,773,775],{"class":263,"line":505},[261,774,661],{"class":553},[261,776,777],{"class":398}," api/\n",[261,779,780,783],{"class":263,"line":510},[261,781,782],{"class":553},"            └──",[261,784,785],{"class":398}," reference.md\n",[126,787,788],{},"This structure gives you the flexibility to build a complete website with Docus. Use Markdown for documentation and Vue pages for custom functionality like blogs, dashboards, or any interactive pages.",[161,790,792],{"id":791},"frontmatter","Frontmatter",[126,794,795,796,798,799,802],{},"Every file of the ",[156,797,527],{}," folder starts with the ",[156,800,801],{},"---"," syntax on top of the page. It corresponds to the frontmatter of your file which is a convention of Markdown-based CMS to provide meta-data to pages.",[365,804,805,865],{},[368,806,808],{"icon":442,"label":807},"Code",[252,809,814],{"className":810,"code":811,"filename":812,"language":813,"meta":257,"style":257},"language-md shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","---\ntitle: 'Edition'\ndescription: 'Learn how to write your documentation.'\n---\n\n\u003C!-- Content of the page in pure Markdown -->\n","content/getting-started/edition.md","md",[156,815,816,821,836,850,854,860],{"__ignoreMap":257},[261,817,818],{"class":263,"line":264},[261,819,820],{"class":267},"---\n",[261,822,823,826,828,831,833],{"class":263,"line":275},[261,824,825],{"class":271},"title",[261,827,467],{"class":267},[261,829,830],{"class":267}," '",[261,832,46],{"class":398},[261,834,835],{"class":267},"'\n",[261,837,838,841,843,845,848],{"class":263,"line":329},[261,839,840],{"class":271},"description",[261,842,467],{"class":267},[261,844,830],{"class":267},[261,846,847],{"class":398},"Learn how to write your documentation.",[261,849,835],{"class":267},[261,851,852],{"class":263,"line":336},[261,853,820],{"class":267},[261,855,856],{"class":263,"line":342},[261,857,859],{"emptyLinePlaceholder":858},true,"\n",[261,861,862],{"class":263,"line":348},[261,863,864],{"class":565},"\u003C!-- Content of the page in pure Markdown -->\n",[368,866,869],{"icon":867,"label":868},"i-lucide-eye","Preview",[870,871],"img",{"alt":872,"src":873},"Frontmatter title and description","/documentation/frontmatter-preview-title-description.png",[161,875,877],{"id":876},"parameters","Parameters",[126,879,880,881,884,885,890],{},"Pages in the ",[156,882,883],{},"/content"," directory are defined as ",[140,886,889],{"href":887,"rel":888},"https://content.nuxt.com/docs/collections/types#page-type",[144],"page"," type in Nuxt Content. They all follow the same structure with existing frontmatter keys:",[892,893,894,909],"table",{},[895,896,897],"thead",{},[898,899,900,903,905,907],"tr",{},[901,902],"th",{},[901,904],{},[901,906],{},[901,908],{},[910,911,912,926,946,963,980,1000],"tbody",{},[898,913,914,918,921,924],{},[915,916,917],"td",{},"Key",[915,919,920],{},"Type",[915,922,923],{},"Description",[915,925],{},[898,927,928,932,937,944],{},[915,929,930],{},[156,931,825],{},[915,933,934],{},[156,935,936],{},"string",[915,938,939,940,943],{},"Title of the page. Displayed on top of the page. Used as SEO title if ",[156,941,942],{},"seo"," key is not provided.",[915,945],{},[898,947,948,952,956,961],{},[915,949,950],{},[156,951,840],{},[915,953,954],{},[156,955,936],{},[915,957,958,959,943],{},"Description of the page. Displayed bellow the title on top of the page. Used as SEO description if ",[156,960,942],{},[915,962],{},[898,964,965,970,975,978],{},[915,966,967],{},[156,968,969],{},"navigation",[915,971,972],{},[156,973,974],{},"boolean",[915,976,977],{},"Define if the page is included in left aside navigation.",[915,979],{},[898,981,982,987,991,998],{},[915,983,984],{},[156,985,986],{},"layout",[915,988,989],{},[156,990,936],{},[915,992,993,994,997],{},"Change Nuxt layout of the page (default to ",[156,995,996],{},"docs"," defined by Docus).",[915,999],{},[898,1001,1002,1006,1011,1014],{},[915,1003,1004],{},[156,1005,942],{},[915,1007,1008],{},[156,1009,1010],{},"{ title: string, description: string }",[915,1012,1013],{},"SEO metas of your page.",[915,1015],{},[1017,1018,1019],"style",{},"html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}",{"title":257,"searchDepth":275,"depth":275,"links":1021},[1022,1031],{"id":150,"depth":275,"text":151,"children":1023},[1024,1026,1028,1029,1030],{"id":163,"depth":329,"text":1025},"Markdown (default)",{"id":211,"depth":329,"text":1027},"Vue (custom)",{"id":247,"depth":329,"text":91},{"id":281,"depth":329,"text":282},{"id":359,"depth":329,"text":360},{"id":519,"depth":275,"text":520,"children":1032},[1033,1034,1035,1036,1037],{"id":531,"depth":329,"text":532},{"id":598,"depth":329,"text":599},{"id":674,"depth":329,"text":675},{"id":791,"depth":329,"text":792},{"id":876,"depth":329,"text":877},null,{},{"icon":49},{"description":1042,"title":46},"Learn how to write your documentation with Docus and Nuxt Content.","bvsRbB93HiOQLt8nYkuZAg59li1XHv3jzD-MoO6vlpM",[1045,1047],{"title":36,"path":37,"stem":38,"description":1046,"icon":39,"children":-1},"Common issues and their solutions when working with Docus.",{"title":51,"path":52,"stem":53,"description":1048,"icon":54,"children":-1},"Customize your Docus documentation from the Nuxt application configuration file. ",1772820161221]