Przeglądaj źródła

fix: release post link

Jonathan Kelley 3 lat temu
rodzic
commit
616227bd3d
2 zmienionych plików z 12 dodań i 8 usunięć
  1. 1 1
      README.md
  2. 11 7
      docs/guide/src/SUMMARY.md

+ 1 - 1
README.md

@@ -76,7 +76,7 @@ If you know React, then you already know Dioxus.
 - Comprehensive inline documentation - hover and guides for all HTML elements, listeners, and events.
 - Extremely memory efficient - 0 global allocations for steady-state components.
 - Multi-channel asynchronous scheduler for first-class async support.
-- And more! Read the [full release post here](https://dioxuslabs.com/).
+- And more! Read the [full release post here](https://dioxuslabs.com/blog/introducing-dioxus/).
 
 
 ### Examples

+ 11 - 7
docs/guide/src/SUMMARY.md

@@ -12,23 +12,27 @@
   - [Lists](elements/lists.md)
 - [Adding Interactivity](interactivity/index.md)
   - [Hooks and Internal State](interactivity/hooks.md)
-  - [Event handlers](interactivity/event_handlers.md)
+
+  <!-- - [Event handlers](interactivity/event_handlers.md)
   - [User Input and Controlled Components](interactivity/user_input.md)
-  - [Lifecycle, updates, and effects](interactivity/lifecycles.md)
+  - [Lifecycle, updates, and effects](interactivity/lifecycles.md) -->
+<!-- 
 - [Managing State](state/index.md)
   - [Local State](state/localstate.md) 
   - [Lifting State](state/liftingstate.md) 
   - [Global State](state/sharedstate.md)
-  - [Error handling](state/errorhandling.md)
-- [Working with Async](async/index.md)
-  - [Tasks](async/asynctasks.md)
-- [Putting it all together: Dog Search Engine](tutorial/index.md)
+  - [Error handling](state/errorhandling.md) -->
+
+<!-- - [Working with Async](async/index.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)
+  - [Bundling](tutorial/publishing.md) -->
 - [Next Steps and Advanced Topics](final.md)