-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create resources.md [Doc French translation] (#2147)
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
...ages/docs/site/i18n/fr/docusaurus-plugin-content-docs/current/main/resources.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: Links and Resources | ||
slug: /resources | ||
--- | ||
|
||
# Links and Resources | ||
|
||
:::tip | ||
|
||
There's a set of redirections in place to make it easier the access to some of the tools related to Playground: | ||
|
||
<ul id="list-resources-redirections"> | ||
<li><a href="https://playground.wordpress.net/"><strong>https://playground.wordpress.net/</strong></a> → Playground instance</li> | ||
<li><a href="https://playground.wordpress.net/docs">https://playground.wordpress.net<strong>/docs</strong></a> → Playground Docs</li> | ||
<li><a href="https://playground.wordpress.net/builder">https://playground.wordpress.net<strong>/builder</strong></a> → Playground Blueprints Builder</li> | ||
<li><a href="https://playground.wordpress.net/wordpress">https://playground.wordpress.net<strong>/wordpress</strong></a> → Playground PR viewer for WordPress</li> | ||
<li><a href="https://playground.wordpress.net/gutenberg">https://playground.wordpress.net<strong>/gutenberg</strong></a> → Playground PR viewer for Gutenberg</li> | ||
<li><a href="https://playground.wordpress.net/proxy">https://playground.wordpress.net<strong>/proxy</strong></a> → Playground Proxy Service <em>(see <a href="/blueprints/steps/resources#urlreference">URLReference</a> for more info)</em></li> | ||
</ul> | ||
::: | ||
|
||
## Frequently sought links | ||
|
||
- [Demo](https://playground.wordpress.net/) | ||
- [Github Repository](https://github.com/WordPress/wordpress-playground) | ||
- [Documentation](https://wordpress.github.io/wordpress-playground/) | ||
- [Playground tools Repository](https://github.com/WordPress/playground-tools) | ||
|
||
## Apps built with WordPress Playground | ||
|
||
- [Official demo](https://playground.wordpress.net/) and the [showcase](https://developer.wordpress.org/playground) app – install a theme, try out a plugin, create a few pages, export what you've built | ||
- [wp-now](https://www.npmjs.com/package/%40wp-now/wp-now) – a CLI tool for instant WordPress dev envs | ||
- [WordPress Playground for VS Code](https://marketplace.visualstudio.com/items?itemName=WordPressPlayground.wordpress-playground) | ||
- Live Translations: [App](https://translate.wordpress.org/projects/wp-plugins/friends/dev/pl/default/playground/), [announcement](https://make.wordpress.org/polyglots/2023/04/19/wp-translation-playground/), [more details](https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/) | ||
- [Interactive code block](https://wordpress.org/plugins/interactive-code-block/) which powers the [HTML Tag Processor tutorial](https://adamadam.blog/2023/02/16/how-to-modify-html-in-a-php-wordpress-plugin-using-the-new-tag-processor-api/) and the [Playground JS API tutorial](https://adamadam.blog/2023/04/12/interactive-intro-to-wordpress-playground-public-api/) | ||
- [Gutenberg Pull Request previewer](https://playground.wordpress.net/gutenberg.html) | ||
- [Notifications plugin live demo](https://johnhooks.io/playground-experiment/) | ||
- [GraphQL REPL](https://www.wpgraphql.com/2023/06/15/announcing-the-wpgraphql-repl) | ||
- [Blocknotes](https://twitter.com/adamzielin/status/1669478239771799552) – the first ever iOS app running WordPress on your phone | ||
- [Playground embedder](https://joost.blog/embedded-playground/) to embed Playground examples in WordPress.org documentation using shortcodes | ||
- [Plugin demos on wp.org](https://gist.github.com/adamziel/0fe3ffc1fb5202a907a87d055ee37135) – a user script that adds a "demo" tab to plugin pages on WordPress.org | ||
- [WordPress Pull Request previewer](https://playground.wordpress.net/wordpress.html) | ||
- [Synchronization between two Playgrounds](https://playground.wordpress.net/demos/sync.html) | ||
- [Time Travel](https://playground.wordpress.net/demos/time-traveling.html) | ||
- [WP-CLI](https://playground.wordpress.net/demos/wp-cli.html) | ||
- [PHP implementation of Blueprints](https://playground.wordpress.net/demos/php-blueprints.html) | ||
|
||
## Reading materials | ||
|
||
- [Build in-browser WordPress experiences with WordPress Playground and WebAssembly](https://web.dev/wordpress-playground/) | ||
- [WordPress Playground on developer.wordpress.org](https://developer.wordpress.org/playground) | ||
- [In-Browser WordPress Tech Demos: WordPress Development with WordPress Playground](https://make.wordpress.org/core/2023/04/13/in-browser-wordpress-tech-demos-wordpress-development-with-wordpress-playground/) | ||
- [Initial announcement on make.wordpress.org](https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/) | ||
- [Hackernews discussion](https://news.ycombinator.com/item?id=32960560) | ||
|
||
## Videos | ||
|
||
- Developer Hours Videos: [Americas Region (May 23,2023)](https://wordpress.tv/2023/05/23/developer-hours-wordpress-playground-americas/), [APAC/EMEA Region (May 24,2023)](https://wordpress.tv/2023/05/24/developer-hours-wordpress-playground-apac-emea/) | ||
- [Playground at State of the Word](https://youtu.be/VeigCZuxnfY?t=2912) | ||
- [Playground at WCEU 2023](https://www.youtube.com/watch?v=e-CwouzTGp4&t=26946s) | ||
- [Playground at WordCamp Gliwice (in polish)](https://www.youtube.com/watch?v=AUHklF9GdL8&list=PLiCne9CeL82_hGuJOAJlsc84WxVDSH-c9&index=4) | ||
- [Watch "WordPress Playground: the ultimate learning, testing, & teaching tool for WordPress"](https://www.youtube.com/watch?v=dN_LaenY8bI) by Anne McCarthy |