Skip to content

Commit 819075f

Browse files
committed
fix: migrate markdown files
1 parent 20b1014 commit 819075f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+602
-522
lines changed

adev-ja/src/content/ai/mcp-server-setup.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Angular CLI MCP server provides several tools to assist you in your developm
1212
| `find_examples` | Finds authoritative code examples from a curated database of official, best-practice examples, focusing on **modern, new, and recently updated** Angular features. |||
1313
| `get_best_practices` | Retrieves the Angular Best Practices Guide. This guide is essential for ensuring that all code adheres to modern standards, including standalone components, typed forms, and modern control flow. |||
1414
| `list_projects` | Lists the names of all applications and libraries defined within an Angular workspace. It reads the `angular.json` configuration file to identify the projects. |||
15-
| `onpush-zoneless-migration` | Analyzes Angular code and provides a step-by-step, iterative plan to migrate it to `OnPush` change detection, a prerequisite for a zoneless application. |||
15+
| `onpush_zoneless_migration` | Analyzes Angular code and provides a step-by-step, iterative plan to migrate it to `OnPush` change detection, a prerequisite for a zoneless application. |||
1616
| `search_documentation` | Searches the official Angular documentation at <https://angular.dev>. This tool should be used to answer any questions about Angular, such as for APIs, tutorials, and best practices. |||
1717

1818
### Experimental Tools

adev-ja/src/content/ai/mcp-server-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Angular CLI MCPサーバーは、開発ワークフローを支援するいく
1212
| `find_examples` | 公式のベストプラクティス例の厳選されたデータベースから、権威ある コード例を検索します。**モダンで新しい、最近更新された**Angular機能に焦点を当てています。 |||
1313
| `get_best_practices` | Angularベストプラクティスガイドを取得します。このガイドは、スタンドアロンコンポーネント、型付きフォーム、モダンな制御フローなど、すべてのコードが現代的な標準に準拠することを保証するために不可欠です。 |||
1414
| `list_projects` | Angularワークスペース内で定義されたすべてのアプリケーションとライブラリの名前を一覧表示します。`angular.json`設定ファイルを読み取ってプロジェクトを識別します。 |||
15-
| `onpush-zoneless-migration` | Angularコードを分析し、ゾーンレスアプリケーションの前提条件である`OnPush`変更検知に移行するための段階的で反復的な計画を提供します。 |||
15+
| `onpush_zoneless_migration` | Angularコードを分析し、ゾーンレスアプリケーションの前提条件である`OnPush`変更検知に移行するための段階的で反復的な計画を提供します。 |||
1616
| `search_documentation` | <https://angular.dev> の公式Angularドキュメントを検索します。このツールは、API、チュートリアル、ベストプラクティスなど、Angularに関する質問に答えるために使用する必要があります。 |||
1717

1818
### 実験的ツール {#experimental-tools}

adev-ja/src/content/events/v21.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![A retro 8-bit, pixel art style graphic announcing the upcoming release of Angular v21. The large, gradient 'v21' text dominates the frame. Next to it, in smaller text, are the words 'The Adventure Begins' and the release date '11-20-2025' inside a pink pixelated box. The Angular logo is in the bottom right corner.](assets/images/v21-event/angular-v21-hero.jpg 'Angular v21 Hero Image')
1+
![A retro 8-bit, pixel art style graphic announcing the upcoming release of Angular v21. The large, gradient 'v21' text dominates the frame. Next to it, in smaller text, are the words 'The Adventure Begins' and the release date '11-20-2025' inside a pink pixelated box. The Angular logo is in the bottom right corner.](assets/images/angular-v21-hero.jpg {loading: 'eager', fetchpriority: 'high'} 'Angular v21 Hero Image')
22

33
# Angular v21: The Adventure Begins
44

adev-ja/src/content/events/v21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Angular v21の今後のリリースを告知する、レトロな8ビットのピクセルアートスタイルのグラフィック。大きなグラデーションの「v21」テキストがフレームを占めています。その隣には、小さなテキストで「The Adventure Begins」という言葉と、ピンク色のピクセル化されたボックス内にリリース日「11-20-2025」が記載されています。Angularのロゴは右下隅にあります。](assets/images/v21-event/angular-v21-hero.jpg 'Angular v21ヒーロー画像')
1+
![Angular v21の今後のリリースを告知する、レトロな8ビットのピクセルアートスタイルのグラフィック。大きなグラデーションの「v21」テキストがフレームを占めています。その隣には、小さなテキストで「The Adventure Begins」という言葉と、ピンク色のピクセル化されたボックス内にリリース日「11-20-2025」が記載されています。Angularのロゴは右下隅にあります。](assets/images/angular-v21-hero.jpg {loading: 'eager', fetchpriority: 'high'} 'Angular v21ヒーロー画像')
22

33
# Angular v21: 冒険の始まり
44

adev-ja/src/content/guide/aria/combobox.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<docs-pill-row>
55
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/combobox/" title="Combobox ARIA pattern"/>
6-
<docs-pill href="/api?query=accordion#angular_aria_accordion" title="Combobox API Reference"/>
6+
<docs-pill href="/api?query=combobox#angular_aria_combobox" title="Combobox API Reference"/>
77
</docs-pill-row>
88

99
## Overview

adev-ja/src/content/guide/aria/combobox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<docs-pill-row>
55
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/combobox/" title="コンボボックスARIAパターン"/>
6-
<docs-pill href="/api?query=accordion#angular_aria_accordion" title="コンボボックスAPIリファレンス"/>
6+
<docs-pill href="/api?query=combobox#angular_aria_combobox" title="コンボボックスAPIリファレンス"/>
77
</docs-pill-row>
88

99
## 概要 {#overview}

adev-ja/src/content/guide/aria/grid.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<docs-pill-row>
55
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/grid/" title="Grid ARIA pattern"/>
6-
<docs-pill href="/api?query=accordion#angular_aria_accordion" title="Grid API Reference"/>
6+
<docs-pill href="/api?query=grid#angular_aria_grid" title="Grid API Reference"/>
77
</docs-pill-row>
88

99
## Overview

adev-ja/src/content/guide/aria/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<docs-pill-row>
55
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/grid/" title="グリッドARIAパターン"/>
6-
<docs-pill href="/api?query=accordion#angular_aria_accordion" title="グリッドAPIリファレンス"/>
6+
<docs-pill href="/api?query=grid#angular_aria_grid" title="グリッドAPIリファレンス"/>
77
</docs-pill-row>
88

99
## 概要 {#overview}

adev-ja/src/content/guide/aria/listbox.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<docs-decorative-header title="Listbox">
22
</docs-decorative-header>
33

4+
<docs-pill-row>
5+
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/listbox/" title="Listbox pattern"/>
6+
<docs-pill href="/api?query=listbox#angular_aria_listbox" title="Listbox API Reference"/>
7+
</docs-pill-row>
8+
49
## Overview
510

611
A directive that displays a list of options for users to select from, supporting keyboard navigation, single or multiple selection, and screen reader support.

adev-ja/src/content/guide/aria/listbox.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<docs-decorative-header title="リストボックス">
22
</docs-decorative-header>
33

4+
<docs-pill-row>
5+
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/listbox/" title="リストボックスパターン"/>
6+
<docs-pill href="/api?query=listbox#angular_aria_listbox" title="リストボックスAPIリファレンス"/>
7+
</docs-pill-row>
8+
49
## 概要 {#overview}
510

611
ユーザーが選択するためのオプションのリストを表示するディレクティブで、キーボードナビゲーション、単一または複数選択、スクリーンリーダーをサポートしています。

0 commit comments

Comments
 (0)