From 56a6240bf700ac307342ed494d8bfbabe5c822dc Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 19 Apr 2023 17:50:02 +0800 Subject: ✨docs init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.playground/app.config.ts | 15 --------------- docs/.playground/components/content/CounterButton.vue | 17 ----------------- docs/.playground/content/0.index.md | 18 ------------------ docs/.playground/nuxt.config.ts | 4 ---- docs/.playground/public/cover.png | Bin 219401 -> 0 bytes docs/.playground/public/favicon.ico | Bin 15406 -> 0 bytes docs/.playground/tsconfig.json | 4 ---- 7 files changed, 58 deletions(-) delete mode 100644 docs/.playground/app.config.ts delete mode 100644 docs/.playground/components/content/CounterButton.vue delete mode 100644 docs/.playground/content/0.index.md delete mode 100644 docs/.playground/nuxt.config.ts delete mode 100644 docs/.playground/public/cover.png delete mode 100644 docs/.playground/public/favicon.ico delete mode 100644 docs/.playground/tsconfig.json (limited to 'docs/.playground') diff --git a/docs/.playground/app.config.ts b/docs/.playground/app.config.ts deleted file mode 100644 index 7c39a6e..0000000 --- a/docs/.playground/app.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -export default defineAppConfig({ - docus: { - title: 'MDC', - socials: { - github: 'nuxt-themes/docus', - }, - github: { - dir: '.playground/content', - branch: 'dev', - repo: 'docus', - owner: 'nuxt-themes', - edit: true, - } - } -}) diff --git a/docs/.playground/components/content/CounterButton.vue b/docs/.playground/components/content/CounterButton.vue deleted file mode 100644 index 35ef97b..0000000 --- a/docs/.playground/components/content/CounterButton.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - - - diff --git a/docs/.playground/content/0.index.md b/docs/.playground/content/0.index.md deleted file mode 100644 index 96ffe98..0000000 --- a/docs/.playground/content/0.index.md +++ /dev/null @@ -1,18 +0,0 @@ -# Markdown meets Vue Components - -MDC is Markdown with a way to use Vue components with a `:component` syntax fitting perfectly into your markup. No import needed, just use the component name as a tag, supporting props and slots. Writing interative content with Vue is now a breeze. - -::code-group - -```md [MDC] -# Hello MDC - -I am using an inline component :counter-button. -``` -::code-block{label="Preview" preview} - # Hello MDC - -I am using an inline component :counter-button. -:: - -:: diff --git a/docs/.playground/nuxt.config.ts b/docs/.playground/nuxt.config.ts deleted file mode 100644 index 61b1b07..0000000 --- a/docs/.playground/nuxt.config.ts +++ /dev/null @@ -1,4 +0,0 @@ -export default defineNuxtConfig({ - extends: '../', - modules: ['@nuxt/devtools'] -}) diff --git a/docs/.playground/public/cover.png b/docs/.playground/public/cover.png deleted file mode 100644 index c8b3473..0000000 Binary files a/docs/.playground/public/cover.png and /dev/null differ diff --git a/docs/.playground/public/favicon.ico b/docs/.playground/public/favicon.ico deleted file mode 100644 index a99a983..0000000 Binary files a/docs/.playground/public/favicon.ico and /dev/null differ diff --git a/docs/.playground/tsconfig.json b/docs/.playground/tsconfig.json deleted file mode 100644 index a7bfa18..0000000 --- a/docs/.playground/tsconfig.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - // https://v3.nuxtjs.org/concepts/typescript - "extends": "./.nuxt/tsconfig.json" -} -- cgit v1.2.3-70-g09d2