From 0775cf571fb741586a5956031c51176fe96357a6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 7 Nov 2022 11:10:45 +0100 Subject: [PATCH] feat(landing-page): link to our docs site --- apps/docs/src/pages/en/introduction.md | 10 +++++++++- apps/landing-page/src/components/splash.astro | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/apps/docs/src/pages/en/introduction.md b/apps/docs/src/pages/en/introduction.md index af1841c..13ba7f1 100644 --- a/apps/docs/src/pages/en/introduction.md +++ b/apps/docs/src/pages/en/introduction.md @@ -10,7 +10,15 @@ Thanks for checking out the Astro Reactive Library! Welcome to a new adventure. This project aims to be a new library of components and utilities for building reactive user interfaces with [Astro](https://astro.build). -We are working on a fun and easy tutorial so you can learn how to build reactive UIs with Astro from scratch using our packages. For now, see our [API Docs](/en/api) for example usage. +We will update this documentation site later with a fun and easy tutorial so you can start building reactive UIs with Astro from scratch using our packages. + +> **📝 Note:** See our [API Docs](/en/api) for example usage. + +## Installation + +``` +npm i @astro-reactive/form @astro-reactive/validator +``` ## Packages diff --git a/apps/landing-page/src/components/splash.astro b/apps/landing-page/src/components/splash.astro index b67f48a..cdecde6 100644 --- a/apps/landing-page/src/components/splash.astro +++ b/apps/landing-page/src/components/splash.astro @@ -40,12 +40,13 @@ const pngSrcset = png.map(({ srcset }) => srcset).join(",");
- +