diff options
author | Chris Swithinbank | 2023-05-15 21:37:42 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-05-15 21:37:42 +0200 |
commit | d2a7e9fd0b382c1120eb97661ea7b1ee0030e5c7 (patch) | |
tree | 5cfe740b9819f1575d3e0b6eea894cafc01cfb89 | |
parent | a49485def3fe4f505e90bf934eedcb135b3d3f51 (diff) | |
download | IT.starlight-d2a7e9fd0b382c1120eb97661ea7b1ee0030e5c7.tar.gz IT.starlight-d2a7e9fd0b382c1120eb97661ea7b1ee0030e5c7.tar.bz2 IT.starlight-d2a7e9fd0b382c1120eb97661ea7b1ee0030e5c7.zip |
Tweak index list
-rw-r--r-- | docs/src/content/docs/index.mdx | 6 |
1 files 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. |