Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ea0554

Browse files
committedNov 10, 2023
add starlight
1 parent f2f9d6a commit 2ea0554

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
 

‎src/site/generators/astro.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repo: withastro/astro
44
homepage: https://astro.build
55
language:
66
- JavaScript
7+
- TypeScript
78
license:
89
- MIT
910
templates:

‎src/site/generators/starlight.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Starlight
3+
repo: withastro/starlight
4+
homepage: https://starlight.astro.build/
5+
language:
6+
- JavaScript
7+
- TypeScript
8+
license:
9+
- MIT
10+
templates:
11+
- Svelte
12+
- React
13+
- Preact
14+
- Vue
15+
- SolidJS
16+
- Lit
17+
- AlpineJS
18+
- HTML
19+
- Markdown
20+
- MDX
21+
description: Build beautiful, accessible, high-performance documentation websites with Astro.
22+
---
23+
24+
## Documentation that delights
25+
26+
Includes: Site navigation, search, internationalization, SEO, easy-to-read typography, code highlighting, dark mode and more.
27+
28+
## Powered by Astro
29+
30+
Leverage the full power and performance of Astro. Extend Starlight with your favorite Astro integrations and libraries.
31+
32+
## Markdown, Markdoc, and MDX
33+
34+
Bring your favorite markup language. Starlight gives you built-in frontmatter validation with TypeScript type-safety.
35+
36+
## Bring your own UI components
37+
38+
Starlight ships as a framework-agnostic, complete docs solution. Extend with React, Vue, Svelte, Solid, and more.

0 commit comments

Comments
 (0)
Please sign in to comment.