diff options
author | delucis | 2025-04-11 07:18:10 +0000 |
---|---|---|
committer | fredkbot | 2025-04-11 07:18:10 +0000 |
commit | 388234e202c3c532090a90f0b6fff48f53893fe8 (patch) | |
tree | f4ca042ed1845b1c815d7c626da7abaf2f34f583 | |
parent | b82ea5fce34622d3f61aaa065a5bccf6602a599e (diff) | |
download | IT.starlight-388234e202c3c532090a90f0b6fff48f53893fe8.tar.gz IT.starlight-388234e202c3c532090a90f0b6fff48f53893fe8.tar.bz2 IT.starlight-388234e202c3c532090a90f0b6fff48f53893fe8.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/es/resources/themes.mdx | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/src/content/docs/es/resources/themes.mdx b/docs/src/content/docs/es/resources/themes.mdx index f69f9acb..ca75a1fd 100644 --- a/docs/src/content/docs/es/resources/themes.mdx +++ b/docs/src/content/docs/es/resources/themes.mdx @@ -30,13 +30,15 @@ Instala un tema creado por la comunidad para personalizar rápidamente la aparie themes={[ { title: 'Starlight Rapide', - description: 'Tema de Starlight inspirado en el tema Vitesse de Visual Studio Code.', + description: + 'Tema de Starlight inspirado en el tema Vitesse de Visual Studio Code.', href: 'https://starlight-theme-rapide.vercel.app/', previews: { light: 'rapide-light.png', dark: 'rapide-dark.png' }, }, { title: 'Starlight Obsidian Theme', - description: 'Tema de Starlight inspirado en el estilo de los sitios de Obsidian Publish.', + description: + 'Tema de Starlight inspirado en el estilo de los sitios de Obsidian Publish.', href: 'https://fevol.github.io/starlight-theme-obsidian/', previews: { light: 'obsidian-light.png', dark: 'obsidian-dark.png' }, }, @@ -60,7 +62,8 @@ Instala un tema creado por la comunidad para personalizar rápidamente la aparie }, { title: 'Starlight Flexoki', - description: 'Un tema cálido y amigable basado en la paleta de colores Flexoki.', + description: + 'Un tema cálido y amigable basado en la paleta de colores Flexoki.', href: 'https://delucis.github.io/starlight-theme-flexoki/', previews: { light: 'flexoki-light.png', dark: 'flexoki-dark.png' }, }, @@ -71,11 +74,11 @@ Instala un tema creado por la comunidad para personalizar rápidamente la aparie previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, }, { - title: 'Tema Starlight NextJS', + title: 'Tema Starlight NextJS', description: 'Tema de Starlight inspirado en la documentación de NextJS.', - href: 'https://starlight-nextjs-theme.trueberryless.org/', - previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, - } + href: 'https://starlight-nextjs-theme.trueberryless.org/', + previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, + }, ]} /> |