Skip to content

Commit

Permalink
docs: update contents
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed Jan 11, 2025
1 parent 63c27b1 commit a31fe8b
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ import { withMermaid } from 'vitepress-plugin-mermaid'
import { enConfig } from './en'
import { jaConfig, jaSearchConfig } from './ja'

const PROD = process.env.NODE_ENV === 'production'

export default withMermaid({
...defineConfig({
srcDir: 'content',
srcExclude: PROD ? ['**/*.draft.md'] : [],
base: '/chibivite/',
title: 'chibivite',
lastUpdated: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const jaConfig = defineConfig({
},
{
text: 'ハンズオン',
collapsed: false,
collapsed: true,
items: [
{ text: '概要', link: '/ja/hands-on/' },
{ text: 'ツールのセットアップ', link: '/ja/hands-on/tool-setup' },
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/concepts/command-line-interface.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# コマンドラインインターフェイス

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

::: tip 🎯 このページのゴール

- Viteのコマンドラインインターフェースが担う責任を理解しましょう
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/concepts/dev-server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 開発サーバー

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

::: tip 🎯 このページのゴール

- Viteの開発サーバーがリクエストを処理する仕組みを理解しましょう
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/concepts/environments.draft.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 環境

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

::: tip 🎯 このページのゴール

- TBD
Expand Down
2 changes: 1 addition & 1 deletion docs/content/ja/concepts/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Viteの構成要素

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

Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/concepts/module-graph.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# モジュールグラフ

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

TBD
4 changes: 4 additions & 0 deletions docs/content/ja/concepts/plugin-system.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# プラグインシステム

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

::: tip 🎯 このページのゴール

- Viteのプラグインシステムの概要を理解しましょう
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/concepts/preview-server.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# プレビューサーバー

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

TBD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# chibivite CLI

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

::: tip 🎯 このページのゴール

- chibivite CLIにコマンドを追加しましょう
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/hands-on/cli-build-setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# chibivite CLIのビルド

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

::: tip 🎯 このページのゴール

- chibivite CLIをTypeScriptで実装してビルドできるようにしましょう
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/hands-on/hello-chibivite.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Hello, chibivite!

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

::: tip 🎯 このページのゴール

- chibiviteの[コマンドラインインターフェース](/ja/concepts/command-line-interface)を実装しましょう
Expand Down
2 changes: 1 addition & 1 deletion docs/content/ja/hands-on/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ハンズオン

::: warning
::: warning 🚧 開発中
このオンラインブックは開発中であり、ページ構成や各ページの内容は予告なく変更されます。
:::
4 changes: 4 additions & 0 deletions docs/content/ja/hands-on/project-setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# プロジェクトのセットアップ

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

::: tip 🎯 このページのゴール

- chibiviteを実装するためのプロジェクトを立ち上げましょう
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/hands-on/tool-setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ツールのセットアップ

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

::: tip 🎯 このページのゴール

- chibiviteを開発するために必要なツールを準備しましょう
Expand Down
4 changes: 4 additions & 0 deletions docs/content/ja/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
import AuthorProfile from '../../.vitepress/components/AuthorProfile.vue'
</script>

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

# はじめに

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

0 comments on commit a31fe8b

Please sign in to comment.