Guide: remove empty and almost empty pages

(Avoids confusion and improves navigation)
This commit is contained in:
Reinis Mazeiks 2022-06-30 22:39:34 +03:00
parent 6e7015b997
commit 0ab2f38314
9 changed files with 2 additions and 27 deletions

View file

@ -32,18 +32,12 @@
- [Working with Async](async/index.md)
- [UseFuture](async/use_future.md)
- [UseCoroutine](async/coroutines.md)
<!-- - [Fetching](async/fetching.md) -->
<!-- - [Updating State](async/loading_state.md)
- [WebSockets](async/sockets.md) -->
<!-- - [Tasks](async/asynctasks.md) -->
- [Updating State](async/loading_state.md)
- [Tasks](async/asynctasks.md)
<!--
- [Putting it all together: Dog Search Engine](tutorial/index.md)
- [New app](tutorial/new_app.md)
- [Structuring our app](tutorial/structure.md)
- [Defining State](tutorial/state.md)
- [Defining Components](tutorial/components.md)
- [Styling](tutorial/styling.md)
- [Bundling](tutorial/publishing.md) -->

View file

@ -1,2 +0,0 @@
# Fetching

View file

@ -1 +0,0 @@
# WebSockets

View file

@ -1 +0,0 @@
# Channels

View file

@ -1 +0,0 @@
# Advanced Guides

View file

@ -1,3 +0,0 @@
# Defining Components
This section is currently under construction! 🏗

View file

@ -1,3 +0,0 @@
# Defining State
This section is currently under construction! 🏗

View file

@ -1,4 +0,0 @@
# Structuring our app
This section is currently under construction! 🏗

View file

@ -1,4 +0,0 @@
# Styling
This section is currently under construction! 🏗