From 35d815464940db660a656174c3b43bbca96543a5 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:07:04 +0200 Subject: [PATCH] Create README.md into doc folder --- docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..03a9bc7c --- /dev/null +++ b/docs/README.md @@ -0,0 +1,12 @@ +# Documentation + +This folder contains the documentation related to the `tuono` framework. + +The framework expects to enable SSG and MDX support in the next months. +At that time a standalone website will be built with tuono to hold the whole documentation. + +The following docs are currently actively maintained: +- [tutorial](https://github.com/Valerioageno/tuono/blob/main/docs/tutorial.md) + +## Contributions +Any help or suggestion will be strongly appreciated.