瀏覽代碼

docs: fix playground link navigation (#589)

* docs: correct play repl link on navigation

* docs: corrected links and names for plauyground on guide
Alvaro Saburido 1 年之前
父節點
當前提交
3a240ea348

+ 1 - 1
docs/.vitepress/config/de.ts

@@ -112,7 +112,7 @@ export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
           { text: 'Versionen', link: 'https://github.com/Tresjs/tres/releases' },
           {
             text: 'Spielplatz',
-            link: 'https://playground.tresjs.org/',
+            link: 'https://play.tresjs.org/',
           },
           {
             text: 'Github',

+ 1 - 1
docs/.vitepress/config/en.ts

@@ -112,7 +112,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
           { text: 'Releases', link: 'https://github.com/Tresjs/tres/releases' },
           {
             text: 'Playground',
-            link: 'https://playground.tresjs.org/',
+            link: 'https://play.tresjs.org/',
           },
           {
             text: 'Github',

+ 1 - 1
docs/.vitepress/config/es.ts

@@ -112,7 +112,7 @@ export const esConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
           { text: 'Versiones', link: 'https://github.com/Tresjs/tres/releases' },
           {
             text: 'Playground',
-            link: 'https://playground.tresjs.org/',
+            link: 'https://play.tresjs.org/',
           },
           {
             text: 'Github',

+ 5 - 6
docs/de/guide/index.md

@@ -64,9 +64,9 @@ Das ist notwendig, damit der Templatecompiler mit dem benutzerdefinierten Render
 
 ## Probiere es online aus
 
-### Sandbox
+### Playground
 
-Du kannst TresJS online mit der offiziellen [Sandbox](https://play.tresjs.org/) ausprobieren:
+Du kannst TresJS online mit der offiziellen [Playground](https://play.tresjs.org/) ausprobieren:
 
 <iframe src="https://play.tresjs.org/" class="w-full rounded shadow-lg outline-none border-none aspect-4/3"></iframe>
 
@@ -76,13 +76,12 @@ Wir haben einen neuen [StackBlitz](https://stackblitz.com/) Startpunkt, um TresJ
 
 ![](/stackblitz-starter.png)
 
-<StackBlitzEmbed projectId="tresjs-basic" />
 
-## Playground
+## Labs
 
-Wir haben auch einen Playground, wo du TresJS online testen kannst. Probiere es [hier](https://playground.tresjs.org/) aus.
+Wir haben auch ein Showroom-Labor mit Beispielen, die mit TresJS erstellt wurden. Probiere es [hier](https://playground.tresjs.org/) aus.
 
-![](/playground.png)
+![](/tresjs-lab.png)
 
 ## Motivation
 

+ 5 - 7
docs/es/guide/index.md

@@ -63,9 +63,9 @@ Esto es necesario para que el compilador de plantillas funcione con el renderiza
 
 ## Pruébalo en línea
 
-### Sandbox
+### Playground
 
-Puedes probar TresJS en línea utilizando el [sandbox](https://play.tresjs.org/) oficial. ¡Échale un vistazo:
+Puedes probar TresJS en línea utilizando el [playground](https://play.tresjs.org/) oficial. ¡Échale un vistazo:
 
 <iframe src="https://play.tresjs.org/" class="w-full rounded shadow-lg outline-none border-none aspect-4/3"></iframe>
 
@@ -75,13 +75,11 @@ Tenemos un nuevo inicio de [StackBlitz](https://stackblitz.com/) para probar Tre
 
 ![](/stackblitz-starter.png)
 
-<StackBlitzEmbed projectId="tresjs-basic" />
+## Laboratorio
 
-## Playground
+También tenemos un laboratorio de ejemplos hechos con TresJS. Échale un vistazo [aquí](https://labs.tresjs.org/).
 
-También tenemos un playground donde puedes probar TresJS en línea. Échale un vistazo [aquí](https://playground.tresjs.org/).
-
-![](/playground.png)
+![](/tresjs-lab.png)
 
 ## Motivación
 

+ 5 - 6
docs/guide/index.md

@@ -63,9 +63,9 @@ This is required to make the template compiler work with the custom renderer so
 
 ## Try it online
 
-### Sandbox
+### Playground
 
-You can try TresJS online using the official [sandbox](https://play.tresjs.org/). Check it out:
+You can try TresJS online using the official [playground](https://play.tresjs.org/). Check it out:
 
 <iframe src="https://play.tresjs.org/" class="w-full rounded shadow-lg outline-none border-none aspect-4/3"></iframe>
 
@@ -75,13 +75,12 @@ We have a brand new [StackBlitz](https://stackblitz.com/) starter to try TresJS
 
 ![](/stackblitz-starter.png)
 
-<StackBlitzEmbed projectId="tresjs-basic" />
 
-## Playground
+## Labs
 
-We also have a playground where you can try TresJS online. Check it out [here](https://playground.tresjs.org/).
+We also have a showcase lab of examples made with TresJS. Check it out [here](https://playground.tresjs.org/).
 
-![](/playground.png)
+![](/tresjs-lab.png)
 
 ## Motivation
 

二進制
docs/public/tresjs-lab.png