Skip to content

Commit

Permalink
Merge branch 'main' into renovate/three-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Oct 17, 2024
2 parents 45caf58 + e3ddc8a commit df0489f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [20]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
test:
name: Unit Test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [20]
Expand Down
7 changes: 4 additions & 3 deletions docs/fr/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Ceci est nécessaire afin que le compilateur de template fonctionne avec le mote

## Essayer en ligne

### Sandbox
### Playground

Vous pouvez essayer TresJS en ligne en utilisant la [sandbox](https://play.tresjs.org/) officielle. Testez ici:
Vous pouvez essayer TresJS en ligne en utilisant la [playground](https://play.tresjs.org/) officielle. Testez ici:

<iframe src="https://play.tresjs.org/" class="w-full rounded shadow-lg outline-none border-none aspect-4/3"></iframe>

Expand All @@ -77,7 +77,8 @@ Nous avons un nouveau starter [StackBlitz](https://stackblitz.com/) afin d'essay

<StackBlitzEmbed projectId="tresjs-basic" />

## Playground
## Labs


Check failure on line 82 in docs/fr/guide/index.md

View workflow job for this annotation

GitHub Actions / Lint (20)

More than 1 blank line not allowed
Nous avons aussi un playground où vous pouvez essayer TresJS en ligne. Testez [ici](https://play.tresjs.org/).

Expand Down

0 comments on commit df0489f

Please sign in to comment.