From d2a7e9fd0b382c1120eb97661ea7b1ee0030e5c7 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 15 May 2023 21:37:42 +0200 Subject: Tweak index list --- docs/src/content/docs/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 7193c26e..eed7f0dc 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -12,14 +12,14 @@ If you find something that’s not working, [open an issue on GitHub](https://gi Starlight includes all the features you need to get a documentation site up and running quickly: +- Markdown and MDX support - Easy-to-read typographic styles - Syntax highlighting for code blocks - Simple-to-configure navigation menus - Built-in site search - [Internationalization features](/guides/i18n) -- Mix components (from any framework!) and content in MDX +- Accessible site structure +- [Component in content](/guides/components) support with MDX - Support for custom styles - Fast and [eco-friendly](/environmental-impact) architecture - Compatibility with the [Astro ecosystem](https://astro.build/integrations) - -With these features, you can create rich and engaging documentation that is easy to read and understand. -- cgit