diff options
author | Chris Swithinbank | 2023-05-08 22:14:37 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-05-08 22:14:37 +0200 |
commit | 90aaff61d1ec8354eeb9ba67c91cec11415c8bb2 (patch) | |
tree | 9915028e4461820eff9dc0782471e8caff36e399 | |
parent | b8dc06d367fb19457e5f8b3ae387724d0197b9ed (diff) | |
download | IT.starlight-90aaff61d1ec8354eeb9ba67c91cec11415c8bb2.tar.gz IT.starlight-90aaff61d1ec8354eeb9ba67c91cec11415c8bb2.tar.bz2 IT.starlight-90aaff61d1ec8354eeb9ba67c91cec11415c8bb2.zip |
Add WIP notes to docs
-rw-r--r-- | docs/src/content/docs/getting-started.md | 5 | ||||
-rw-r--r-- | 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). ::: |