Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add starlight to generators #937

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/site/generators/astro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repo: withastro/astro
homepage: https://astro.build
language:
- JavaScript
- TypeScript
license:
- MIT
templates:
Expand Down
38 changes: 38 additions & 0 deletions src/site/generators/starlight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Starlight
repo: withastro/starlight
homepage: https://starlight.astro.build/
language:
- JavaScript
- TypeScript
license:
- MIT
templates:
- Svelte
- React
- Preact
- Vue
- SolidJS
- Lit
- AlpineJS
- HTML
- Markdown
- MDX
description: Build beautiful, accessible, high-performance documentation websites with Astro.
---

## Documentation that delights

Includes: Site navigation, search, internationalization, SEO, easy-to-read typography, code highlighting, dark mode and more.

## Powered by Astro

Leverage the full power and performance of Astro. Extend Starlight with your favorite Astro integrations and libraries.

## Markdown, Markdoc, and MDX

Bring your favorite markup language. Starlight gives you built-in frontmatter validation with TypeScript type-safety.

## Bring your own UI components

Starlight ships as a framework-agnostic, complete docs solution. Extend with React, Vue, Svelte, Solid, and more.