Skip to content

Commit aef0ef3

Browse files
committed
docs: fix build error
1 parent 9ab48a3 commit aef0ef3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/content/ja/concepts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Viteの開発者体験は非常に洗練されているため、開発者がVite
1313
- [コマンドラインインターフェイス](/ja/concepts/command-line-interface)
1414
- [開発サーバー](/ja/concepts/dev-server)
1515
- [プレビューサーバー](/ja/concepts/preview-server)
16-
- [プラグインコンテナー](/ja/concepts/plugin-container)
16+
- [プラグインシステム](/ja/concepts/plugin-system)
1717
- [モジュールグラフ](/ja/concepts/module-graph)

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

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@
66
- Viteが、開発モードでどのようにコード変換をおこなうのか理解しましよう
77
:::
88

9-
## Rollupのプラグインシステム
9+
TBD
10+
11+
<!-- ## Rollupのプラグインシステム
12+
13+
TBD
1014
1115
## Viteのプラグインシステム
1216
17+
TBD
18+
1319
---
1420
1521
::: info ✨ まとめ
1622
1723
- Viteのプラグインは、
1824
- Viteの開発サーバーは、リクエストをミドルウェアのパイプラインによって処理します
1925
- 各ミドルウェアは、特定のリクエストだけを処理し、処理しない場合は後続のミドルウェアに処理を委譲します
20-
:::
26+
::: -->

0 commit comments

Comments
 (0)