mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
Guide: remove empty and almost empty pages
(Avoids confusion and improves navigation)
This commit is contained in:
parent
6e7015b997
commit
0ab2f38314
9 changed files with 2 additions and 27 deletions
|
@ -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) -->
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# Fetching
|
||||
|
|
@ -1 +0,0 @@
|
|||
# WebSockets
|
|
@ -1 +0,0 @@
|
|||
# Channels
|
|
@ -1 +0,0 @@
|
|||
# Advanced Guides
|
|
@ -1,3 +0,0 @@
|
|||
# Defining Components
|
||||
|
||||
This section is currently under construction! 🏗
|
|
@ -1,3 +0,0 @@
|
|||
# Defining State
|
||||
|
||||
This section is currently under construction! 🏗
|
|
@ -1,4 +0,0 @@
|
|||
# Structuring our app
|
||||
|
||||
|
||||
This section is currently under construction! 🏗
|
|
@ -1,4 +0,0 @@
|
|||
# Styling
|
||||
|
||||
|
||||
This section is currently under construction! 🏗
|
Loading…
Add table
Reference in a new issue