Skip to content

Commit

Permalink
use dashes instead of underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Nov 1, 2024
1 parent 615b953 commit 3a51e87
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs-src/blog/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Summary

- [Announcing Dioxus 0.1 $ Jan 3 2022 $ Release Notes $ After months of work, we're very excited to release the first version of Dioxus! Dioxus is a new library for building interactive user interfaces with Rust.](introducing-dioxus.md)
- [Announcing Dioxus 0.2 $ Release Notes $ March 9, 2022 $ Just over two months in, and we already have a ton of awesome changes to Dioxus!](release_020.md)
- [Announcing Dioxus 0.2 $ Release Notes $ March 9, 2022 $ Just over two months in, and we already have a ton of awesome changes to Dioxus!](release-020.md)
- [Making Dioxus (almost) as fast as SolidJS $ Tech $ December 11, 2022 $ Using a new technique called subtree memoization, Dioxus is now almost as fast as SolidJS.](templates-diffing.md)
- [Announcing Dioxus 0.3 $ Release Notes $ February 8, 2023 $ The next big release of Dioxus is here! Templates, autoformatting, multiwindow support, and more!](release_030.md)
- [Announcing Dioxus 0.3 $ Release Notes $ February 8, 2023 $ The next big release of Dioxus is here! Templates, autoformatting, multiwindow support, and more!](release-030.md)
- [Going fulltime on Dioxus $ Misc $ May 5, 2023 $ Dioxus is now my full time job! I'm so excited to be able to work on this full time.](fulltime.md)
- [Announcing Dioxus 0.4 $ Release Notes $ August 1, 2023 $ An overhauled router, fullstack, desktop hotreloading, and more!](release_040.md)
- [Announcing Dioxus 0.5 $ Release Notes $ March 21, 2024 $ A signal rewrite, zero unsafe, no lifetimes, unified launch, and more!](release_050.md)
- [Announcing Dioxus 0.4 $ Release Notes $ August 1, 2023 $ An overhauled router, fullstack, desktop hotreloading, and more!](release-040.md)
- [Announcing Dioxus 0.5 $ Release Notes $ March 21, 2024 $ A signal rewrite, zero unsafe, no lifetimes, unified launch, and more!](release-050.md)
<!-- - [Announcing Dioxus 0.6 $ Release Notes $ November 4, 2024 $ A signal rewrite, zero unsafe, no lifetimes, unified launch, and more!](release_060.md) -->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/docs/router_blog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
pub enum BookRoute {
#[route("/introducing-dioxus")]
IntroducingDioxus {},
#[route("/release_020")]
#[route("/release-020")]
Release020 {},
#[route("/templates-diffing")]
TemplatesDiffing {},
#[route("/release_030")]
#[route("/release-030")]
Release030 {},
#[route("/fulltime")]
Fulltime {},
#[route("/release_040")]
#[route("/release-040")]
Release040 {},
#[route("/release_050")]
#[route("/release-050")]
Release050 {},
}
impl BookRoute {
Expand Down

0 comments on commit 3a51e87

Please sign in to comment.