Skip to content

Commit 8f68c31

Browse files
authored
Add Japanese translations to Introduction (#2489)
## Motivation for the change, related issues Part of #2202 Add Japanese translations to Introduction
1 parent 4e90849 commit 8f68c31

File tree

1 file changed

+99
-0
lines changed
  • packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/blueprints

1 file changed

+99
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
title: イントロダクション
3+
slug: /blueprints
4+
id: introduction
5+
---
6+
7+
import BlueprintExample from '@site/src/components/Blueprints/BlueprintExample.mdx';
8+
9+
# ブループリントのドキュメント
10+
11+
<!--
12+
# Blueprints Docs
13+
-->
14+
15+
:::tip
16+
[Blueprints ギャラリー](https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md) をチェックして、WordPress Playground を使用してさまざまな設定で WordPress サイトを起動する実際のコード例を確認してください。.
17+
:::
18+
19+
<!--
20+
:::tip
21+
Check the [Blueprints Gallery](https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md) to explore real-world code examples of using WordPress Playground to launch a WordPress site with a variety of setups.
22+
:::
23+
-->
24+
25+
こんにちは!WordPress Playground Blueprints のドキュメントへようこそ。
26+
27+
<!--
28+
Hi! Welcome to WordPress Playground Blueprints documentation.
29+
-->
30+
31+
ブループリントは、WordPress Playground インスタンスをセットアップするための JSON ファイルです。このサブサイト(Blueprints Docs)には、ブループリントの使用に必要なすべての情報が揃っています。
32+
33+
<!--
34+
Blueprints are JSON files for setting up your very own WordPress Playground instance. This subsite (Blueprints Docs) is where you will find all the information you need to use Blueprints.
35+
-->
36+
37+
<p class="docs-hubs">WordPress Playground のドキュメントは、4 つの個別のハブ (サブサイト) に分散されています。</p>
38+
39+
<!--
40+
<p class="docs-hubs">The WordPress Playground documentation is distributed across four separate hubs (subsites):</p>
41+
-->
42+
43+
- [**ドキュメント**](/) – WP Playground の紹介、スターターガイド、そして WP Playground ドキュメントへの入り口です。
44+
- 👉 [**ブループリント**](/blueprints) (現在地) – ブループリントは、WordPress Playground インスタンスを設定するための JSON ファイルです。このブループリント ドキュメント ハブで、その可能性について学んでください。
45+
- [**開発者**](/developers) – WordPress Playground はプログラミング可能なツールとして開発されました。開発者ドキュメント ハブで、コードからできることをすべてご確認ください。
46+
- [**API リファレンス**](/api) – WordPress Playground で公開されているすべての API です。
47+
48+
<!--
49+
- [**Documentation**](/) – Introduction to WP Playground, starter guides and your entry point to WP Playground Docs.
50+
- 👉 [**Blueprints**](/blueprints) (you're here) – Blueprints are JSON files for setting up your WordPress Playground instance. Learn about their possibilities from this Blueprints docs hub.
51+
- [**Developers**](/developers) – WordPress Playground was created as a programmable tool. Discover all the things you can do with it from your code in the Developers docs hub.
52+
- [**API Reference**](/api) – All the APIs exposed by WordPress Playground
53+
-->
54+
55+
## ブループリントのドキュメントハブをナビゲートする
56+
57+
<!--
58+
## Navigating the Blueprints documentation hub
59+
-->
60+
61+
このドキュメント ハブはブループリントの情報に焦点を当てており、次の主要なセクションに分かれています。
62+
63+
<!--
64+
This docs hub is focused on Blueprints info and is divided into the following major sections:
65+
-->
66+
67+
- [Blueprints の使い方](/blueprints/getting-started): Blueprint JSON ファイルを使用して WordPress Playground インスタンスを設定するためのクイックスタートガイドです。
68+
69+
- [チュートリアル - Blueprints 101](/blueprints/tutorial) - Blueprints API の速習コースです。このチュートリアルでは、テーマやプラグインなどを読み込む Blueprint を作成する手順全体を解説します。
70+
71+
- [Blueprint のデータ形式](/blueprints/data-format): Blueprint JSON ファイルは、Playground インスタンスを様々なプロパティで定義します。このセクションでは、知っておくべき主要なプロパティについて説明します。
72+
73+
- [Blueprints の使い方](/blueprints/using-blueprints): このセクションでは、Blueprints のさまざまな使い方を学びます。
74+
75+
- [Steps](/blueprints/steps): ログイン、プラグイン/テーマの有効化、ファイル操作などのタスクを実行するために Blueprint で設定できるすべてのステップの API リファレンスです。
76+
77+
- [ブループリントバンドル](/blueprints/bundles): ブループリントバンドルの作成方法と使い方を学びます。ブループリントバンドルは、ブループリントとそのすべてのリソースを含む自己完結型のパッケージです。
78+
79+
- [サンプル](/blueprints/examples): テーマ/プラグインのインストール、PHP コードの実行、機能の有効化、特定の WordPress バージョンの読み込みなど、さまざまな WordPress Playground 設定に対応したブループリントサンプルをまとめています。
80+
81+
- [ブループリントのトラブルシューティングとデバッグ](/blueprints/troubleshoot-and-debug): ブループリントのトラブルシューティングとデバッグに役立つヒントとツールを紹介します。
82+
83+
<!--
84+
- [Getting started with Blueprints](/blueprints/getting-started): Quick Start Guide to setting up a WordPress Playground instance using Blueprint JSON files.
85+
86+
- [Tutorial - Blueprints 101](/blueprints/tutorial) - Blueprints API crash course. The tutorial will guide you through the complete process of creating a blueprint that loads a theme and plugin (among other things).
87+
88+
- [Blueprint data Format](/blueprints/data-format): Blueprint JSON files define your Playground instance with various properties. This section highlights the key properties you need to know.
89+
90+
- [Using Blueprints](/blueprints/using-blueprints): Learn in this section different ways to use Blueprints.
91+
92+
- [Steps](/blueprints/steps): API Reference of all the available steps that can be set in a blueprint to run tasks such as login, plugin/theme activation, file operations, and more.
93+
94+
- [Blueprint Bundles](/blueprints/bundles): Learn how to create and use Blueprint bundles - self-contained packages that include a Blueprint and all its resources.
95+
96+
- [Examples](/blueprints/examples): Compilation of Blueprint examples for various WordPress Playground setups, including installing themes/plugins, running PHP code, enabling features, and loading specific WordPress versions.
97+
98+
- [Troubleshoot and debug Blueprints](/blueprints/troubleshoot-and-debug): Tips and tools for troubleshooting and debugging Blueprints.
99+
-->

0 commit comments

Comments
 (0)