diff --git a/packages/docs/site/docs/_fragments/_api_list.mdx b/packages/docs/site/docs/_fragments/_api_list.mdx deleted file mode 100644 index e6d2b3c829d..00000000000 --- a/packages/docs/site/docs/_fragments/_api_list.mdx +++ /dev/null @@ -1,3 +0,0 @@ -- [Query API](/developers/apis/query-api) enable basic operations using only query parameters -- [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file -- [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package diff --git a/packages/docs/site/docs/_fragments/_js_api_short_example.mdx b/packages/docs/site/docs/_fragments/_js_api_short_example.mdx deleted file mode 100644 index 8fee428c270..00000000000 --- a/packages/docs/site/docs/_fragments/_js_api_short_example.mdx +++ /dev/null @@ -1,17 +0,0 @@ -```html - - -``` diff --git a/packages/docs/site/docs/_fragments/_playground_wp_net_may_stop_working.md b/packages/docs/site/docs/_fragments/_playground_wp_net_may_stop_working.md deleted file mode 100644 index da64bfa03de..00000000000 --- a/packages/docs/site/docs/_fragments/_playground_wp_net_may_stop_working.md +++ /dev/null @@ -1,5 +0,0 @@ -:::caution Careful with the demo site - -The site at https://playground.wordpress.net is there to support the community, but there are no guarantees it will continue to work if the traffic grows significantly. - -If you need certain availability, you should [host your own WordPress Playground](/developers/architecture/host-your-own-playground). diff --git a/packages/docs/site/docs/_fragments/_this_is_query_api.md b/packages/docs/site/docs/_fragments/_this_is_query_api.md deleted file mode 100644 index f20cae561a3..00000000000 --- a/packages/docs/site/docs/_fragments/_this_is_query_api.md +++ /dev/null @@ -1 +0,0 @@ -This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). diff --git a/packages/docs/site/docs/_fragments/_work_in_progress.md b/packages/docs/site/docs/_fragments/_work_in_progress.md deleted file mode 100644 index 6521c421c6c..00000000000 --- a/packages/docs/site/docs/_fragments/_work_in_progress.md +++ /dev/null @@ -1,4 +0,0 @@ -:::danger Work in Progress - -WordPress Playground is under active development and the features described in this document -may break or change without a warning. diff --git a/packages/docs/site/docs/developers/03-build-an-app/01-index.md b/packages/docs/site/docs/developers/03-build-an-app/01-index.md index 654f1608de5..8bbafe94625 100644 --- a/packages/docs/site/docs/developers/03-build-an-app/01-index.md +++ b/packages/docs/site/docs/developers/03-build-an-app/01-index.md @@ -22,26 +22,28 @@ Playground can be embedded on your website using the HTML ` diff --git a/packages/docs/site/docs/developers/06-apis/01-index.md b/packages/docs/site/docs/developers/06-apis/01-index.md index 21617427e2c..fcaadafd02e 100644 --- a/packages/docs/site/docs/developers/06-apis/01-index.md +++ b/packages/docs/site/docs/developers/06-apis/01-index.md @@ -3,8 +3,6 @@ title: APIs overview slug: /developers/apis/ --- -import ThisIsQueryApi from '@site/docs/\_fragments/\_this_is_query_api.md'; - ## WordPress Playground APIs overview WordPress Playground exposes a few APIs that you can use to interact with the Playground: @@ -23,7 +21,7 @@ Or a theme: [https://playground.wordpress.net/?theme=pendant](https://playground.wordpress.net/?theme=pendant) - Once you have a URL that you like, you can embed it in your website using an iframe: +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). Once you have a URL that you like, you can embed it in your website using an iframe: ```html @@ -97,9 +95,20 @@ Blueprints play a significant role in WordPress Playground, so they have their o The `@wp-playground/client` package provides a JavaScript API you can use to fully control your Playground instance. Here's a simple example of what you can do: -import JSApiShortExample from '@site/docs/\_fragments/\_js_api_short_example.mdx'; - - +```html + + +``` :::info Check the [JavaScript API](/developers/apis/javascript-api/) section for more info. @@ -127,28 +136,32 @@ WordPress Playground can be embedded in your app using an ` + +``` :::info /remote.html is a special URL @@ -38,9 +49,9 @@ API endpoint instead of the demo app with the browser UI. Read more about the di Now that you have a `client` object, you can use it to control the website inside the iframe. There are three ways to do that: -- [Playground API Client](/developers/apis/javascript-api/playground-api-client) -- [Blueprint JSON](/developers/apis/javascript-api/blueprint-json-in-api-client) -- [Blueprint functions](/developers/apis/javascript-api/blueprint-functions-in-api-client) +- [Playground API Client](/developers/apis/javascript-api/playground-api-client) +- [Blueprint JSON](/developers/apis/javascript-api/blueprint-json-in-api-client) +- [Blueprint functions](/developers/apis/javascript-api/blueprint-functions-in-api-client) ## Debugging and testing diff --git a/packages/docs/site/docs/main/intro.md b/packages/docs/site/docs/main/intro.md index c2e4d856fc7..1858a1c9954 100644 --- a/packages/docs/site/docs/main/intro.md +++ b/packages/docs/site/docs/main/intro.md @@ -19,38 +19,38 @@ Playground is an online tool to experiment and learn about WordPress. This site

The WordPress Playground documentation is distributed across four separate hubs (subsites):

-- 👉 [**Documentation**](/) (you're here) – Introduction to WP Playground, starter guides and your entry point to WP Playground Docs. -- [**Blueprints**](/blueprints) – Blueprints are JSON files for setting up your WordPress Playground instance. Learn about their possibilities from the Blueprints docs hub. -- [**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. -- [**API Reference**](/api) – All the APIs exposed by WordPress Playground +- 👉 [**Documentation**](/) (you're here) – Introduction to WP Playground, starter guides and your entry point to WP Playground Docs. +- [**Blueprints**](/blueprints) – Blueprints are JSON files for setting up your WordPress Playground instance. Learn about their possibilities from the Blueprints docs hub. +- [**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. +- [**API Reference**](/api) – All the APIs exposed by WordPress Playground ## Navigating this documentation hub This docs hub is focused on starting with WordPress Playground and is divided into the following major sections. -- **[Quick Start Guide](/quick-start-guide)**: For those just starting out with WordPress Playground, this is where you can get up and running with WordPress Playground quickly to [start a new WordPress site](/quick-start-guide#start-a-new-wordpress-site) and [try a block/theme/plugin](/quick-start-guide#try-a-block-a-theme-or-a-plugin) or [test a specific WordPress/PHP version](/quick-start-guide#use-a-specific-wordpress-or-php-version). +- **[Quick Start Guide](/quick-start-guide)**: For those just starting out with WordPress Playground, this is where you can get up and running with WordPress Playground quickly to [start a new WordPress site](/quick-start-guide#start-a-new-wordpress-site) and [try a block/theme/plugin](/quick-start-guide#try-a-block-a-theme-or-a-plugin) or [test a specific WordPress/PHP version](/quick-start-guide#use-a-specific-wordpress-or-php-version). -- **[Playground web instance](/web-instance)**: Learn more about the Playground instance you get at https://playground.wordpress.net/ +- **[Playground web instance](/web-instance)**: Learn more about the Playground instance you get at https://playground.wordpress.net/ -- **[About Playground](/about)**: To learn about WordPress Playground, how safe it is, what you can do with and some of its current limitations, visit this section. +- **[About Playground](/about)**: To learn about WordPress Playground, how safe it is, what you can do with and some of its current limitations, visit this section. Discover how you can leverage WordPress Playground to [Build](./about/build), [Test](./about/test), and [Launch](./about/launch) your products. -- **[Guides](/guides)**: Explore our comprehensive guides to master new skills, find step-by-step instructions, and unlock valuable insights. Dive in to learn and grow! +- **[Guides](/guides)**: Explore our comprehensive guides to master new skills, find step-by-step instructions, and unlock valuable insights. Dive in to learn and grow! -- **[Contributing](/contributing)**: WordPress Playground is an open-source project that welcomes all contributors—from code to design, documentation to triage. Learn here how to contribute. +- **[Contributing](/contributing)**: WordPress Playground is an open-source project that welcomes all contributors—from code to design, documentation to triage. Learn here how to contribute. -- **[Links and resources](/resources)**: A nice compilation of useful links and resources related to WordPress Playground. +- **[Links and resources](/resources)**: A nice compilation of useful links and resources related to WordPress Playground. ## First steps Whether you're a developer, a non-technical user, or a contributor, these docs will guide you as you start your learning journey: -- [Start using WordPress Playground](/quick-start-guide) in 5 minutes (and check out the [demo site](https://playground.wordpress.net/)) -- [Get started for developing](/developers/build-your-first-app) with WordPress Playground -- Use Playground as a zero-setup [local development environment](/developers/local-development/) -- Read about the [limitations](/developers/limitations) -- [WordCamp Contributor Day](/contributing/contributor-day) +- [Start using WordPress Playground](/quick-start-guide) in 5 minutes (and check out the [demo site](https://playground.wordpress.net/)) +- [Get started for developing](/developers/build-your-first-app) with WordPress Playground +- Use Playground as a zero-setup [local development environment](/developers/local-development/) +- Read about the [limitations](/developers/limitations) +- [WordCamp Contributor Day](/contributing/contributor-day) :::tip Read [**Introduction to Playground: running WordPress in the browser**](https://developer.wordpress.org/news/2024/04/05/introduction-to-playground-running-wordpress-in-the-browser/) blog post in the [WordPress Developer Blog](https://developer.wordpress.org/news) for a great introduction to WordPress Playground @@ -60,19 +60,20 @@ Read [**Introduction to Playground: running WordPress in the browser**](https:// If you're a developer or tech user, you may want to check directly the APIs available: -import APIList from '@site/docs/\_fragments/\_api_list.mdx'; - -- Read about [Playground APIs](/developers/apis/) and basic concepts -- Review [links and resources](/resources) -- Choose the right API for your app -- Dive into the [architecture](/developers/architecture) and learn how it all works +- Read about [Playground APIs](/developers/apis/) and basic concepts +- Review [links and resources](/resources) +- Choose the right API for your app: + - [Query API](/developers/apis/query-api) enables basic operations using only query parameters + - [Blueprints API](/blueprints) gives you a great degree of control with a simple JSON file + - [JavaScript API](/developers/apis/javascript-api) gives you full control via a JavaScript client from an npm package +- Dive into the [architecture](/developers/architecture) and learn how it all works ## Get Involved WordPress Playground is an open-source project and welcomes all contributors from code to design, and from documentation to triage. Don't worry, _you don't need to know WebAssembly_ to contribute! -- See the [Contributors Handbook](/contributing) for all the details on how you can contribute. -- Join us in the `#playground` channel in Slack (see the [WordPress Slack page](https://make.wordpress.org/chat/) for signup information) +- See the [Contributors Handbook](/contributing) for all the details on how you can contribute. +- Join us in the `#playground` channel in Slack (see the [WordPress Slack page](https://make.wordpress.org/chat/) for signup information) As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/). diff --git a/packages/docs/site/docs/main/quick-start-guide.md b/packages/docs/site/docs/main/quick-start-guide.md index 2f960e1f2ba..3bdc3a12056 100644 --- a/packages/docs/site/docs/main/quick-start-guide.md +++ b/packages/docs/site/docs/main/quick-start-guide.md @@ -4,8 +4,6 @@ slug: /quick-start-guide description: A 5-minute guide to get started with Playground. Learn how to test plugins, try themes, and use different WP/PHP versions. --- -import ThisIsQueryApi from '@site/docs/\_fragments/\_this_is_query_api.md'; - # Start using WordPress Playground in 5 minutes WordPress Playground can help you with any of the following: @@ -54,7 +52,7 @@ You can also mix and match these parameters and even add multiple plugins: https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). ## Save your site @@ -102,7 +100,7 @@ You can also use the `wp` and `php` [query parameters](/developers/apis/query-ap - https://playground.wordpress.net/?php=8.3 - https://playground.wordpress.net/?php=8.2&wp=6.2 - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). To learn more about preparing content for demos, see the [providing content for your demo guide](/guides/providing-content-for-your-demo). diff --git a/packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/main/intro.md b/packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/main/intro.md index 71564fd65b7..e224bf19865 100644 --- a/packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/main/intro.md +++ b/packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/current/main/intro.md @@ -50,10 +50,10 @@ Playground is an online tool to experiment and learn about WordPress. This site - [**API Reference**](/api) – All the APIs exposed by WordPress Playground --> -- 👉 [**ডকুমেন্টেশন**](/) (আপনি এখানে আছেন) – WP প্লেগ্রাউন্ড-এর ভূমিকা, স্টার্টার গাইড এবং WP প্লেগ্রাউন্ড ডকসে আপনার এন্ট্রি পয়েন্ট। -- [**ব্লুপ্রিন্ট**](/blueprints) – ব্লুপ্রিন্ট হলো আপনার ওয়ার্ডপ্রেস প্লেগ্রাউন্ড ইনস্ট্যান্স সেটআপ করার জন্য JSON ফাইল। ব্লুপ্রিন্ট ডকস হাব থেকে এদের সম্ভাবনা সম্পর্কে জানুন। -- [**ডেভেলপার**](/developers) – ওয়ার্ডপ্রেস প্লেগ্রাউন্ড একটি প্রোগ্রামেবল টুল হিসেবে তৈরি করা হয়েছে। ডেভেলপার ডকস হাব থেকে আপনার কোড দিয়ে এটি দিয়ে কী কী করতে পারবেন তা জানুন। -- [**API রেফারেন্স**](/api) – ওয়ার্ডপ্রেস প্লেগ্রাউন্ড দ্বারা প্রকাশিত সমস্ত API +- 👉 [**ডকুমেন্টেশন**](/) (আপনি এখানে আছেন) – WP প্লেগ্রাউন্ড-এর ভূমিকা, স্টার্টার গাইড এবং WP প্লেগ্রাউন্ড ডকসে আপনার এন্ট্রি পয়েন্ট। +- [**ব্লুপ্রিন্ট**](/blueprints) – ব্লুপ্রিন্ট হলো আপনার ওয়ার্ডপ্রেস প্লেগ্রাউন্ড ইনস্ট্যান্স সেটআপ করার জন্য JSON ফাইল। ব্লুপ্রিন্ট ডকস হাব থেকে এদের সম্ভাবনা সম্পর্কে জানুন। +- [**ডেভেলপার**](/developers) – ওয়ার্ডপ্রেস প্লেগ্রাউন্ড একটি প্রোগ্রামেবল টুল হিসেবে তৈরি করা হয়েছে। ডেভেলপার ডকস হাব থেকে আপনার কোড দিয়ে এটি দিয়ে কী কী করতে পারবেন তা জানুন। +- [**API রেফারেন্স**](/api) – ওয়ার্ডপ্রেস প্লেগ্রাউন্ড দ্বারা প্রকাশিত সমস্ত API -- **[কুইক স্টার্ট গাইড](/quick-start-guide)**: যারা সবেমাত্র ওয়ার্ডপ্রেস প্লেগ্রাউন্ড দিয়ে শুরু করছেন, এখানে আপনি দ্রুত ওয়ার্ডপ্রেস প্লেগ্রাউন্ড চালু করে [একটি নতুন ওয়ার্ডপ্রেস সাইট শুরু করতে](/quick-start-guide#start-a-new-wordpress-site), [একটি ব্লক/থিম/প্লাগইন ট্রাই করতে](/quick-start-guide#try-a-block-a-theme-or-a-plugin) অথবা [একটি নির্দিষ্ট ওয়ার্ডপ্রেস/PHP সংস্করণ পরীক্ষা করতে](/quick-start-guide#use-a-specific-wordpress-or-php-version) পারবেন। +- **[কুইক স্টার্ট গাইড](/quick-start-guide)**: যারা সবেমাত্র ওয়ার্ডপ্রেস প্লেগ্রাউন্ড দিয়ে শুরু করছেন, এখানে আপনি দ্রুত ওয়ার্ডপ্রেস প্লেগ্রাউন্ড চালু করে [একটি নতুন ওয়ার্ডপ্রেস সাইট শুরু করতে](/quick-start-guide#start-a-new-wordpress-site), [একটি ব্লক/থিম/প্লাগইন ট্রাই করতে](/quick-start-guide#try-a-block-a-theme-or-a-plugin) অথবা [একটি নির্দিষ্ট ওয়ার্ডপ্রেস/PHP সংস্করণ পরীক্ষা করতে](/quick-start-guide#use-a-specific-wordpress-or-php-version) পারবেন। -- **[প্লেগ্রাউন্ড ওয়েব ইনস্ট্যান্স](/web-instance)**: https://playground.wordpress.net/ এ আপনি যে প্লেগ্রাউন্ড ইনস্ট্যান্স পান সে সম্পর্কে আরও জানুন। +- **[প্লেগ্রাউন্ড ওয়েব ইনস্ট্যান্স](/web-instance)**: https://playground.wordpress.net/ এ আপনি যে প্লেগ্রাউন্ড ইনস্ট্যান্স পান সে সম্পর্কে আরও জানুন। -- **[প্লেগ্রাউন্ড সম্পর্কে](/about)**: ওয়ার্ডপ্রেস প্লেগ্রাউন্ড সম্পর্কে জানতে, এটি কতটা নিরাপদ, এটি দিয়ে কী করতে পারেন এবং এর বর্তমান কিছু সীমাবদ্ধতা সম্পর্কে জানতে এই সেকশনে যান। +- **[প্লেগ্রাউন্ড সম্পর্কে](/about)**: ওয়ার্ডপ্রেস প্লেগ্রাউন্ড সম্পর্কে জানতে, এটি কতটা নিরাপদ, এটি দিয়ে কী করতে পারেন এবং এর বর্তমান কিছু সীমাবদ্ধতা সম্পর্কে জানতে এই সেকশনে যান। আপনার পণ্য [তৈরি](./about/build), [পরীক্ষা](./about/test) এবং [লঞ্চ](./about/launch) করতে কীভাবে ওয়ার্ডপ্রেস প্লেগ্রাউন্ড ব্যবহার করতে পারেন তা আবিষ্কার করুন। @@ -93,19 +93,19 @@ This docs hub is focused on starting with WordPress Playground and is divided in - **[Guides](/guides)**: Explore our comprehensive guides to master new skills, find step-by-step instructions, and unlock valuable insights. Dive in to learn and grow! --> -- **[গাইডস](/guides)**: নতুন দক্ষতা আয়ত্ত করতে, ধাপে ধাপে নির্দেশাবলী খুঁজে পেতে এবং মূল্যবান অন্তর্দৃষ্টি আনলক করতে আমাদের বিস্তৃত গাইডগুলো এক্সপ্লোর করুন। শিখতে এবং বাড়তে ডুব দিন! +- **[গাইডস](/guides)**: নতুন দক্ষতা আয়ত্ত করতে, ধাপে ধাপে নির্দেশাবলী খুঁজে পেতে এবং মূল্যবান অন্তর্দৃষ্টি আনলক করতে আমাদের বিস্তৃত গাইডগুলো এক্সপ্লোর করুন। শিখতে এবং বাড়তে ডুব দিন! -- **[কন্ট্রিবিউটিং](/contributing)**: ওয়ার্ডপ্রেস প্লেগ্রাউন্ড একটি ওপেন-সোর্স প্রজেক্ট যেখানে সব ধরনের কন্ট্রিবিউটরদের স্বাগত জানানো হয়—কোড থেকে ডিজাইন, ডকুমেন্টেশন থেকে ট্রায়াজ। এখানে কীভাবে কন্ট্রিবিউট করবেন তা শিখুন। +- **[কন্ট্রিবিউটিং](/contributing)**: ওয়ার্ডপ্রেস প্লেগ্রাউন্ড একটি ওপেন-সোর্স প্রজেক্ট যেখানে সব ধরনের কন্ট্রিবিউটরদের স্বাগত জানানো হয়—কোড থেকে ডিজাইন, ডকুমেন্টেশন থেকে ট্রায়াজ। এখানে কীভাবে কন্ট্রিবিউট করবেন তা শিখুন। -- **[লিংক এবং রিসোর্স](/resources)**: ওয়ার্ডপ্রেস প্লেগ্রাউন্ড সম্পর্কিত দরকারী লিংক এবং রিসোর্সের একটি সুন্দর সংকলন। +- **[লিংক এবং রিসোর্স](/resources)**: ওয়ার্ডপ্রেস প্লেগ্রাউন্ড সম্পর্কিত দরকারী লিংক এবং রিসোর্সের একটি সুন্দর সংকলন। -- ৫ মিনিটে [ওয়ার্ডপ্রেস প্লেগ্রাউন্ড ব্যবহার শুরু করুন](/quick-start-guide) (এবং [ডেমো সাইট](https://playground.wordpress.net/) দেখুন) -- ওয়ার্ডপ্রেস প্লেগ্রাউন্ড দিয়ে [ডেভেলপমেন্ট শুরু করুন](/developers/build-your-first-app) -- প্লেগ্রাউন্ডকে জিরো-সেটআপ [লোকাল ডেভেলপমেন্ট এনভায়রনমেন্ট](/developers/local-development/) হিসেবে ব্যবহার করুন -- [সীমাবদ্ধতাগুলো](/developers/limitations) সম্পর্কে পড়ুন -- [ওয়ার্ডক্যাম্প কন্ট্রিবিউটর ডে](/contributing/contributor-day) +- ৫ মিনিটে [ওয়ার্ডপ্রেস প্লেগ্রাউন্ড ব্যবহার শুরু করুন](/quick-start-guide) (এবং [ডেমো সাইট](https://playground.wordpress.net/) দেখুন) +- ওয়ার্ডপ্রেস প্লেগ্রাউন্ড দিয়ে [ডেভেলপমেন্ট শুরু করুন](/developers/build-your-first-app) +- প্লেগ্রাউন্ডকে জিরো-সেটআপ [লোকাল ডেভেলপমেন্ট এনভায়রনমেন্ট](/developers/local-development/) হিসেবে ব্যবহার করুন +- [সীমাবদ্ধতাগুলো](/developers/limitations) সম্পর্কে পড়ুন +- [ওয়ার্ডক্যাম্প কন্ট্রিবিউটর ডে](/contributing/contributor-day) -- [প্লেগ্রাউন্ড API](/developers/apis/) এবং মৌলিক ধারণাগুলো সম্পর্কে পড়ুন -- [লিংক এবং রিসোর্স](/resources) রিভিউ করুন -- আপনার অ্যাপের জন্য সঠিক API বেছে নিন -- [আর্কিটেকচারে](/developers/architecture) ডুব দিন এবং এটি কীভাবে কাজ করে তা শিখুন +- [প্লেগ্রাউন্ড API](/developers/apis/) এবং মৌলিক ধারণাগুলো সম্পর্কে পড়ুন +- [লিংক এবং রিসোর্স](/resources) রিভিউ করুন +- আপনার অ্যাপের জন্য সঠিক API বেছে নিন: + - [Query API](/developers/apis/query-api) enable basic operations using only query parameters + - [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file + - [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package +- [আর্কিটেকচারে](/developers/architecture) ডুব দিন এবং এটি কীভাবে কাজ করে তা শিখুন -- কীভাবে কন্ট্রিবিউট করতে পারেন তার সমস্ত বিবরণের জন্য [কন্ট্রিবিউটরস হ্যান্ডবুক](/contributing) দেখুন। -- স্ল্যাক-এ `#playground` চ্যানেলে আমাদের সাথে যোগ দিন (সাইনআপ তথ্যের জন্য [ওয়ার্ডপ্রেস স্ল্যাক পেজ](https://make.wordpress.org/chat/) দেখুন) +- কীভাবে কন্ট্রিবিউট করতে পারেন তার সমস্ত বিবরণের জন্য [কন্ট্রিবিউটরস হ্যান্ডবুক](/contributing) দেখুন। +- স্ল্যাক-এ `#playground` চ্যানেলে আমাদের সাথে যোগ দিন (সাইনআপ তথ্যের জন্য [ওয়ার্ডপ্রেস স্ল্যাক পেজ](https://make.wordpress.org/chat/) দেখুন) @@ -118,7 +116,7 @@ You can also mix and match these parameters and even add multiple plugins: https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). Puedes instalar plugins y temas del directorio de WordPress solo con parámetros de URL. Este iframe preinstala los plugins `coblocks` y `friends` y el tema `pendant`. - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). ```html diff --git a/packages/docs/site/i18n/es/docusaurus-plugin-content-docs/current/main/intro.md b/packages/docs/site/i18n/es/docusaurus-plugin-content-docs/current/main/intro.md index 88d00e88e91..f05ec8c739f 100644 --- a/packages/docs/site/i18n/es/docusaurus-plugin-content-docs/current/main/intro.md +++ b/packages/docs/site/i18n/es/docusaurus-plugin-content-docs/current/main/intro.md @@ -48,10 +48,10 @@ Playground es una herramienta en línea para experimentar y aprender sobre WordP

La documentación de WordPress Playground está distribuida en cuatro hubs separados (subsitios):

-- 👉 [**Documentación**](/) (estás aquí) – Introducción a WP Playground, guías de inicio y tu punto de entrada a la documentación de WP Playground. -- [**Blueprints**](/blueprints) – Los Blueprints son archivos JSON para configurar tu instancia de WordPress Playground. Aprende sobre sus posibilidades desde el hub de documentación de Blueprints. -- [**Desarrolladores**](/developers) – WordPress Playground fue creado como una herramienta programable. Descubre todo lo que puedes hacer con él desde tu código en el hub de documentación para Desarrolladores. -- [**Referencia de la API**](/api) – Todas las APIs expuestas por WordPress Playground +- 👉 [**Documentación**](/) (estás aquí) – Introducción a WP Playground, guías de inicio y tu punto de entrada a la documentación de WP Playground. +- [**Blueprints**](/blueprints) – Los Blueprints son archivos JSON para configurar tu instancia de WordPress Playground. Aprende sobre sus posibilidades desde el hub de documentación de Blueprints. +- [**Desarrolladores**](/developers) – WordPress Playground fue creado como una herramienta programable. Descubre todo lo que puedes hacer con él desde tu código en el hub de documentación para Desarrolladores. +- [**Referencia de la API**](/api) – Todas las APIs expuestas por WordPress Playground -- Lee sobre las [APIs de Playground](/developers/apis/) y conceptos básicos -- Revisa [enlaces y recursos](/resources) -- Elige la API adecuada para tu aplicación -- Sumérgete en la [arquitectura](/developers/architecture) y aprende cómo funciona todo +- Lee sobre las [APIs de Playground](/developers/apis/) y conceptos básicos +- Revisa [enlaces y recursos](/resources) +- Elige la API adecuada para tu aplicación + - [Query API](/developers/apis/query-api) enable basic operations using only query parameters + - [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file + - [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package +- Sumérgete en la [arquitectura](/developers/architecture) y aprende cómo funciona todo @@ -118,7 +116,7 @@ También puedes mezclar y combinar estos parámetros e incluso agregar múltiple https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). @@ -44,9 +48,9 @@ import PlaygroundWpNetWarning from '@site/docs/\_fragments/\_playground_wp_net_m WordPress Playground fournit trois APIs que vous pouvez utiliser pour contrôler le site en iframe. Tous les exemples de cette section sont construits en utilisant l’une d’entre elles : -import APIList from '@site/docs/\_fragments/\_api_list.mdx'; - - +- [Query API](/developers/apis/query-api) enable basic operations using only query parameters +- [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file +- [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package @@ -56,13 +60,11 @@ En savoir plus sur chacune de ces APIs dans la [section de présentation des API ## Présenter une extension ou un thème du répertoire WordPress -import ThisIsQueryApi from '@site/docs/\_fragments/\_this_is_query_api.md'; - Vous pouvez installer des extensions et des thèmes du répertoire WordPress avec seulement des paramètres d’URL. Cet iframe préinstalle les extensions `coblocks` et `friends` ainsi que le thème `pendant`. - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). ```html @@ -151,8 +153,8 @@ Pour utiliser Playground comme prévisualiseur de PR, vous avez besoin : -- D’un pipeline CI qui empaquette votre extension ou thème -- D’un accès public au fichier `.zip` généré +- D’un pipeline CI qui empaquette votre extension ou thème +- D’un accès public au fichier `.zip` généré @@ -232,10 +234,10 @@ Vous pouvez prévisualiser des branches ou pull requests spécifiques des dépô -- Prévisualiser la branche trunk de WordPress Core : `https://playground.wordpress.net/?core-branch=trunk` -- Prévisualiser une PR spécifique de WordPress Core : `https://playground.wordpress.net/?core-pr=9500` -- Prévisualiser la branche trunk de Gutenberg : `https://playground.wordpress.net/?gutenberg-branch=trunk` -- Prévisualiser une PR spécifique de Gutenberg : `https://playground.wordpress.net/?gutenberg-pr=73010` +- Prévisualiser la branche trunk de WordPress Core : `https://playground.wordpress.net/?core-branch=trunk` +- Prévisualiser une PR spécifique de WordPress Core : `https://playground.wordpress.net/?core-pr=9500` +- Prévisualiser la branche trunk de Gutenberg : `https://playground.wordpress.net/?gutenberg-branch=trunk` +- Prévisualiser une PR spécifique de Gutenberg : `https://playground.wordpress.net/?gutenberg-pr=73010` diff --git a/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/intro.md b/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/intro.md index 14c15d25119..4fb673c0013 100644 --- a/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/intro.md +++ b/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/intro.md @@ -6,132 +6,149 @@ description: Bienvenue dans la documentation de WordPress Playground ! Cette pag --- # Documentation de WordPress Playground + :::info **Vous cherchez le site officiel de Playground ?** + Le site de WordPress Playground a été déplacé vers [wordpress.org/playground/](https://wordpress.org/playground/). Le site sur lequel vous vous trouvez héberge maintenant la documentation. + ::: 👋 Bonjour ! Bienvenue dans la documentation de WordPress Playground. + Playground est un outil en ligne pour expérimenter et apprendre WordPress. Ce site (Documentation) est l’endroit où vous trouverez toutes les informations dont vous avez besoin pour commencer à utiliser Playground. +

La documentation de WordPress Playground est répartie sur quatre hubs (sous-sites) distincts :

-- 👉 [**Documentation**](/) (vous y êtes) - Introduction à WP Playground, guides de démarrage et point d'entrée vers la documentation de WP Playground. -- [**Blueprints**](/blueprints) - Les blueprints sont des fichiers JSON permettant de configurer votre instance WordPress Playground. Découvrez leurs possibilités à partir du hub de documentation des blueprints. -- [**Développeurs**](/developers) - WordPress Playground a été créé comme un outil programmable. Découvrez tout ce que vous pouvez en faire avec votre code dans le hub de documentation des développeurs et développeuses. -- [**API Reference**](/api) - Toutes les API exposées par WordPress Playground. - - - - +- 👉 [**Documentation**](/) (vous y êtes) - Introduction à WP Playground, guides de démarrage et point d'entrée vers la documentation de WP Playground. +- [**Blueprints**](/blueprints) - Les blueprints sont des fichiers JSON permettant de configurer votre instance WordPress Playground. Découvrez leurs possibilités à partir du hub de documentation des blueprints. +- [**Développeurs**](/developers) - WordPress Playground a été créé comme un outil programmable. Découvrez tout ce que vous pouvez en faire avec votre code dans le hub de documentation des développeurs et développeuses. +- [**API Reference**](/api) - Toutes les API exposées par WordPress Playground. + + + + ## Naviguer dans ce hub de documentation + Ce hub de documentation se concentre sur la prise en main de WordPress Playground et est divisé en plusieurs sections, qui sont les suivantes : + -- **[Guide rapide](./quick-start-guide.md)** : pour celles et ceux qui débutent avec WordPress Playground, c'est ici que vous pouvez rapidement être opérationnel avec WordPress Playground pour [créer un nouveau site WordPress](/quick-start-guide#start-a-new-wordpress-site), et [tester un bloc/thème/extension](/quick-start-guide#try-a-block-a-theme-or-a-plugin) ou [tester une version spécifique de WordPress/PHP](/quick-start-guide#use-a-specific-wordpress-or-php-version). - +- **[Guide rapide](./quick-start-guide.md)** : pour celles et ceux qui débutent avec WordPress Playground, c'est ici que vous pouvez rapidement être opérationnel avec WordPress Playground pour [créer un nouveau site WordPress](/quick-start-guide#start-a-new-wordpress-site), et [tester un bloc/thème/extension](/quick-start-guide#try-a-block-a-theme-or-a-plugin) ou [tester une version spécifique de WordPress/PHP](/quick-start-guide#use-a-specific-wordpress-or-php-version). + -- **[Instance web Playground](/web-instance)** : apprenez-en davantage sur l’instance Playground que vous utilisez sur https://playground.wordpress.net/ - +- **[Instance web Playground](/web-instance)** : apprenez-en davantage sur l’instance Playground que vous utilisez sur https://playground.wordpress.net/ + -- **[À propos de Playground](/about)** : pour en savoir plus sur WordPress Playground, sa sécurité, ce que vous pouvez accomplir avec et ses limitations actuelles, consultez cette section. - +- **[À propos de Playground](/about)** : pour en savoir plus sur WordPress Playground, sa sécurité, ce que vous pouvez accomplir avec et ses limitations actuelles, consultez cette section. + - Découvrez comment vous pouvez exploiter WordPress Playground pour [construire](./about/build), [tester](./about/test) et [lancer](./about/launch) vos produits. - -- **[Guides](/guides)** : explorez nos guides complets pour maîtriser de nouvelles compétences, trouver des instructions pas par pas et découvrez des informations précieuses. Plongez-y pour apprendre et grandir ! - + + +- **[Guides](/guides)** : explorez nos guides complets pour maîtriser de nouvelles compétences, trouver des instructions pas par pas et découvrez des informations précieuses. Plongez-y pour apprendre et grandir ! + -- **[Contributing](/contributing)** : WordPress Playground est un projet open-source qui accueille tous les contributeurs et contributrices, du code à la conception, de la documentation à la classification des bogues. Apprenez ici comment contribuer. - +- **[Contributing](/contributing)** : WordPress Playground est un projet open-source qui accueille tous les contributeurs et contributrices, du code à la conception, de la documentation à la classification des bogues. Apprenez ici comment contribuer. + -- **[Liens and ressources](/resources)** : une belle compilation de liens et de ressources utiles liés à WordPress Playground. - +- **[Liens and ressources](/resources)** : une belle compilation de liens et de ressources utiles liés à WordPress Playground. + ## Premiers pas + Que vous soyez un développeur/une développeuse, un utilisateur/une utilisatrice non technique ou encore un contributeur/une contributrice, cette documentation vous guidera tout au long de votre apprentissage : + -- [Commencez à utiliser WordPress Playground](/quick-start-guide) en 5 minutes (et jetez un œil au [site de démonstration](https://playground.wordpress.net/)) -- [Premiers pas pour le développement](/developers/build-your-first-app) avec WordPress Playground -- Utiliser Playground comme un [environnement de développement local](/developers/local-development/) sans aucune configuration nécessaire -- Au sujet des [limitations](/developers/limitations) -- [Journée de contribution WordCamp](/contributing/contributor-day) +- [Commencez à utiliser WordPress Playground](/quick-start-guide) en 5 minutes (et jetez un œil au [site de démonstration](https://playground.wordpress.net/)) +- [Premiers pas pour le développement](/developers/build-your-first-app) avec WordPress Playground +- Utiliser Playground comme un [environnement de développement local](/developers/local-development/) sans aucune configuration nécessaire +- Au sujet des [limitations](/developers/limitations) +- [Journée de contribution WordCamp](/contributing/contributor-day) -{/* -- [Start using WordPress Playground](/quick-start-guide) in 5 minutes (and check out the [demo site](https://playground.wordpress.net/)) -- [Get started for developing](/developers/build-your-first-app) with WordPress Playground -- Use Playground as a zero-setup [local development environment](/developers/local-development/) -- Read about the [limitations](/developers/limitations) -- [WordCamp Contributor Day](/contributing/contributor-day) -*/} + :::tip Lisez l’article [**Introduction to Playground: running WordPress in the browser (en anglais)**](https://developer.wordpress.org/news/2024/04/05/introduction-to-playground-running-wordpress-in-the-browser/) sur le [WordPress Developer Blog](https://developer.wordpress.org/news) pour une excellente introduction à WordPress Playground. ::: + ## Plongez en profondeur + Si vous êtes un développeur/une développeuse ou un utilisateur/une utilisatrice technique, vous pouvez consulter directement les API disponibles : - -import APIList from '@site/docs/_fragments/_api_list.mdx'; + -- Découvrez les [API Playground](/developers/apis/) et les concepts de base -- Consulter les [liens et ressources](/resources) -- Choisissez la bonne API pour votre application -- Plongez dans [l’architecture](/developers/architecture) et découvrez comment tout ça fonctionne +- Découvrez les [API Playground](/developers/apis/) et les concepts de base +- Consulter les [liens et ressources](/resources) +- Choisissez la bonne API pour votre application : + - [Query API](/developers/apis/query-api) enable basic operations using only query parameters + - [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file + - [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package +- Plongez dans [l’architecture](/developers/architecture) et découvrez comment tout ça fonctionne - ## Impliquez-vous + WordPress Playground est un projet open-source et accueille tous les contributeurs et contributrices, du code à la conception, de la documentation au triage. Ne vous inquiétez pas, _vous n’avez pas besoin de connaître WebAssembly_ pour contribuer ! - -- Consultez le [manuel de contribution](./contributing/) pour tous les détails sur la façon dont vous pouvez contribuer. -- Rejoignez-nous sur le canal `#playground` sur Slack (voir la [page Slack WordPress](https://make.wordpress.org/chat/) pour les informations d’inscription) +- Consultez le [manuel de contribution](./contributing/) pour tous les détails sur la façon dont vous pouvez contribuer. +- Rejoignez-nous sur le canal `#playground` sur Slack (voir la [page Slack WordPress](https://make.wordpress.org/chat/) pour les informations d’inscription) Comme pour tous les projets WordPress, nous souhaitons garantir un environnement accueillant pour tout le monde. Dans cet esprit, tous les contributeurs et contributrices doivent respecter notre [code de conduite](https://make.wordpress.org/handbook/community-code-of-conduct/). + ## Licence + WordPress Playground est un logiciel libre publié selon les termes de la licence publique générale GNU version 2 ou (à votre choix) toute version ultérieure. Pour une licence complète, voir [LICENSE.md](https://github.com/WordPress/wordpress-playground/blob/trunk/LICENSE). + :::info @@ -141,4 +158,4 @@ et relecture par [@beryldlg](https://profiles.wordpress.org/beryldlg/) Dernière mise à jour le 6 octobre 2025 ::: -

Le code c’est de la poésie.

+

Le code c’est de la poésie.

diff --git a/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/quick-start-guide.md b/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/quick-start-guide.md index d0f5be57493..c4291bec310 100644 --- a/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/quick-start-guide.md +++ b/packages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/quick-start-guide.md @@ -4,8 +4,6 @@ slug: /quick-start-guide description: Un guide de 5 minutes pour débuter avec Playground. Apprenez à tester des extensions, à essayer des thèmes et à utiliser différentes versions WP/PHP. --- -import ThisIsQueryApi from '@site/docs/\_fragments/\_this_is_query_api.md'; - # Commencez à utiliser WordPress Playground en 5 minutes @@ -87,7 +85,7 @@ Vous pouvez également mélanger et faire correspondre ces paramètres et même https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). @@ -175,7 +173,7 @@ Vous pouvez également utiliser les [paramètres de requête](/developers/apis/q - https://playground.wordpress.net/?php=8.3 - https://playground.wordpress.net/?php=8.2&wp=6.2 - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). diff --git a/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/intro.md b/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/intro.md index 8e0e6ab34e5..037391f7eed 100644 --- a/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/intro.md +++ b/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/intro.md @@ -19,38 +19,38 @@ description: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ

વર્ડપ્રેસ પ્લેગ્રાઉન્ડ માર્ગદર્શિકા ચાર અલગ હબ (સબસાઇટ્સ) માં વિતરિત થયેલ છે:

-- 👉 [**માર્ગદર્શિકા**](/) (તમે અહીં છો) – WP પ્લેગ્રાઉન્ડનો પરિચય, શરૂઆતની માર્ગદર્શિકાઓ અને WP પ્લેગ્રાઉન્ડ ડોક્સમાં તમારા પ્રવેશ બિંદુ. -- [**બ્લુપ્રિન્ટ્સ**](/blueprints) – બ્લુપ્રિન્ટ્સ એ તમારા વર્ડપ્રેસ પ્લેગ્રાઉન્ડ ઇન્સ્ટન્સને સેટ કરવા માટે JSON ફાઇલો છે. બ્લુપ્રિન્ટ્સ ડોક્સ હબમાંથી તેમની શક્યતાઓ વિશે જાણો. -- [**ડેવલપર્સ**](/developers) – વર્ડપ્રેસ પ્લેગ્રાઉન્ડ એક પ્રોગ્રામેબલ ટૂલ તરીકે બનાવવામાં આવ્યું હતું. ડેવલપર્સ ડોક્સ હબમાં તમારા કોડમાંથી તમે તેની સાથે શું કરી શકો તે બધું શોધો. -- [**API સંદર્ભ**](/api) – વર્ડપ્રેસ પ્લેગ્રાઉન્ડ દ્વારા ઉપલબ્ધ તમામ API માટેની જાણકારી +- 👉 [**માર્ગદર્શિકા**](/) (તમે અહીં છો) – WP પ્લેગ્રાઉન્ડનો પરિચય, શરૂઆતની માર્ગદર્શિકાઓ અને WP પ્લેગ્રાઉન્ડ ડોક્સમાં તમારા પ્રવેશ બિંદુ. +- [**બ્લુપ્રિન્ટ્સ**](/blueprints) – બ્લુપ્રિન્ટ્સ એ તમારા વર્ડપ્રેસ પ્લેગ્રાઉન્ડ ઇન્સ્ટન્સને સેટ કરવા માટે JSON ફાઇલો છે. બ્લુપ્રિન્ટ્સ ડોક્સ હબમાંથી તેમની શક્યતાઓ વિશે જાણો. +- [**ડેવલપર્સ**](/developers) – વર્ડપ્રેસ પ્લેગ્રાઉન્ડ એક પ્રોગ્રામેબલ ટૂલ તરીકે બનાવવામાં આવ્યું હતું. ડેવલપર્સ ડોક્સ હબમાં તમારા કોડમાંથી તમે તેની સાથે શું કરી શકો તે બધું શોધો. +- [**API સંદર્ભ**](/api) – વર્ડપ્રેસ પ્લેગ્રાઉન્ડ દ્વારા ઉપલબ્ધ તમામ API માટેની જાણકારી ## આ માર્ગદર્શિકા હબમાં નેવિગેટ કરવું આ ડોક્સ હબ વર્ડપ્રેસ પ્લેગ્રાઉન્ડથી શરૂઆત કરવા પર કેન્દ્રિત છે અને તેને નીચેના મુખ્ય વિભાગોમાં વહેંચવામાં આવ્યું છે. -- **[ઝડપી પ્રારંભ માર્ગદર્શિકા](/quick-start-guide)**: જેઓ હમણાં જ વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સાથે શરૂઆત કરી રહ્યા છે, તેઓ માટે અહીં તમે વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સાથે ઝડપથી [નવી વર્ડપ્રેસ સાઇટ શરૂ શકો છો](/quick-start-guide#start-a-new-wordpress-site) અને [બ્લોક/થીમ/પ્લગઇન અજમાવી શકો છો](/quick-start-guide#try-a-block-a-theme-or-a-plugin) અથવા [ચોક્કસ વર્ડપ્રેસ અથવા PHP સંસ્કરણનું પરીક્ષણ કરી શકો છો](/quick-start-guide#use-a-specific-wordpress-or-php-version). +- **[ઝડપી પ્રારંભ માર્ગદર્શિકા](/quick-start-guide)**: જેઓ હમણાં જ વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સાથે શરૂઆત કરી રહ્યા છે, તેઓ માટે અહીં તમે વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સાથે ઝડપથી [નવી વર્ડપ્રેસ સાઇટ શરૂ શકો છો](/quick-start-guide#start-a-new-wordpress-site) અને [બ્લોક/થીમ/પ્લગઇન અજમાવી શકો છો](/quick-start-guide#try-a-block-a-theme-or-a-plugin) અથવા [ચોક્કસ વર્ડપ્રેસ અથવા PHP સંસ્કરણનું પરીક્ષણ કરી શકો છો](/quick-start-guide#use-a-specific-wordpress-or-php-version). -- **[પ્લેગ્રાઉન્ડ વેબ ઇન્સ્ટન્સ](/web-instance)**: https://playground.wordpress.net/ પર તમે જે પ્લેગ્રાઉન્ડ ઇન્સ્ટન્સ મેળવો છો તેના વિશે વધુ જાણો. +- **[પ્લેગ્રાઉન્ડ વેબ ઇન્સ્ટન્સ](/web-instance)**: https://playground.wordpress.net/ પર તમે જે પ્લેગ્રાઉન્ડ ઇન્સ્ટન્સ મેળવો છો તેના વિશે વધુ જાણો. -- **[પ્લેગ્રાઉન્ડ વિશે](/about)**: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ શું છે, તે કેટલું સલામત છે, તમે તેની સાથે શું કરી શકો છો અને હાલની કેટલીક મર્યાદાઓ વિશે જાણવા માટે, આ વિભાગની મુલાકાત લો. +- **[પ્લેગ્રાઉન્ડ વિશે](/about)**: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ શું છે, તે કેટલું સલામત છે, તમે તેની સાથે શું કરી શકો છો અને હાલની કેટલીક મર્યાદાઓ વિશે જાણવા માટે, આ વિભાગની મુલાકાત લો. તમારા પ્રોડક્ટ્સ [બનાવવા](./about/build), [પરીક્ષણ](./about/test) કરવા અને [લોન્ચ](./about/launch) કરવા માટે તમે વર્ડપ્રેસ પ્લેગ્રાઉન્ડનો ઉપયોગ કેવી રીતે કરી શકો છો તે વિશે જાણવા. -- **[માર્ગદર્શિકા](/guides)**: નવી કુશળતામાં નિપુણતા મેળવવા, પગલાંવાર સૂચનાઓ શોધવા અને કિંમતી જાણકારીઓ જાણવા માટે અમારી વિગતવાર માર્ગદર્શિકાઓ તપાસો. શીખવા અને વધવા માટે શરૂ કરો! +- **[માર્ગદર્શિકા](/guides)**: નવી કુશળતામાં નિપુણતા મેળવવા, પગલાંવાર સૂચનાઓ શોધવા અને કિંમતી જાણકારીઓ જાણવા માટે અમારી વિગતવાર માર્ગદર્શિકાઓ તપાસો. શીખવા અને વધવા માટે શરૂ કરો! -- **[યોગદાન](/contributing)**: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ એક ઓપન-સોર્સ પ્રોજેક્ટ છે જે તમામ યોગદાનકર્તાઓનું સ્વાગત કરે છે — કોડથી લઈને ડિઝાઇન, માર્ગદર્શિકાથી લઈને ત્રાયેજ સુધી. અહીં શીખો કે કેવી રીતે યોગદાન આપી શકાય. +- **[યોગદાન](/contributing)**: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ એક ઓપન-સોર્સ પ્રોજેક્ટ છે જે તમામ યોગદાનકર્તાઓનું સ્વાગત કરે છે — કોડથી લઈને ડિઝાઇન, માર્ગદર્શિકાથી લઈને ત્રાયેજ સુધી. અહીં શીખો કે કેવી રીતે યોગદાન આપી શકાય. -- **[લિંક્સ અને સંસાધનો](/resources)**: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સંબંધિત ઉપયોગી લિંક્સ અને સંસાધનોનું સરસ સંકલન. +- **[લિંક્સ અને સંસાધનો](/resources)**: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સંબંધિત ઉપયોગી લિંક્સ અને સંસાધનોનું સરસ સંકલન. ## પ્રથમ પગલાં ભલે તમે ડેવલપર હો, નોન-ટેકનિકલ યુઝર હો, કે યોગદાનકર્તા, આ દસ્તાવેજો તમને તમારી શીખવાની યાત્રા શરૂ કરતી વખતે માર્ગદર્શન આપશે: -- 5 મિનિટમાં [વર્ડપ્રેસ પ્લેગ્રાઉન્ડનો ઉપયોગ શરૂ કરો](/quick-start-guide) (અને [ડેમો સાઇટ](https://playground.wordpress.net/) પણ જુઓ) -- વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સાથે [ડેવેલોપીંગ માટે શરૂઆત કરો](/developers/build-your-first-app) -- પ્લેગ્રાઉન્ડનો ઉપયોગ શૂન્ય-સેટઅપ [લોકલ ડેવલપમેન્ટ એન્વાયરમેન્ટ](/developers/local-development/) તરીકે કરો -- [મર્યાદાઓ](/developers/limitations) વિશે વાંચો -- [વર્ડકેમ્પ યોગદાન દિવસ](/contributing/contributor-day) +- 5 મિનિટમાં [વર્ડપ્રેસ પ્લેગ્રાઉન્ડનો ઉપયોગ શરૂ કરો](/quick-start-guide) (અને [ડેમો સાઇટ](https://playground.wordpress.net/) પણ જુઓ) +- વર્ડપ્રેસ પ્લેગ્રાઉન્ડ સાથે [ડેવેલોપીંગ માટે શરૂઆત કરો](/developers/build-your-first-app) +- પ્લેગ્રાઉન્ડનો ઉપયોગ શૂન્ય-સેટઅપ [લોકલ ડેવલપમેન્ટ એન્વાયરમેન્ટ](/developers/local-development/) તરીકે કરો +- [મર્યાદાઓ](/developers/limitations) વિશે વાંચો +- [વર્ડકેમ્પ યોગદાન દિવસ](/contributing/contributor-day) :::tip વર્ડપ્રેસ પ્લેગ્રાઉન્ડનો ઉત્તમ પરિચય મેળવવા માટે [WordPress Developer Blog](https://developer.wordpress.org/news) માં આવેલ [**Introduction to Playground: running WordPress in the browser**](https://developer.wordpress.org/news/2024/04/05/introduction-to-playground-running-wordpress-in-the-browser/) બ્લોગ પોસ્ટ વાંચો @@ -60,19 +60,20 @@ description: વર્ડપ્રેસ પ્લેગ્રાઉન્ડ જો તમે ડેવલપર અથવા ટેક યુઝર છો, તો તમે ઉપલબ્ધ API સીધા જ તપાસી શકો છો: -import APIList from '@site/docs/\_fragments/\_api_list.mdx'; - -- [પ્લેગ્રાઉન્ડ APIs](/developers/apis/) અને મૂળભૂત સિદ્ધાંતો વિશે વાંચો -- [લિંક્સ અને સંસાધનો](/resources) ની સમીક્ષા કરો -- તમારા એપ માટે યોગ્ય API પસંદ કરો -- [આર્કિટેક્ચર](/developers/architecture) વિશે ઊંડાણપૂર્વક શીખો અને સમજો કે તે કેવી રીતે કાર્ય કરે છે +- [પ્લેગ્રાઉન્ડ APIs](/developers/apis/) અને મૂળભૂત સિદ્ધાંતો વિશે વાંચો +- [લિંક્સ અને સંસાધનો](/resources) ની સમીક્ષા કરો +- તમારા એપ માટે યોગ્ય API પસંદ કરો: + - [Query API](/developers/apis/query-api) enable basic operations using only query parameters + - [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file + - [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package +- [આર્કિટેક્ચર](/developers/architecture) વિશે ઊંડાણપૂર્વક શીખો અને સમજો કે તે કેવી રીતે કાર્ય કરે છે ## સક્રિય રીતે જોડાઓ વર્ડપ્રેસ પ્લેગ્રાઉન્ડ એ ઓપન-સોર્સ પ્રોજેક્ટ છે અને કોડથી લઈને ડિઝાઇન, અને માર્ગદર્શિકાથી લઈને ત્રાયેજ સુધીના તમામ યોગદાનકર્તાઓનું સ્વાગત કરે છે. ચિંતા ન કરો, યોગદાન આપવા માટે તમને WebAssembly આવડતું હોવું જરૂરી નથી! -- તમે કેવી રીતે યોગદાન આપી શકો છો તેની બધી વિગતો માટે [યોગદાનકર્તાઓની હેન્ડબુક](/contributing) જુઓ. -- Slack પર `#playground` ચેનલમાં અમારી સાથે જોડાઓ (સાઇનઅપ માહિતી માટે [WordPress Slack page](https://make.wordpress.org/chat/) જુઓ) +- તમે કેવી રીતે યોગદાન આપી શકો છો તેની બધી વિગતો માટે [યોગદાનકર્તાઓની હેન્ડબુક](/contributing) જુઓ. +- Slack પર `#playground` ચેનલમાં અમારી સાથે જોડાઓ (સાઇનઅપ માહિતી માટે [WordPress Slack page](https://make.wordpress.org/chat/) જુઓ) બધા વર્ડપ્રેસ પ્રોજેક્ટ્સની જેમ, આપણે દરેક માટે આવકારભર્યું વાતાવરણ સુનિશ્ચિત કરવા ઈચ્છીએ છીએ. આને ધ્યાનમાં રાખીને, તમામ યોગદાનકર્તાઓ માટે [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/) નું પાલન કરવું અપેક્ષિત છે. diff --git a/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/quick-start-guide.md b/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/quick-start-guide.md index f329700e722..7b1c6d48d02 100644 --- a/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/quick-start-guide.md +++ b/packages/docs/site/i18n/gu/docusaurus-plugin-content-docs/current/main/quick-start-guide.md @@ -4,8 +4,6 @@ slug: /quick-start-guide description: પ્લેગ્રાઉન્ડ શરૂ કરવા માટે 5 મિનિટની માર્ગદર્શિકા. પ્લગઇન્સનું પરીક્ષણ કેવી રીતે કરવું, થીમ્સ કેવી રીતે અજમાવવી અને વિવિધ WP/PHP વર્ઝનનો ઉપયોગ કેવી રીતે કરવો તે શીખો. --- -import ThisIsQueryApi from '@site/docs/\_fragments/\_this_is_query_api.md'; - # 5 મિનિટમાં વર્ડપ્રેસ પ્લેગ્રાઉન્ડનો ઉપયોગ શરૂ કરો @@ -93,7 +91,7 @@ https://playground.wordpress.net/?theme=pendant&theme=acai https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). @@ -181,7 +179,7 @@ SQLite ડેટાબેસ ફાઇલ પણ એક્સપોર્ટમ - https://playground.wordpress.net/?php=8.3 - https://playground.wordpress.net/?php=8.2&wp=6.2 - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/). diff --git a/packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md b/packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md index 989ae93ba31..19dad03efd5 100644 --- a/packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md +++ b/packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md @@ -41,9 +41,13 @@ Playground can be embedded on your website using the HTML ` @@ -157,9 +159,9 @@ See the [live example of Gutenberg PR previewer](https://playground.wordpress.ne You can use Playground as a Pull Request previewer if: --> -- WordPress プラグインまたはテーマが CI パイプラインを使用している -- CI パイプラインがプラグインまたはテーマをバンドルしている -- CI パイプラインによって生成された zip ファイルを公開できる +- WordPress プラグインまたはテーマが CI パイプラインを使用している +- CI パイプラインがプラグインまたはテーマをバンドルしている +- CI パイプラインによって生成された zip ファイルを公開できる -import JSApiShortExample from '@site/docs/\_fragments/\_js_api_short_example.mdx'; - - +```html + + +``` :::info 詳細については、[JavaScript API](/developers/apis/javascript-api/) セクションをご覧ください。 @@ -223,8 +232,8 @@ Playground インスタンスをカスタマイズするには、次の操作を To customize that Playground instance, you can: --> -- [クエリ API](/developers/apis/query-api) (簡単) または [JSON ブループリント API](/blueprints) (中) を使用して用意された専用リンクから読み込みます。 -- [JavaScript API](/developers/apis/javascript-api/) を使用して制御します。 +- [クエリ API](/developers/apis/query-api) (簡単) または [JSON ブループリント API](/blueprints) (中) を使用して用意された専用リンクから読み込みます。 +- [JavaScript API](/developers/apis/javascript-api/) を使用して制御します。 -import PlaygroundWpNetWarning from '@site/docs/\_fragments/\_playground_wp_net_may_stop_working.md'; +:::caution Careful with the demo site + +The site at https://playground.wordpress.net is there to support the community, but there are no guarantees it will continue to work if the traffic grows significantly. - +If you need certain availability, you should [host your own WordPress Playground](/developers/architecture/host-your-own-playground). + +::: ### ブラウザ APIs @@ -253,9 +266,9 @@ import PlaygroundWpNetWarning from '@site/docs/\_fragments/\_playground_wp_net_m The following Playground APIs are available in the browser: --> -import APIList from '@site/docs/\_fragments/\_api_list.mdx'; - - +- [Query API](/developers/apis/query-api) enable basic operations using only query parameters +- [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file +- [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package ### Node.js の場合 @@ -269,8 +282,8 @@ Node.js では次の Playground API が利用できます。 The following Playground APIs are available in Node.js: --> -- [JSON ブループリント API](/blueprints) -- [JavaScript API](/developers/apis/javascript-api/) +- [JSON ブループリント API](/blueprints) +- [JavaScript API](/developers/apis/javascript-api/) -- ` + +``` :::info /remote.html は特別な URL です @@ -85,9 +96,9 @@ API endpoint instead of the demo app with the browser UI. Read more about the di Now that you have a `client` object, you can use it to control the website inside the iframe. There are three ways to do that: --> -- [Playground API Client](/developers/apis/javascript-api/playground-api-client) -- [ブループリント JSON](/developers/apis/javascript-api/blueprint-json-in-api-client) -- [ブループリント 関数](/developers/apis/javascript-api/blueprint-functions-in-api-client) +- [Playground API Client](/developers/apis/javascript-api/playground-api-client) +- [ブループリント JSON](/developers/apis/javascript-api/blueprint-json-in-api-client) +- [ブループリント 関数](/developers/apis/javascript-api/blueprint-functions-in-api-client) -- 👉 [**ドキュメント**](/) (現在こちら) – WP Playground の紹介、入門ガイド、WP Playground ドキュメントへの入り口。 -- [**ブループリント**](/blueprints) – ブループリントは、WordPress Playground インスタンスをセットアップするための JSON ファイルです。ブループリントドキュメントハブでその可能性について学びましょう。 -- [**開発者向け**](/developers) – WordPress Playground はプログラミング可能なツールとして作成されました。開発者向けドキュメントハブで、コードからできるすべてのことを見つけてください。 -- [**API リファレンス**](/api) – WordPress Playground によって公開されているすべての API +- 👉 [**ドキュメント**](/) (現在こちら) – WP Playground の紹介、入門ガイド、WP Playground ドキュメントへの入り口。 +- [**ブループリント**](/blueprints) – ブループリントは、WordPress Playground インスタンスをセットアップするための JSON ファイルです。ブループリントドキュメントハブでその可能性について学びましょう。 +- [**開発者向け**](/developers) – WordPress Playground はプログラミング可能なツールとして作成されました。開発者向けドキュメントハブで、コードからできるすべてのことを見つけてください。 +- [**API リファレンス**](/api) – WordPress Playground によって公開されているすべての API -- **[クイックスタートガイド](/quick-start-guide)**: WordPress Playground を始めたばかりの方はこちらをご覧ください。WordPress Playground をすぐに起動して、[新しい WordPress サイトを開始](/quick-start-guide#start-a-new-wordpress-site)したり、[ブロック/テーマ/プラグインを試したり](/quick-start-guide#try-a-block-a-theme-or-a-plugin)、または[特定の WordPress/PHP バージョンをテスト](/quick-start-guide#use-a-specific-wordpress-or-php-version)したりできます。 -- **[Playground ウェブインスタンス](/web-instance)**: https://playground.wordpress.net/ で利用できる Playground インスタンスについて詳しく学びましょう。 -- **[Playground について](/about)**: WordPress Playground について、その安全性、できること、現在の制限事項などを知るには、このセクションをご覧ください。 - [構築](/about/build)、[テスト](/about/test)、[公開](/about/launch)に WordPress Playground をどのように活用できるかを発見してください。 -- **[ガイド](/guides)**: 新しいスキルを習得し、ステップバイステップの手順を見つけ、貴重な洞察を得るための包括的なガイドをご覧ください。深く掘り下げて学び、成長しましょう ! -- **[貢献](/contributing)**: WordPress Playground はオープンソースプロジェクトであり、コードからデザイン、ドキュメントからトリアージまで、すべての貢献者を歓迎します。貢献方法についてはこちらをご覧ください。 -- **[リンクとリソース](/resources)**: WordPress Playground に関連する役立つリンクとリソースの素敵なまとめ。 +- **[クイックスタートガイド](/quick-start-guide)**: WordPress Playground を始めたばかりの方はこちらをご覧ください。WordPress Playground をすぐに起動して、[新しい WordPress サイトを開始](/quick-start-guide#start-a-new-wordpress-site)したり、[ブロック/テーマ/プラグインを試したり](/quick-start-guide#try-a-block-a-theme-or-a-plugin)、または[特定の WordPress/PHP バージョンをテスト](/quick-start-guide#use-a-specific-wordpress-or-php-version)したりできます。 +- **[Playground ウェブインスタンス](/web-instance)**: https://playground.wordpress.net/ で利用できる Playground インスタンスについて詳しく学びましょう。 +- **[Playground について](/about)**: WordPress Playground について、その安全性、できること、現在の制限事項などを知るには、このセクションをご覧ください。 + [構築](/about/build)、[テスト](/about/test)、[公開](/about/launch)に WordPress Playground をどのように活用できるかを発見してください。 +- **[ガイド](/guides)**: 新しいスキルを習得し、ステップバイステップの手順を見つけ、貴重な洞察を得るための包括的なガイドをご覧ください。深く掘り下げて学び、成長しましょう ! +- **[貢献](/contributing)**: WordPress Playground はオープンソースプロジェクトであり、コードからデザイン、ドキュメントからトリアージまで、すべての貢献者を歓迎します。貢献方法についてはこちらをご覧ください。 +- **[リンクとリソース](/resources)**: WordPress Playground に関連する役立つリンクとリソースの素敵なまとめ。 -- 5 分で [WordPress Playground の使用を開始](/quick-start-guide) (そして [デモサイト](https://playground.wordpress.net/) をチェック) -- WordPress Playground で [開発を始める](/developers/build-your-first-app) -- Playground をセットアップ不要の [ローカル開発環境](/developers/local-development/) として使用する -- [制限事項](/developers/limitations) について読む -- [WordCamp 貢献者デー](/contributing/contributor-day) +- 5 分で [WordPress Playground の使用を開始](/quick-start-guide) (そして [デモサイト](https://playground.wordpress.net/) をチェック) +- WordPress Playground で [開発を始める](/developers/build-your-first-app) +- Playground をセットアップ不要の [ローカル開発環境](/developers/local-development/) として使用する +- [制限事項](/developers/limitations) について読む +- [WordCamp 貢献者デー](/contributing/contributor-day) -import APIList from '@site/docs/\_fragments/\_api_list.mdx'; - -- [Playground API](/developers/apis/) と基本的な概念について読む -- [リンクとリソース](/resources) を確認する -- アプリに適した API を選択する -- [アーキテクチャ](/developers/architecture) を深く理解し、その仕組みを学ぶ +- [Playground API](/developers/apis/) と基本的な概念について読む +- [リンクとリソース](/resources) を確認する +- アプリに適した API を選択する + - [Query API](/developers/apis/query-api) enable basic operations using only query parameters + - [Blueprints API](/blueprints) give you a great degree of control with a simple JSON file + - [JavaScript API](/developers/apis/javascript-api) give you full control via a JavaScript client from an npm package +- [アーキテクチャ](/developers/architecture) を深く理解し、その仕組みを学ぶ -- 貢献方法の詳細については、[貢献者ハンドブック](/contributing) をご覧ください。 -- Slack の `#playground` チャンネルにご参加ください(サインアップ情報については、[WordPress Slack ページ](https://make.wordpress.org/chat/) をご覧ください)。 +- 貢献方法の詳細については、[貢献者ハンドブック](/contributing) をご覧ください。 +- Slack の `#playground` チャンネルにご参加ください(サインアップ情報については、[WordPress Slack ページ](https://make.wordpress.org/chat/) をご覧ください)。 - -- [Query API](/developers/apis/query-api) permite operações básicas usando apenas parâmetros de consulta -- [Blueprints API](/blueprints) oferece um alto grau de controle com um arquivo JSON simples -- [JavaScript API](/developers/apis/javascript-api) oferece controle total através de um cliente JavaScript de um pacote npm diff --git a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_playground_wp_net_may_stop_working.md b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_playground_wp_net_may_stop_working.md deleted file mode 100644 index 9c17976222f..00000000000 --- a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_playground_wp_net_may_stop_working.md +++ /dev/null @@ -1,13 +0,0 @@ - - -:::caution Cuidado com o site de demonstração - -O site em https://playground.wordpress.net está lá para apoiar a comunidade, mas não há garantias de que continuará funcionando se o tráfego crescer significativamente. - -Se você precisa de certa disponibilidade, você deve [hospedar seu próprio WordPress Playground](/developers/architecture/host-your-own-playground). diff --git a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_this_is_query_api.md b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_this_is_query_api.md deleted file mode 100644 index 21b983896af..00000000000 --- a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_this_is_query_api.md +++ /dev/null @@ -1,5 +0,0 @@ - - -Isso é chamado de [Query API](/developers/apis/query-api/) e você pode aprender mais sobre isso [aqui](/developers/apis/query-api/). diff --git a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_work_in_progress.md b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_work_in_progress.md deleted file mode 100644 index 360a7992072..00000000000 --- a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/_fragments/_work_in_progress.md +++ /dev/null @@ -1,11 +0,0 @@ - - -:::danger Trabalho em Andamento - -O WordPress Playground está em desenvolvimento ativo e os recursos descritos neste documento -podem quebrar ou mudar sem aviso prévio. diff --git a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md index d99d3d65795..62e028e62e8 100644 --- a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md +++ b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/03-build-an-app/01-index.md @@ -32,9 +32,13 @@ O Playground pode ser incorporado no seu site usando a tag HTML ` diff --git a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/06-apis/javascript-api/01-index.md b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/06-apis/javascript-api/01-index.md index 609a1a99536..939c929156a 100644 --- a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/06-apis/javascript-api/01-index.md +++ b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/developers/06-apis/javascript-api/01-index.md @@ -30,16 +30,27 @@ chamar dentro do JavaScript. Isso **não** é uma API REST baseada em rede. Para usar a API JavaScript, você vai precisar de: -- Um elemento ` + +``` :::info /remote.html é uma URL especial @@ -58,9 +69,9 @@ API endpoint instead of the demo app with the browser UI. Read more about the di Agora que você tem um objeto `client`, pode usá-lo para controlar o site dentro do iframe. Existem três maneiras de fazer isso: -- [Cliente da API do Playground](/developers/apis/javascript-api/playground-api-client) -- [Blueprint JSON](/developers/apis/javascript-api/blueprint-json-in-api-client) -- [Funções Blueprint](/developers/apis/javascript-api/blueprint-functions-in-api-client) +- [Cliente da API do Playground](/developers/apis/javascript-api/playground-api-client) +- [Blueprint JSON](/developers/apis/javascript-api/blueprint-json-in-api-client) +- [Funções Blueprint](/developers/apis/javascript-api/blueprint-functions-in-api-client) diff --git a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/intro.md b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/intro.md index 8a78265e6fe..cc28455fb06 100644 --- a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/intro.md +++ b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/intro.md @@ -47,10 +47,10 @@ WordPress Playground é uma ferramenta online onde podes testar e aprender mais - [**API Reference**](/api) – All the APIs exposed by WordPress Playground --> -- 👉 [**Documentação**](/) _(você está aqui)_ – Introdução a WordPress Playground, guia inicial e ponto de entrada para a documentação do WordPress Playuground. -- [**Blueprints**](/blueprints) – Blueprints são arquivos JSON que permitem configurar e definir o estado de novas instâncias do WordPress Playground. Saiba mais o que é possível com Blueprints na sessão dedicada. -- [**Desenvolvedores**](/developers) – WordPress Playground é uma ferramenta poderosa para desenvolvedores onde podemos criar ambiente de desenvolvimento e testes. Descubra mais o que podes fazer com o WordPress playground na sessão dedica a desenvolvedores. -- [**Referência da API**](/api) – Referência de toda a API pública do WordPress Playground. +- 👉 [**Documentação**](/) _(você está aqui)_ – Introdução a WordPress Playground, guia inicial e ponto de entrada para a documentação do WordPress Playuground. +- [**Blueprints**](/blueprints) – Blueprints são arquivos JSON que permitem configurar e definir o estado de novas instâncias do WordPress Playground. Saiba mais o que é possível com Blueprints na sessão dedicada. +- [**Desenvolvedores**](/developers) – WordPress Playground é uma ferramenta poderosa para desenvolvedores onde podemos criar ambiente de desenvolvimento e testes. Descubra mais o que podes fazer com o WordPress playground na sessão dedica a desenvolvedores. +- [**Referência da API**](/api) – Referência de toda a API pública do WordPress Playground. -- **[Guia de início rápido](/quick-start-guide)**: Para aqueles que querem começar com o WordPress Playground, neste guia você aprenderá como colocar rapidamente no ar [um site WordPress](/quick-start-guide#start-a-new-wordpress-site) para [testar um bloco, um tema ou um plugin](/quick-start-guide#try-a-block-a-theme-or-a-plugin) ou para [testar uma versão específica do WordPress ou PHP](/quick-start-guide#use-a-specific-wordpress-or-php-version). -- **[A instância do WP Playground](/web-instance)**: Aprenda os detalhes da instância pública do WP Playground que está disponível em https://playground.wordpress.net/ -- **[Sobre o WP Playground](/about)**: Visite esta seção para aprender sobre o WordPress Playground, o quão seguro ele é, o que você pode fazer com o Playground e algumas das suas limitações. Descubra como tirar proveito do WordPress Playground para [Construir](/about/build), [Testar](/about/test) e [Lançar](/about/launch) os seus produtos. -- **[Guias](/guides/)**: Explore estes guias para aprender mais a fundo sobre alguns dos conceitos ou aplicações práticas mais populares do WordPress Playground! -- **[Contribuir](/contributing/)**: O WordPress Playground é um projeto de código aberto (open-source) e todas as contribuições são bem-vindas. Você pode contribuir com o projeto ajudando com o código, com o design, com a documentação ou com a organização de tarefas. Nesta seção, você encontrará informações sobre como contribuir para o projeto. -- **[Links e recursos](/resources)**: Uma compilação de links úteis e recursos relacionados com o WordPress Playground. +- **[Guia de início rápido](/quick-start-guide)**: Para aqueles que querem começar com o WordPress Playground, neste guia você aprenderá como colocar rapidamente no ar [um site WordPress](/quick-start-guide#start-a-new-wordpress-site) para [testar um bloco, um tema ou um plugin](/quick-start-guide#try-a-block-a-theme-or-a-plugin) ou para [testar uma versão específica do WordPress ou PHP](/quick-start-guide#use-a-specific-wordpress-or-php-version). +- **[A instância do WP Playground](/web-instance)**: Aprenda os detalhes da instância pública do WP Playground que está disponível em https://playground.wordpress.net/ +- **[Sobre o WP Playground](/about)**: Visite esta seção para aprender sobre o WordPress Playground, o quão seguro ele é, o que você pode fazer com o Playground e algumas das suas limitações. Descubra como tirar proveito do WordPress Playground para [Construir](/about/build), [Testar](/about/test) e [Lançar](/about/launch) os seus produtos. +- **[Guias](/guides/)**: Explore estes guias para aprender mais a fundo sobre alguns dos conceitos ou aplicações práticas mais populares do WordPress Playground! +- **[Contribuir](/contributing/)**: O WordPress Playground é um projeto de código aberto (open-source) e todas as contribuições são bem-vindas. Você pode contribuir com o projeto ajudando com o código, com o design, com a documentação ou com a organização de tarefas. Nesta seção, você encontrará informações sobre como contribuir para o projeto. +- **[Links e recursos](/resources)**: Uma compilação de links úteis e recursos relacionados com o WordPress Playground. -- [Comece a usar o WordPress Playground](/quick-start-guide) em 5 minutos. -- [Comece a desenvolver](/developers/build-your-first-app) com o WordPress Playground. -- Utilize o Playground como um [ambiente de desenvolvimento local](/developers/local-development/) com configuração zero (zero-setup). -- Informe-se sobre as [limitações](/developers/limitations) do WP Playground. -- [WordCamp Contributor Day](/contributing/contributor-day)- +- [Comece a usar o WordPress Playground](/quick-start-guide) em 5 minutos. +- [Comece a desenvolver](/developers/build-your-first-app) com o WordPress Playground. +- Utilize o Playground como um [ambiente de desenvolvimento local](/developers/local-development/) com configuração zero (zero-setup). +- Informe-se sobre as [limitações](/developers/limitations) do WP Playground. +- [WordCamp Contributor Day](/contributing/contributor-day)- -- Leia sobre [APIs do Playground](/developers/apis/) e alguns conceitos básicos. -- [Links e recursos](/resources) -- Escolha a API adequada para a sua aplicação -- Aprofunde-se na [arquitetura](/developers/architecture) e aprenda como o WP Playground funciona internamente. +- Leia sobre [APIs do Playground](/developers/apis/) e sobre alguns conceitos básicos. +- [Links e recursos](/resources) +- Escolha a API adequada para a sua aplicação: + - [API de Consulta](/developers/apis/query-api) permite realizar operações básicas usando apenas parâmetros de consulta. + - [API de Blueprints](/blueprints) oferece um alto grau de controle com um único arquivo JSON. + - [API JavaScript](/developers/apis/javascript-api) oferece controle total por meio de um cliente JavaScript a partir de um pacote npm. +- Aprofunde-se na [arquitetura](/developers/architecture) e aprenda como o WP Playground funciona internamente. -- Dê uma olhada no [Manual do Colaborador (Contributors Handbook)](/contributing/) para tudo o que você precisa saber para contribuir com o projeto. -- Junte-se ao canal `#playground` no Slack (na página do [Slack do WordPress](https://make.wordpress.org/chat/) você encontrará as informações sobre como acessar o Slack do WordPress) +- Dê uma olhada no [Manual do Colaborador (Contributors Handbook)](/contributing/) para tudo o que você precisa saber para contribuir com o projeto. +- Junte-se ao canal `#playground` no Slack (na página do [Slack do WordPress](https://make.wordpress.org/chat/) você encontrará as informações sobre como acessar o Slack do WordPress) Como em todos os projetos do WordPress, queremos garantir um ambiente seguro e acolhedor para todos. Com isso em mente, espera-se que todos os contribuidores cumpram o nosso [código de conduta](https://make.wordpress.org/handbook/community-code-of-conduct/). diff --git a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/quick-start-guide.md b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/quick-start-guide.md index 7ab1a806d60..b7f61778c41 100644 --- a/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/quick-start-guide.md +++ b/packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-docs/current/main/quick-start-guide.md @@ -4,8 +4,6 @@ slug: /quick-start-guide description: Um guia de 5 minutos para começar a usar o Playground. Aprenda a testar plugins, temas e usar diferentes versões de WP/PHP. --- -import ThisIsQueryApi from '@site/docs/\_fragments/\_this_is_query_api.md'; - @@ -118,7 +116,7 @@ Você também pode misturar e combinar esses parâmetros e até mesmo adicionar https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant - +This is called [Query API](/developers/apis/query-api/) and you can learn more about it [here](/developers/apis/query-api/).