From 38153f073ef9475a2f78f90d62fabeb381231466 Mon Sep 17 00:00:00 2001 From: Nicole LeGare Date: Wed, 22 May 2024 16:11:33 -0700 Subject: [PATCH] Move playground slide to overview section --- src/SUMMARY.md | 2 +- src/{hello-world => }/playground.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{hello-world => }/playground.md (100%) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index ac3a343b..0c42782a 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -10,6 +10,7 @@ - [Rust Ecosystem](cargo/rust-ecosystem.md) - [Code Samples](cargo/code-samples.md) - [Running Cargo Locally](cargo/running-locally.md) +- [Playground](playground.md) --- @@ -19,7 +20,6 @@ - [Hello, World](hello-world.md) - [What is Rust?](hello-world/what-is-rust.md) - [Benefits of Rust](hello-world/benefits.md) - - [Playground](hello-world/playground.md) - [Types and Values](types-and-values.md) - [Hello, World](types-and-values/hello-world.md) - [Variables](types-and-values/variables.md) diff --git a/src/hello-world/playground.md b/src/playground.md similarity index 100% rename from src/hello-world/playground.md rename to src/playground.md