Skip to content

Commit c431de8

Browse files
committedDec 22, 2024
chore(content): update example URLs for playground
Removed unnecessary query parameters from example URLs in the playground to enable tabs for code explorer
1 parent d67114f commit c431de8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎content/playground.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ type: "playground"
66
examples:
77
- title: "Hello, world!"
88
description: "The message \"Hello, world!\" is defined in the `src/my-app.ts` file and then rendered in the `src/my-app.html` file."
9-
url: "https://stackblitz.com/edit/au2-hello-world-example?embed=1&file=src%2Fmy-app.html&hideExplorer=1"
9+
url: "https://stackblitz.com/edit/au2-hello-world-example?embed=1&file=src%2Fmy-app.html"
1010

1111
- title: "Character Counter"
1212
description: "The character counter is defined in the `src/character-counter.ts` file and then rendered in the `src/character-counter.html` file. Showcasing the use of form element binding, computed getters, and UI rendering."
13-
url: "https://stackblitz.com/edit/au2-character-counter?embed=1&file=src%2Fcharacter-counter.ts&hideExplorer=1"
13+
url: "https://stackblitz.com/edit/au2-character-counter?embed=1&file=src%2Fcharacter-counter.ts"
1414

1515
- title: "Weather App"
1616
description: "The weather app is defined in the `src/weather-component.ts` file and then rendered in the `src/weather-component.html` file."
17-
url: "https://stackblitz.com/edit/au2-weather?embed=1&file=src/weather-component.ts&hideExplorer=1"
17+
url: "https://stackblitz.com/edit/au2-weather?embed=1&file=src/weather-component.ts"
1818

1919
- title: "Real Time Clock"
2020
description: "The clock is defined in the `src/real-time-clock.ts` file and then rendered in the `src/real-time-clock.html` file. Styles for the clock are defined in the `src/real-time-clock.css` file. This example demonstrates Aurelia's ability to update the UI in real time."
21-
url: "https://stackblitz.com/edit/au2-real-time-clock?embed=1&file=src%2Freal-time-clock.ts&hideExplorer=1"
21+
url: "https://stackblitz.com/edit/au2-real-time-clock?embed=1&file=src%2Freal-time-clock.ts"
2222

2323
- title: "Particle System"
2424
description: "The particle system is defined in the `src/particle-system.ts` file and then rendered in the `src/particle-system.html` file. Styles for the particle system are defined in the `src/particle-system.css` file. This example demonstrates Aurelia's ability to render complex UI elements and animate them in real time."
25-
url: "https://stackblitz.com/edit/au2-particle-system?embed=1&file=src%2Fparticle-system.ts&hideExplorer=1"
25+
url: "https://stackblitz.com/edit/au2-particle-system?embed=1&file=src%2Fparticle-system.ts"
2626

2727
- title: "Whack a Mole Game"
2828
description: "The whack a mole game is defined in the `src/whack-a-mole.ts` file and then rendered in the `src/whack-a-mole.html` file. Styles for the whack a mole game are defined in the `src/whack-a-mole.css` file. This example demonstrates Aurelia's ability to build simple games."
29-
url: "https://stackblitz.com/edit/au2-whack-a-mole?embed=1&file=src%2Fwhack-a-mole.ts&hideExplorer=1"
29+
url: "https://stackblitz.com/edit/au2-whack-a-mole?embed=1&file=src%2Fwhack-a-mole.ts"
3030
---

0 commit comments

Comments
 (0)