From f5c88cb70a9528d0733221119b81c9dff6323a7a Mon Sep 17 00:00:00 2001 From: NotNite Date: Thu, 9 Jan 2025 15:22:00 -0500 Subject: [PATCH] Add 'sales pitch' page --- src/content/docs/using/why-moonlight.mdx | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/content/docs/using/why-moonlight.mdx diff --git a/src/content/docs/using/why-moonlight.mdx b/src/content/docs/using/why-moonlight.mdx new file mode 100644 index 0000000..b5158ca --- /dev/null +++ b/src/content/docs/using/why-moonlight.mdx @@ -0,0 +1,36 @@ +--- +title: Why moonlight? +description: Answering questions about what we do differently in moonlight +sidebar: + order: 3 +--- +import { CardGrid, Card } from "@astrojs/starlight/components"; + +A common question we get is what moonlight does differently, and why it's worth trying. Here's a list of what we personally think is good about moonlight. + + + + 50+ extensions ready to use in a few clicks, made by community developers + + + [Install into Discord](/using/install) and never think about it again, with automatic patching and update notifications + + + Official repository extensions are reviewed by a team and built from source on GitHub Actions + + + A constantly evolving list of tips for users and developers - right on this site + + + Modify any piece of code you want using regex or ASTs, or add your own code as a Webpack module + + + [Develop extensions locally](/ext-dev/getting-started/#build-and-run-the-extension) or [make a third party repository](/ext-dev/getting-started/#publishing-to-github-pages), no recompiling moonlight required + + + [Community-maintained mappings of the Discord client](https://github.com/moonlight-mod/mappings), available as a library + + + [View our source on GitHub](https://github.com/moonlight-mod/moonlight) - we won't ask you for anything else in return + +