Skip to content

Commit 2b6797b

Browse files
authored
Remove last playground references (#2075)
1 parent 80dd5ae commit 2b6797b

File tree

5 files changed

+2
-14
lines changed

5 files changed

+2
-14
lines changed

config/menus.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ const developers = [
6262
url: MARKETPLACE_URL,
6363
id: 'developers.marketplace',
6464
},
65-
{
66-
url: WEBSITE_URL + '/developers/playground/',
67-
id: 'developers.playground',
68-
},
6965
{
7066
url: WEBSITE_URL + '/developers/smart-contracts/',
7167
id: 'developers.smart-contracts',

content/locales/en/menus.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"developers.docs": "Docs",
1616
"developers.rustdocs": "Rust Docs",
1717
"developers.marketplace": "Marketplace",
18-
"developers.playground": "Playground",
1918
"developers.smart-contracts": "Smart Contracts",
2019
"developers.substrate-connect": "Substrate Connect",
2120
"developers.rococo-network": "Rococo Network",

content/md/en/docs/learn/blockchain-basics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,3 @@ You can explore the following resources to learn more.
108108
- [Build a local blockchain](/tutorials/build-a-blockchain/build-local-blockchain/)
109109
- [Simulate a network](/tutorials/build-a-blockchain/simulate-network/)
110110
- [Add trusted nodes](/tutorials/build-a-blockchain/add-trusted-nodes/)
111-
112-
If you prefer to explore code directly, you can start building in the [Substrate Playground](/playground/) or consult the API reference to get details about the Rust crates you use.

content/md/en/docs/tutorials/collectibles-workshop/01-prepare.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ To get the most out of this workshop, you'll want to have a working development
88
To make sure you have everything you need, review this preflight checklist.
99
If you discover something's missing, click the corresponding link.
1010

11-
You can complete this workshop without setting up a local working environment if you use the [Substrate Playground](https://substrate.io/developers/playground/).
12-
However, if you use the Substrate Playground, the changes you make aren't saved when you end a session.
13-
If you use Substrate Playground, you can skip this checklist and go directly to [Get oriented](/tutorials/collectibles-workshop/02-orientation/), but be sure to save copies of the files you edit!
14-
1511
The instructions in the workshop assume you are working in a local environment.
1612

1713
## Supported operating system
@@ -27,13 +23,13 @@ To set up a local development environment, you must have one of the following su
2723
Substrate is built using Rust, a modern type sound programming language.
2824
The Rust compiler minimizes the chances of errors getting into your code and produces binaries that run on most operating systems and WebAssembly targets.
2925

30-
- [ ] Rust is installed locally or available in the browser using the Substrate playground.
26+
- [ ] Rust is installed locally.
3127

3228
If you aren't sure, open a terminal and run `rustup show`.
3329
If Rust isn't installed on your computer, follow the instructions in [Install](/install) for your operating system.
3430
The last step in the installation instructions is to verify that the default node template compiles.
3531

36-
- [ ] Substrate node compiles locally or is available in the browser using the Substrate playground.
32+
- [ ] Substrate node compiles locally.
3733

3834
If you're new to Rust, keep in mind that this workshop isn’t about _learning_ Rust.
3935
However, for a brief introduction to a few important concepts, see [Detour: Learn Rust for Substrate](/tutorials/collectibles-workshop/detours/learn-rust/).

content/md/en/docs/tutorials/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ If you are someone who likes to learn by doing, the Substrate tutorials are a gr
88
Tutorials don't provide much background about _why_ you are performing certain steps or explain the coding details.
99
Instead, the tutorials give you hands-on experience performing the tasks essential to building your own blockchain and focus on ensuring a successful result.
1010

11-
If you prefer to experiment on your own with less guidance, you might want to explore the [Substrate Playground](/playground/).
1211
If you prefer to dig into the details of the code directly, you might want to start with the [Rust API](https://paritytech.github.io/substrate/master/sc_service/index.html) documentation.
1312
But if you want to start your journey with a guided tour, try out the following tutorials.
1413

0 commit comments

Comments
 (0)