Building dioxus-docs-kit

rust dev.to

After moving my docs into my Dioxus app, the next question was pretty obvious. What does a reusable docs setup for Dioxus actually need? I did not want a giant CMS. I did not want runtime content fetching. I definitely did not want a fragile pile of custom glue code that works once and then becomes a weird private framework I regret later. I wanted something boring, solid, and reusable. That is basically how dioxus-docs-kit happened. What the kit includes Right now, the core piec

Read Full Tutorial open_in_new
arrow_back Back to Tutorials