Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Why Vite" の訳を改善 #1064

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default defineConfig({
text: 'ガイド',
items: [
{
text: 'なぜ Vite なのか',
text: 'Vite を使う理由',
link: '/guide/why',
},
{
Expand Down
2 changes: 1 addition & 1 deletion guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vite はすぐに使える実用的なデフォルトが付属しています。

Vite は完全な型サポートのある [Plugin API](./api-plugin) と [JavaScript API](./api-javascript) によって高い拡張性もあります。

プロジェクトの背景にある基本原理について、[なぜ Vite なのか](./why) セクションで詳しく知ることができます。
プロジェクトの背景にある基本原理について、[Vite を使う理由](./why) セクションで詳しく知ることができます。

## ブラウザ対応

Expand Down
2 changes: 1 addition & 1 deletion guide/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: [2, 3]
---

# なぜ Vite なのか
# Vite を使う理由

## 問題点

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hero:
text: Vite を始める
link: /guide/
- theme: alt
text: なぜ Vite なのか?
text: Vite を使う理由
link: /guide/why
- theme: alt
text: GitHub で見る
Expand Down
Loading