Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ If you’ve built a documentation site with Starlight, adding it to the showcase
- Be a `.png` file and named after your site’s domain, e.g. `example.com.png`.
- Have the dimensions of 800 × 450 pixels.
3. Add a new entry for your website in `docs/src/components/showcase-sites.astro`.

- The new entry must be appended at the end of the existing list of sites.
- The `title` attribute must be the name of your site with no extra details.
- The `href` attribute must be the URL of your Starlight site. If your documentation is hosted on a subdomain or subdirectory, include that in the URL.
Expand All @@ -322,6 +323,7 @@ Share themes for Starlight you built by adding them to our [themes](https://star
1. Set up a development environment by following the [“Setting up a development environment”](#setting-up-a-development-environment) instructions.

2. Take screenshots of your theme’s light and dark modes using our demo project.

1. Open the [theme demo project](https://stackblitz.com/edit/github-jj1kzx5x?file=astro.config.mjs) on StackBlitz.

2. Install your theme using StackBlitz’s integrated terminal:
Expand All @@ -341,11 +343,13 @@ Share themes for Starlight you built by adding them to our [themes](https://star
5. Open the theme preview in a new tab and use dev tools’ responsive view to take screenshots with the screen sized to 1280×720 pixels.

3. Add your screenshots of the theme’s light and dark modes to the `docs/src/assets/themes/` directory. The images must:

- be PNG files with your theme’s name and the color variant, e.g. a theme named “Moon” would have files named `moon-light.png` and `moon-dark.png`
- have dimensions of 1280×720 pixels

4. Add a new entry for your website in `docs/src/content/docs/resources/themes.mdx`.
You can look at existing entries to see how to format this.

- The new entry must be appended at the end of the existing list of sites.
- The `title` attribute must be the name of your theme.
- The `description` attribute should briefly describe your theme’s aesthetic, inspiration, or key features.
Expand Down
3 changes: 1 addition & 2 deletions docs/lunaria/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
--theme-text-bright: hsl(0, 0%, 100%);
--overlay-blurple: hsla(255, 60%, 60%, 0.2);

--ln-color-background:
linear-gradient(215deg, var(--overlay-blurple), transparent 40%),
--ln-color-background: linear-gradient(215deg, var(--overlay-blurple), transparent 40%),
radial-gradient(var(--overlay-blurple), transparent 40%) no-repeat -60vw -40vh / 105vw 200vh,
radial-gradient(var(--overlay-blurple), transparent 65%) no-repeat 50% calc(100% + 20rem) /
60rem 30rem,
Expand Down
34 changes: 17 additions & 17 deletions docs/src/content/docs/de/guides/customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Das Hinzufügen eines eigenen Logos im Header ist ein schneller Weg, um einer St

<FileTree>

- src/
- assets/
- **mein-logo.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **mein-logo.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -71,12 +71,12 @@ Du kannst verschiedene Versionen deines Logos im Light- und Dark-Mode anzeigen.

<FileTree>

- src/
- assets/
- **light-logo.svg**
- **dark-logo.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **light-logo.svg**
- **dark-logo.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -334,12 +334,12 @@ Um Google Fonts zu verwenden, folge der [Anleitung Fontsource einrichten](#einri

<FileTree>

- src/
- content/
- fonts/
- **CustomFont.woff2**
- **font-face.css**
- astro.config.mjs
- src/
- content/
- fonts/
- **CustomFont.woff2**
- **font-face.css**
- astro.config.mjs

</FileTree>

Expand Down
22 changes: 11 additions & 11 deletions docs/src/content/docs/de/guides/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Starlight bietet eingebaute Unterstützung für mehrsprachige Websites, einschli

<FileTree>

- src/
- content/
- docs/
- ar/
- en/
- zh-cn/
- src/
- content/
- docs/
- ar/
- en/
- zh-cn/

</FileTree>

Expand Down Expand Up @@ -207,11 +207,11 @@ Du kannst Übersetzungen für zusätzliche Sprachen, die du unterstützt, über

<FileTree>

- src/
- content/
- i18n/
- ar.json
- zh-CN.json
- src/
- content/
- i18n/
- ar.json
- zh-CN.json

</FileTree>

Expand Down
34 changes: 17 additions & 17 deletions docs/src/content/docs/es/guides/customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Agregando un logo personalizado al encabezado del sitio es una forma rápida de

<FileTree>

- src/
- assets/
- **mi-logo.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **mi-logo.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -70,12 +70,12 @@ Puedes mostrar diferentes versiones de tu logo en modos claro y oscuro.

<FileTree>

- src/
- assets/
- **logo-claro.svg**
- **logo-oscuro.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **logo-claro.svg**
- **logo-oscuro.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -318,12 +318,12 @@ Para utilizar Google Fonts, sigue la [guía de configuración de Fontsource](#co

<FileTree>

- src/
- content/
- fonts/
- **FuentePersonalizada.woff2**
- **font-face.css**
- astro.config.mjs
- src/
- content/
- fonts/
- **FuentePersonalizada.woff2**
- **font-face.css**
- astro.config.mjs

</FileTree>

Expand Down
22 changes: 11 additions & 11 deletions docs/src/content/docs/es/guides/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Starlight proporciona soporte incorporado para sitios multilingües, incluidas l

<FileTree>

- src/
- content/
- docs/
- ar/
- en/
- zh-cn/
- src/
- content/
- docs/
- ar/
- en/
- zh-cn/

</FileTree>

Expand Down Expand Up @@ -206,11 +206,11 @@ Puedes proprocionar traducciones para idiomas adicionales, o editar nuestras eti

<FileTree>

- src/
- content/
- i18n/
- ar.json
- zh-CN.json
- src/
- content/
- i18n/
- ar.json
- zh-CN.json

</FileTree>

Expand Down
34 changes: 17 additions & 17 deletions docs/src/content/docs/fr/guides/customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ L’ajout d’un logo personnalisé à l’en-tête du site est un moyen rapide

<FileTree>

- src/
- assets/
- **mon-logo.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **mon-logo.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -71,12 +71,12 @@ Vous pouvez afficher différentes versions de votre logo en modes clair et sombr

<FileTree>

- src/
- assets/
- **logo-clair.svg**
- **logo-sombre.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **logo-clair.svg**
- **logo-sombre.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -334,12 +334,12 @@ Pour utiliser Google Fonts, suivez le [Guide de configuration de Fontsource](#co

<FileTree>

- src/
- content/
- fonts/
- **PolicePersonnalisee.woff2**
- **font-face.css**
- astro.config.mjs
- src/
- content/
- fonts/
- **PolicePersonnalisee.woff2**
- **font-face.css**
- astro.config.mjs

</FileTree>

Expand Down
22 changes: 11 additions & 11 deletions docs/src/content/docs/fr/guides/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Starlight offre une prise en charge intégrée des sites multilingues, y compris

<FileTree>

- src/
- content/
- docs/
- ar/
- en/
- zh-cn/
- src/
- content/
- docs/
- ar/
- en/
- zh-cn/

</FileTree>

Expand Down Expand Up @@ -207,11 +207,11 @@ Vous pouvez fournir des traductions pour les langues supplémentaires que vous p

<FileTree>

- src/
- content/
- i18n/
- ar.json
- zh-CN.json
- src/
- content/
- i18n/
- ar.json
- zh-CN.json

</FileTree>

Expand Down
34 changes: 17 additions & 17 deletions docs/src/content/docs/guides/customization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Adding a custom logo to the site header is a quick way to add your individual br

<FileTree>

- src/
- assets/
- **my-logo.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **my-logo.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -71,12 +71,12 @@ You can display different versions of your logo in light and dark modes.

<FileTree>

- src/
- assets/
- **light-logo.svg**
- **dark-logo.svg**
- content/
- astro.config.mjs
- src/
- assets/
- **light-logo.svg**
- **dark-logo.svg**
- content/
- astro.config.mjs

</FileTree>

Expand Down Expand Up @@ -334,12 +334,12 @@ To use Google Fonts, follow the [Fontsource set-up guide](#set-up-a-fontsource-f

<FileTree>

- src/
- content/
- fonts/
- **CustomFont.woff2**
- **font-face.css**
- astro.config.mjs
- src/
- content/
- fonts/
- **CustomFont.woff2**
- **font-face.css**
- astro.config.mjs

</FileTree>

Expand Down
Loading
Loading