|
| 1 | +--- |
| 2 | +title: Home |
| 3 | +navigation: false |
| 4 | +layout: page |
| 5 | +main: |
| 6 | + fluid: false |
| 7 | +--- |
| 8 | + |
| 9 | +:ellipsis{right=0px width=75% blur=150px} |
| 10 | + |
| 11 | +::block-hero |
| 12 | +--- |
| 13 | +cta: |
| 14 | + - Get started |
| 15 | + - /introduction/getting-started |
| 16 | +secondary: |
| 17 | + - Open on GitHub → |
| 18 | + - https://github.com/nuxt-themes/docus |
| 19 | +--- |
| 20 | + |
| 21 | +#title |
| 22 | +The best place to start your documentation. |
| 23 | + |
| 24 | +#description |
| 25 | +Write pages in [Markdown](https://content.nuxtjs.org), use [Vue](https://vuejs.org) components and enjoy the power of [Nuxt](https://nuxt.com). |
| 26 | + |
| 27 | +#extra |
| 28 | + ::list |
| 29 | + - **+50 Components** ready to build rich pages |
| 30 | + - **Docs** and **Page** layouts |
| 31 | + - Start from a `README`, scale to a framework documentation |
| 32 | + - Navigation and Table of Contents generation |
| 33 | + - Fully configurable design system |
| 34 | + - Leverages [**Typography**](https://typography.nuxt.space/) and [**Elements**](https://elements.nuxt.dev) |
| 35 | + - Used on [Content Documentation](https://content.nuxtjs.org) |
| 36 | + :: |
| 37 | + |
| 38 | +#support |
| 39 | + ::terminal |
| 40 | + --- |
| 41 | + content: |
| 42 | + - npx nuxi@latest init -t themes/docus |
| 43 | + - cd docs |
| 44 | + - npm install |
| 45 | + - npm run dev |
| 46 | + --- |
| 47 | + :: |
| 48 | +:: |
| 49 | + |
| 50 | +::card-grid |
| 51 | +#title |
| 52 | +What's included |
| 53 | + |
| 54 | +#root |
| 55 | +:ellipsis{left=0px width=40rem top=10rem blur=140px} |
| 56 | + |
| 57 | +#default |
| 58 | + ::card{icon=logos:nuxt-icon} |
| 59 | + #title |
| 60 | + Nuxt Architecture |
| 61 | + #description |
| 62 | + Harness the full power of [Nuxt 3](https://v3.nuxtjs.org) and its [modules](https://modules.nuxtjs.org) ecosystem. |
| 63 | + :: |
| 64 | + |
| 65 | + ::card{icon=IconNuxtStudio} |
| 66 | + #title |
| 67 | + Nuxt Studio ready |
| 68 | + #description |
| 69 | + Edit your theme content and appearance with live-preview within [Nuxt Studio](https://nuxt.studio). |
| 70 | + :: |
| 71 | + |
| 72 | + ::card{icon=logos:vue} |
| 73 | + #title |
| 74 | + Vue Components |
| 75 | + #description |
| 76 | + Use built-in components (or your own!) inside your content. |
| 77 | + :: |
| 78 | + |
| 79 | + ::card{icon=simple-icons:markdown} |
| 80 | + #title |
| 81 | + Write Markdown |
| 82 | + #description |
| 83 | + Enjoy the ease and simplicity of Markdown and discover [MDC syntax](https://content.nuxtjs.org/guide/writing/mdc). |
| 84 | + :: |
| 85 | + |
| 86 | + ::card{icon=noto:rocket} |
| 87 | + #title |
| 88 | + Deploy anywhere |
| 89 | + #description |
| 90 | + Zero config on [Vercel](https://vercel.com) or [Netlify](https://netlify.com). Choose between static generation, on-demand rendering (Node) or edge-side rendering on [CloudFlare workers](https://workers.cloudflare.com). |
| 91 | + :: |
| 92 | + |
| 93 | + ::card{icon=noto:puzzle-piece} |
| 94 | + #title |
| 95 | + Extensible. |
| 96 | + #description |
| 97 | + Customize the whole design, or add components using slots - you can make Docus your own. |
| 98 | + :: |
| 99 | +:: |
0 commit comments