From 575ab8fd616089cf6d11063d057a961895ad01d8 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Thu, 20 Jul 2023 18:06:42 +0530 Subject: [PATCH] document gatsby --- docs/modules/ROOT/pages/index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 0f0cebea..b92885cc 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -530,6 +530,10 @@ Any app created with https://start.solidjs.com/getting-started/what-is-solidstar === Astro Any app created with https://astro.build/[Astro] are compatible without any change and Hot Module Replacement (HMR) should work by default. It is based on link:#vite[Vite]. +[#gatsby] +=== Gatsby +Any app created with https://www.gatsbyjs.com/docs/quick-start/[Gatsby] are compatible without any change and Hot Module Replacement (HMR) should work by default. It is based on link:#vite[Vite]. + [#ember] === Ember Any app created with https://guides.emberjs.com/release/getting-started/[Ember] are compatible without any change and Hot Module Replacement (HMR) should work by default.