Skip to content
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
3 changes: 2 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{ "source": "/animations", "destination": "/ui/animations", "type": 301 },
{ "source": "/animations/:rest*", "destination": "/ui/animations/:rest*", "type": 301 },
{ "source": "/assets-and-images", "destination": "/ui/assets/assets-and-images", "type": 301 },
{ "source": "/bootstrap-into-dart", "destination": "/resources/bootstrap-into-dart", "type": 301 },
{ "source": "/bootstrap-into-dart", "destination": "https://dart.dev/learn", "type": 301 },
{ "source": "/bug-reports", "destination": "/resources/bug-reports", "type": 301 },
{ "source": "/cd", "destination": "/deployment/cd", "type": 301 },
{ "source": "/code-of-conduct", "destination": "https://github.com/flutter/flutter/blob/main/CODE_OF_CONDUCT.md", "type": 301 },
Expand Down Expand Up @@ -196,6 +196,7 @@
{ "source": "/release/upgrade", "destination": "/install/upgrade", "type": 301 },
{ "source": "/resources/ai-overview", "destination": "/ai/create-with-ai", "type": 301 },
{ "source": "/resources/books", "destination": "https://docs.flutter.dev/reference/learning-resources", "type": 301 },
{ "source": "/resources/bootstrap-into-dart", "destination": "https://dart.dev/learn", "type": 301 },
{ "source": "/resources/compatibility", "destination": "/release/compatibility-policy", "type": 301 },
{ "source": "/resources/dart-swift-concurrency", "destination": "/flutter-for/dart-swift-concurrency", "type": 301 },
{ "source": "/resources/platform-adaptations", "destination": "/platform-integration/platform-adaptations", "type": 301 },
Expand Down
3 changes: 0 additions & 3 deletions src/content/platform-integration/android/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ or begin improving integration with Android.
<li>
<a class="text-button" href="/reference/learning-resources">Check out samples</a>
</li>
<li>
<a class="text-button" href="/resources/bootstrap-into-dart">Learn about Dart</a>
</li>
</ul>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions src/content/platform-integration/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@ or begin improving integration with iOS.
<li>
<a class="text-button" href="/reference/learning-resources">Check out samples</a>
</li>
<li>
<a class="text-button" href="/resources/bootstrap-into-dart">Learn about Dart</a>
</li>
</ul>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions src/content/platform-integration/linux/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ or begin expanding integration with Linux.
<li>
<a class="text-button" href="/reference/learning-resources">Check out samples</a>
</li>
<li>
<a class="text-button" href="/resources/bootstrap-into-dart">Learn about Dart</a>
</li>
</ul>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions src/content/platform-integration/macos/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ or begin expanding integration with macOS.
<li>
<a class="text-button" href="/reference/learning-resources">Check out samples</a>
</li>
<li>
<a class="text-button" href="/resources/bootstrap-into-dart">Learn about Dart</a>
</li>
</ul>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions src/content/platform-integration/web/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ or begin expanding integration with the web.
<li>
<a class="text-button" href="/reference/learning-resources">Check out samples</a>
</li>
<li>
<a class="text-button" href="/resources/bootstrap-into-dart">Learn about Dart</a>
</li>
</ul>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions src/content/platform-integration/windows/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ or begin expanding integration with Windows.
<li>
<a class="text-button" href="/reference/learning-resources">Check out samples</a>
</li>
<li>
<a class="text-button" href="/resources/bootstrap-into-dart">Learn about Dart</a>
</li>
</ul>
</div>
</div>
Expand Down
58 changes: 0 additions & 58 deletions src/content/resources/bootstrap-into-dart.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -887,8 +887,6 @@
permalink: /resources/courses
- title: Glossary
permalink: /resources/glossary
- title: Learn Dart
permalink: /resources/bootstrap-into-dart
- title: Get support
permalink: /resources/support
- divider
Expand Down
Loading