docs: added website link to creates documentation (#230)

This commit is contained in:
Mustafa Zaki Assagaf
2024-12-18 15:13:03 +07:00
committed by GitHub
parent 8d0a4a7417
commit 62ffed0624
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
//! ## Tuono
//! Tuono is a full-stack web framework for building React applications using Rust as the backend with a strong focus on usability and performance.
//!
//! You can find the full documentation at [tuono.dev](https://tuono.dev/)
mod catch_all;
mod logger;
mod manifest;