Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove DartPad tutorial best practices #5383

Merged
merged 3 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
{ "source": "/pub/tools/editor", "destination": "/tools", "type": 301 },
{ "source": "/redirects/sdk-download-*", "destination": "/get-dart", "type": 301 },
{ "source": "/resources/dart-tips*{,/**}", "destination": "/effective-dart", "type": 301 },
{ "source": "/resources/dartpad-best-practices", "destination": "/tools/dartpad/dartpad-best-practices", "type": 301 },
{ "source": "/resources/dartpad-tutorials.pdf", "destination": "/tools/dartpad/dartpad-best-practices", "type": 301 },
{ "source": "/resources/dartpad-best-practices", "destination": "https://doi.org/10.1145/3397537.3397558", "type": 301 },
{ "source": "/resources/dartpad-tutorials.pdf", "destination": "https://doi.org/10.1145/3397537.3397558", "type": 301 },
{ "source": "/samples", "destination": "/language", "type": 301 },
{ "source": "/samples/spirodraw{,/**}", "destination": "/language", "type": 301 },
{ "source": "/samples/todomvc{,/**}", "destination": "/language", "type": 301 },
Expand Down Expand Up @@ -261,6 +261,7 @@
{ "source": "/tools/dartfix", "destination": "/tools/dart-fix", "type": 301 },
{ "source": "/tools/dartfmt", "destination": "/tools/dart-format", "type": 301 },
{ "source": "/tools/dartium?(.html)", "destination": "/tools#ides-and-editors", "type": 301 },
{ "source": "/tools/dartpad/dartpad-best-practices", "destination": "https://doi.org/10.1145/3397537.3397558", "type": 301 },
{ "source": "/tools/debian?(.html)", "destination": "/get-dart", "type": 301 },
{ "source": "/tools/docgen{,/**}", "destination": "/tools/dart-doc", "type": 301 },
{ "source": "/tools/download-archive{,/**}", "destination": "/get-dart/archive", "type": 301 },
Expand Down
2 changes: 0 additions & 2 deletions src/_data/side-nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@
- title: Overview
match-page-url-exactly: true
permalink: /tools/dartpad
- title: DartPad in tutorials
permalink: /tools/dartpad/dartpad-best-practices
- title: Troubleshooting DartPad
permalink: /tools/dartpad/troubleshoot
- title: Command-line tools
Expand Down
4 changes: 0 additions & 4 deletions src/codelabs/async-await.md
Original file line number Diff line number Diff line change
Expand Up @@ -1095,10 +1095,6 @@ are some suggestions for where to go next:
(Start with [isolates and event loops.][article])
- [Get the Dart SDK.](/get-dart)

If you're interested in using embedded DartPads, like this codelab does, see
[best practices for using DartPad in tutorials][].

[best practices for using DartPad in tutorials]: /tools/dartpad/dartpad-best-practices
[Dart videos]: https://www.youtube.com/playlist?list=PLjxrf2q8roU0Net_g1NT5_vOO3s_FR02J
[article]: https://medium.com/dartlang/dart-asynchronous-programming-isolates-and-event-loops-bffc3e296a6a
[Future]: {{site.dart-api}}/{{site.data.pkg-vers.SDK.channel}}/dart-async/Future-class.html
Expand Down
5 changes: 0 additions & 5 deletions src/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Check out the following Dart language resources:
<h3><a href="/resources/books">Books</a></h3>
<p>A collection of books about Dart.</p>
</div>

<div class="card">
<h3><a href="/resources/dartpad-best-practices">DartPad in tutorials: Best practices</a></h3>
<p>A guide to using embedded DartPads in educational content for Dart and Flutter users.</p>
</div>

<div class="card">
<h3><a href="/code-of-conduct">Code of conduct</a></h3>
Expand Down
Loading