From 291b88fc4961d0e398668edbf2d1f6ec2d85e8c2 Mon Sep 17 00:00:00 2001 From: Kazuki Ota <117221407+kaota_microsoft@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:34:30 +0900 Subject: [PATCH] Reword getting-started headings in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename the `Let's start!`/`始めましょう!` navigation heading to a conventional getting-started label in both English and Japanese docs, and smooth the Japanese call-to-action in the MVVM interop guide. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/docs-ja/README.md | 2 +- docs/docs-ja/advanced/work-with-other-mvvm-framwork.md | 2 +- docs/docs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs-ja/README.md b/docs/docs-ja/README.md index 720349fb..ccb6a973 100644 --- a/docs/docs-ja/README.md +++ b/docs/docs-ja/README.md @@ -132,7 +132,7 @@ class ViewModel - [サンプル](samples.md) -## 始めましょう! +## クイックスタート ReactiveProperty は次のリンクから使い始めることができます。 diff --git a/docs/docs-ja/advanced/work-with-other-mvvm-framwork.md b/docs/docs-ja/advanced/work-with-other-mvvm-framwork.md index fcd88796..93f84a19 100644 --- a/docs/docs-ja/advanced/work-with-other-mvvm-framwork.md +++ b/docs/docs-ja/advanced/work-with-other-mvvm-framwork.md @@ -5,7 +5,7 @@ ReactiveProperty は ViewModel やその他のレイヤー向けの基底クラ このセクションでは、ReactiveProperty を Prism と一緒に使う方法を説明します。 -始めましょう! +それでは始めましょう。 ## Prism プロジェクトを作成する diff --git a/docs/docs/README.md b/docs/docs/README.md index 515ee99a..8d3d3b7a 100644 --- a/docs/docs/README.md +++ b/docs/docs/README.md @@ -132,7 +132,7 @@ Cool! It is really declarative and clear. - [Samples](samples.md) -## Let's start! +## Getting started You can start using ReactiveProperty from the following links.