Skip to content

Commit

Permalink
i18n(ru): update community-content.mdx & plugins.mdx (#2851)
Browse files Browse the repository at this point in the history
Co-authored-by: HiDeoo <[email protected]>
Co-authored-by: Lev Chelyadinov <[email protected]>
  • Loading branch information
3 people authored Feb 3, 2025
1 parent a1910d1 commit 6b5637a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/src/content/docs/ru/resources/community-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
title="Сравнение конструкторов сайтов документаций: VuePress против Starlight"
description="Как соотносятся эти две системы?"
/>
<LinkCard
href="https://astro.build/case-studies/wp-engine/"
title="Кейс: Снижение затрат на разработку"
description="Как WP Engine снизил затраты на разработку более чем на 50% с помощью Starlight от Astro."
/>
<LinkCard
href="https://maciekpalmowski.dev/blog/building-a-documentation-site-using-astro-starlight/"
title="Создание сайта документации с использованием Astro Starlight"
description="Мачек Пальмовски описывает, как Patchstack мигрировал свою документацию на Starlight."
/>
<LinkCard
href="https://blog.cloudflare.com/open-source-all-the-way-down-upgrading-our-developer-documentation/"
title="Открытый код на каждом уровне"
description="Как Cloudflare использовал Starlight для обновления своей документации для разработчиков."
/>
</CardGrid>

## Рецепты и руководства
Expand Down
20 changes: 20 additions & 0 deletions docs/src/content/docs/ru/resources/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ sidebar:
title="starlight-contributor-list"
description="Отображает список всех контрибьюторов вашего проекта."
/>
<LinkCard
href="https://github.com/dragomano/starlight-giscus"
title="starlight-giscus"
description="Добавление комментариев Giscus к вашему сайту документации."
/>
</CardGrid>

### Темы от сообщества
Expand All @@ -135,6 +140,16 @@ sidebar:
title="catppuccin-starlight"
description="Успокаивающая пастельная тема для Starlight"
/>
<LinkCard
href="https://github.com/louisescher/starlight-ion-theme"
title="starlight-ion-theme"
description="Элегантная, современная тема для Starlight."
/>
<LinkCard
href="https://github.com/adrian-ub/starlight-theme-black"
title="starlight-theme-black"
description="Тема Starlight, вдохновлённая документацией shadcn"
/>
</CardGrid>

## Инструменты и интеграции от сообщества
Expand Down Expand Up @@ -179,4 +194,9 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
title="@hideoo/starlight-plugin"
description="Генератор для быстрого создания плагинов Starlight."
/>
<LinkCard
href="https://github.com/Linkerin/starlight-to-pdf"
title="starlight-to-pdf"
description="Инструмент командной строки для конвертации сайтов Starlight в PDF-файлы."
/>
</CardGrid>

0 comments on commit 6b5637a

Please sign in to comment.