Skip to content

Commit

Permalink
Merge pull request #3665 from sake92/replace-scalafiddle-with-scastie
Browse files Browse the repository at this point in the history
Replace scalafiddle reference with scastie
  • Loading branch information
tgodzik committed Mar 22, 2024
2 parents 613218f + f00baf4 commit 07a450a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/trees/guide.md
Expand Up @@ -50,10 +50,10 @@ Welcome to the Ammonite Repl 2.3.8 (Scala 2.13.5 Java 11.0.7)
@ import $ivy.`org.scalameta::scalameta:@VERSION@`, scala.meta._
```

### ScalaFiddle
### Scastie

You can try out Scalameta online with the
[ScalaFiddle playground](scalafiddle.html).
[Scastie playground](scastie.html).

## What is a syntax tree?

Expand Down
8 changes: 0 additions & 8 deletions docs/trees/scalafiddle.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/trees/scastie.md
@@ -0,0 +1,6 @@
---
id: scastie
title: Scastie Playground
---

You can try Scalameta in the browser with [Scastie](https://scastie.scala-lang.org/w2zX3RPiSkeK5gIGlDO1Mw/).
2 changes: 1 addition & 1 deletion website/sidebars.json
@@ -1,6 +1,6 @@
{
"docs": {
"Trees": ["trees/guide", "trees/quasiquotes", "trees/examples", "trees/scalafiddle", "trees/astexplorer", "trees/scaladoc"],
"Trees": ["trees/guide", "trees/quasiquotes", "trees/examples", "trees/scastie", "trees/astexplorer", "trees/scaladoc"],
"SemanticDB": ["semanticdb/guide", "semanticdb/specification"],
"Community": ["misc/built-with-scalameta", "misc/presentations"]
}
Expand Down

0 comments on commit 07a450a

Please sign in to comment.