aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/.docs/content/0.index.md
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-19 17:30:39 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-19 17:30:39 +0800
commit3adc965dd09490b7efa1cce9f09b0a3b30970277 (patch)
treef813abb07d7b003984aa74e3154752b6ffc3ccd5 /docs/.docs/content/0.index.md
parentc7c9ca6f0c8eddf6d34cd40779f3b2d9463f3a46 (diff)
downloadHydroRoll-3adc965dd09490b7efa1cce9f09b0a3b30970277.tar.gz
HydroRoll-3adc965dd09490b7efa1cce9f09b0a3b30970277.zip
✨优化文档
Diffstat (limited to 'docs/.docs/content/0.index.md')
-rw-r--r--docs/.docs/content/0.index.md99
1 files changed, 99 insertions, 0 deletions
diff --git a/docs/.docs/content/0.index.md b/docs/.docs/content/0.index.md
new file mode 100644
index 0000000..d909fd8
--- /dev/null
+++ b/docs/.docs/content/0.index.md
@@ -0,0 +1,99 @@
+---
+title: Home
+navigation: false
+layout: page
+main:
+ fluid: false
+---
+
+:ellipsis{right=0px width=75% blur=150px}
+
+::block-hero
+---
+cta:
+ - Get started
+ - /introduction/getting-started
+secondary:
+ - Open on GitHub →
+ - https://github.com/nuxt-themes/docus
+---
+
+#title
+The best place to start your documentation.
+
+#description
+Write pages in [Markdown](https://content.nuxtjs.org), use [Vue](https://vuejs.org) components and enjoy the power of [Nuxt](https://nuxt.com).
+
+#extra
+ ::list
+ - **+50 Components** ready to build rich pages
+ - **Docs** and **Page** layouts
+ - Start from a `README`, scale to a framework documentation
+ - Navigation and Table of Contents generation
+ - Fully configurable design system
+ - Leverages [**Typography**](https://typography.nuxt.space/) and [**Elements**](https://elements.nuxt.dev)
+ - Used on [Content Documentation](https://content.nuxtjs.org)
+ ::
+
+#support
+ ::terminal
+ ---
+ content:
+ - npx nuxi@latest init -t themes/docus
+ - cd docs
+ - npm install
+ - npm run dev
+ ---
+ ::
+::
+
+::card-grid
+#title
+What's included
+
+#root
+:ellipsis{left=0px width=40rem top=10rem blur=140px}
+
+#default
+ ::card{icon=logos:nuxt-icon}
+ #title
+ Nuxt Architecture
+ #description
+ Harness the full power of [Nuxt 3](https://v3.nuxtjs.org) and its [modules](https://modules.nuxtjs.org) ecosystem.
+ ::
+
+ ::card{icon=IconNuxtStudio}
+ #title
+ Nuxt Studio ready
+ #description
+ Edit your theme content and appearance with live-preview within [Nuxt Studio](https://nuxt.studio).
+ ::
+
+ ::card{icon=logos:vue}
+ #title
+ Vue Components
+ #description
+ Use built-in components (or your own!) inside your content.
+ ::
+
+ ::card{icon=simple-icons:markdown}
+ #title
+ Write Markdown
+ #description
+ Enjoy the ease and simplicity of Markdown and discover [MDC syntax](https://content.nuxtjs.org/guide/writing/mdc).
+ ::
+
+ ::card{icon=noto:rocket}
+ #title
+ Deploy anywhere
+ #description
+ 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).
+ ::
+
+ ::card{icon=noto:puzzle-piece}
+ #title
+ Extensible.
+ #description
+ Customize the whole design, or add components using slots - you can make Docus your own.
+ ::
+::