diff options
author | Chris Swithinbank | 2023-05-08 21:01:53 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-05-08 21:01:53 +0200 |
commit | e16f5b2867a61703ceb6378b6e505ada5f320bca (patch) | |
tree | 412b12d617c3799bc0f6f85423b072f5ecf4480d | |
parent | 5d5c1d33521ce47beab3f6abceb4b1924fd72f7f (diff) | |
download | IT.starlight-e16f5b2867a61703ceb6378b6e505ada5f320bca.tar.gz IT.starlight-e16f5b2867a61703ceb6378b6e505ada5f320bca.tar.bz2 IT.starlight-e16f5b2867a61703ceb6378b6e505ada5f320bca.zip |
Add a WIP caution to the Starlight README
-rw-r--r-- | packages/starlight/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |