docs: indicate work in progress (#265)
This commit is contained in:
parent
4d16865561
commit
aa14ddd8dc
3 changed files with 5 additions and 5 deletions
|
@ -135,9 +135,9 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`;
|
|||
</aside>
|
||||
<div id="grid-main">
|
||||
<div class="warning">
|
||||
<strong>🛠 Under Construction:</strong> This library and the documentation are undergoing rigorous
|
||||
development. Read and join our <a
|
||||
href="https://github.com/astro-reactive/astro-reactive/discussions">discussions</a
|
||||
<strong>🛠 Under Construction:</strong> This library and the documentation are works in progress.
|
||||
Read and join our <a href="https://github.com/astro-reactive/astro-reactive/discussions"
|
||||
>discussions</a
|
||||
> for questions, suggestions, or feedback.
|
||||
</div>
|
||||
<PageContent frontmatter={frontmatter} headings={headings} githubEditUrl={githubEditUrl}>
|
||||
|
|
|
@ -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)._
|
||||
|
||||
|
|
|
@ -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)_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue