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

Commit 1a58c61

Browse files
authored
refactor: move docs sources (#251)
1 parent 83785c2 commit 1a58c61

File tree

13 files changed

+3
-1
lines changed

13 files changed

+3
-1
lines changed

packages/docs/.vitepress/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
4+
srcDir: 'src',
45
lang: 'ja-JP',
56
title: 'Vue3 Hands-on',
67
description: 'Vue.js-jp Vue3 Hands-on',
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.

packages/docs/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"noEmit": true
1616
},
1717
"include": [
18-
"."
18+
".vitepress",
19+
"src"
1920
]
2021
}

0 commit comments

Comments
 (0)