Skip to content

Commit a31fe8b

Browse files
committed
docs: update contents
1 parent 63c27b1 commit a31fe8b

16 files changed

+51
-6
lines changed

docs/.vitepress/config/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ import { withMermaid } from 'vitepress-plugin-mermaid'
33
import { enConfig } from './en'
44
import { jaConfig, jaSearchConfig } from './ja'
55

6-
const PROD = process.env.NODE_ENV === 'production'
7-
86
export default withMermaid({
97
...defineConfig({
108
srcDir: 'content',
11-
srcExclude: PROD ? ['**/*.draft.md'] : [],
129
base: '/chibivite/',
1310
title: 'chibivite',
1411
lastUpdated: true,

docs/.vitepress/config/ja.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const jaConfig = defineConfig({
5959
},
6060
{
6161
text: 'ハンズオン',
62-
collapsed: false,
62+
collapsed: true,
6363
items: [
6464
{ text: '概要', link: '/ja/hands-on/' },
6565
{ text: 'ツールのセットアップ', link: '/ja/hands-on/tool-setup' },

docs/content/ja/concepts/command-line-interface.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# コマンドラインインターフェイス
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- Viteのコマンドラインインターフェースが担う責任を理解しましょう

docs/content/ja/concepts/dev-server.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 開発サーバー
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- Viteの開発サーバーがリクエストを処理する仕組みを理解しましょう

docs/content/ja/concepts/environments.draft.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 環境
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- TBD

docs/content/ja/concepts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Viteの構成要素
22

3-
::: warning
3+
::: warning 🚧 開発中
44
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
55
:::
66

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# モジュールグラフ
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
TBD

docs/content/ja/concepts/plugin-system.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# プラグインシステム
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- Viteのプラグインシステムの概要を理解しましょう
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# プレビューサーバー
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
TBD

docs/content/ja/hands-on/chibivite-cli.draft.md docs/content/ja/hands-on/chibivite-cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# chibivite CLI
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- chibivite CLIにコマンドを追加しましょう

docs/content/ja/hands-on/cli-build-setup.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# chibivite CLIのビルド
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- chibivite CLIをTypeScriptで実装してビルドできるようにしましょう

docs/content/ja/hands-on/hello-chibivite.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Hello, chibivite!
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- chibiviteの[コマンドラインインターフェース](/ja/concepts/command-line-interface)を実装しましょう

docs/content/ja/hands-on/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ハンズオン
22

3-
::: warning
3+
::: warning 🚧 開発中
44
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
55
:::

docs/content/ja/hands-on/project-setup.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# プロジェクトのセットアップ
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- chibiviteを実装するためのプロジェクトを立ち上げましょう

docs/content/ja/hands-on/tool-setup.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ツールのセットアップ
22

3+
::: warning 🚧 開発中
4+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
5+
:::
6+
37
::: tip 🎯 このページのゴール
48

59
- chibiviteを開発するために必要なツールを準備しましょう

docs/content/ja/introduction.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
import AuthorProfile from '../../.vitepress/components/AuthorProfile.vue'
33
</script>
44

5+
::: warning 🚧 開発中
6+
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
7+
:::
8+
59
# はじめに
610

711
本書に興味をもっていただき、ありがとうございます!

0 commit comments

Comments
 (0)