Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
refactor: move docs sources (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei authored Apr 19, 2024
1 parent 83785c2 commit 1a58c61
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'vitepress'

export default defineConfig({
srcDir: 'src',
lang: 'ja-JP',
title: 'Vue3 Hands-on',
description: 'Vue.js-jp Vue3 Hands-on',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion packages/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"noEmit": true
},
"include": [
"."
".vitepress",
"src"
]
}

0 comments on commit 1a58c61

Please sign in to comment.