From aa14ddd8dccda74b2be9fdf61a0752c150897b18 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 16 Feb 2023 17:38:26 +0100 Subject: [PATCH] docs: indicate work in progress (#265) --- apps/docs/src/layouts/MainLayout.astro | 6 +++--- packages/form/README.md | 2 +- packages/validator/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/src/layouts/MainLayout.astro b/apps/docs/src/layouts/MainLayout.astro index 551a814..bf88b16 100644 --- a/apps/docs/src/layouts/MainLayout.astro +++ b/apps/docs/src/layouts/MainLayout.astro @@ -135,9 +135,9 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`;
- 🛠 Under Construction: This library and the documentation are undergoing rigorous - development. Read and join our discussions🛠 Under Construction: This library and the documentation are works in progress. + Read and join our discussions for questions, suggestions, or feedback.
diff --git a/packages/form/README.md b/packages/form/README.md index 2604de3..326a235 100644 --- a/packages/form/README.md +++ b/packages/form/README.md @@ -105,5 +105,5 @@ This Form component is designed to work with [Astro Reactive Validator](https:// 👉 _All [contributions](https://github.com/astro-reactive/astro-reactive/blob/main/CONTRIBUTING.md) are welcome. Let's make the fastest web forms powered by Astro._ -👉 _This package is under rigorous development. See the [change log](https://github.com/astro-reactive/astro-reactive/blob/main/packages/form/RELEASE.md)._ +👉 _This package is a work in progress. See the [change log](https://github.com/astro-reactive/astro-reactive/blob/main/packages/form/RELEASE.md)._ diff --git a/packages/validator/README.md b/packages/validator/README.md index a9eef9f..7bf97d0 100644 --- a/packages/validator/README.md +++ b/packages/validator/README.md @@ -103,5 +103,5 @@ This validation library is designed to work with [Astro Reactive Form](https://w 👉 _All [contributions](https://github.com/astro-reactive/astro-reactive/blob/main/CONTRIBUTING.md) are welcome. Let's make the validation library for Astro._ -👉 _This package is under rigorous development. See the [change log](https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/RELEASE.md)_. +👉 _This package is a work in progress. See the [change log](https://github.com/astro-reactive/astro-reactive/blob/main/packages/validator/RELEASE.md)_.