From e16f5b2867a61703ceb6378b6e505ada5f320bca Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 8 May 2023 21:01:53 +0200 Subject: Add a WIP caution to the Starlight README --- packages/starlight/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/starlight/README.md b/packages/starlight/README.md index 937ce2cd..ec197109 100644 --- a/packages/starlight/README.md +++ b/packages/starlight/README.md @@ -1,5 +1,9 @@ # Starlight +> **Warning** +> This tool is an early release and very much still work in progress! +> [Open an issue on GitHub](https://github.com/withastro/starlight/issues/new/choose) if you find something that’s not working. + Starlight is a documentation website framework for [Astro][astro]. ## Documentation -- cgit