From 90aaff61d1ec8354eeb9ba67c91cec11415c8bb2 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 8 May 2023 22:14:37 +0200 Subject: Add WIP notes to docs --- docs/src/content/docs/getting-started.md | 5 +++++ docs/src/content/docs/index.mdx | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/getting-started.md b/docs/src/content/docs/getting-started.md index 10e0b731..01466a24 100644 --- a/docs/src/content/docs/getting-started.md +++ b/docs/src/content/docs/getting-started.md @@ -2,6 +2,11 @@ title: Getting Started --- +:::caution[Work in progress] +Starlight is in early development so expect bugs and changes as we develop it. +If you find something that’s not working, [open an issue on GitHub](https://github.com/withastro/starlight/issues/new/choose) or let us know on [Discord](https://astro.build/chat). +::: + Welcome to Starlight, an intuitive and user-friendly framework ideal for documentation websites. In this introductory guide, we will explore the main features and benefits of Starlight. ## Getting started with Starlight diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 910a195e..f2407820 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -2,8 +2,7 @@ title: Welcome, world --- -My docs are built with Starlight. - -:::tip[Did you know?] -Astro helps you build faster websites with [“Islands Architecture”](https://docs.astro.build/en/concepts/islands/). +:::caution[Work in progress] +Starlight is in early development so expect bugs and changes as we develop it. +If you find something that’s not working, [open an issue on GitHub](https://github.com/withastro/starlight/issues/new/choose) or let us know on [Discord](https://astro.build/chat). ::: -- cgit