Skip to content

Commit 6b5637a

Browse files
dragomanoHiDeooillright
authored
i18n(ru): update community-content.mdx & plugins.mdx (#2851)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> Co-authored-by: Lev Chelyadinov <15035286+illright@users.noreply.github.com>
1 parent a1910d1 commit 6b5637a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

‎docs/src/content/docs/ru/resources/community-content.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
3030
title="Сравнение конструкторов сайтов документаций: VuePress против Starlight"
3131
description="Как соотносятся эти две системы?"
3232
/>
33+
<LinkCard
34+
href="https://astro.build/case-studies/wp-engine/"
35+
title="Кейс: Снижение затрат на разработку"
36+
description="Как WP Engine снизил затраты на разработку более чем на 50% с помощью Starlight от Astro."
37+
/>
38+
<LinkCard
39+
href="https://maciekpalmowski.dev/blog/building-a-documentation-site-using-astro-starlight/"
40+
title="Создание сайта документации с использованием Astro Starlight"
41+
description="Мачек Пальмовски описывает, как Patchstack мигрировал свою документацию на Starlight."
42+
/>
43+
<LinkCard
44+
href="https://blog.cloudflare.com/open-source-all-the-way-down-upgrading-our-developer-documentation/"
45+
title="Открытый код на каждом уровне"
46+
description="Как Cloudflare использовал Starlight для обновления своей документации для разработчиков."
47+
/>
3348
</CardGrid>
3449

3550
## Рецепты и руководства

‎docs/src/content/docs/ru/resources/plugins.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ sidebar:
113113
title="starlight-contributor-list"
114114
description="Отображает список всех контрибьюторов вашего проекта."
115115
/>
116+
<LinkCard
117+
href="https://github.com/dragomano/starlight-giscus"
118+
title="starlight-giscus"
119+
description="Добавление комментариев Giscus к вашему сайту документации."
120+
/>
116121
</CardGrid>
117122

118123
### Темы от сообщества
@@ -135,6 +140,16 @@ sidebar:
135140
title="catppuccin-starlight"
136141
description="Успокаивающая пастельная тема для Starlight"
137142
/>
143+
<LinkCard
144+
href="https://github.com/louisescher/starlight-ion-theme"
145+
title="starlight-ion-theme"
146+
description="Элегантная, современная тема для Starlight."
147+
/>
148+
<LinkCard
149+
href="https://github.com/adrian-ub/starlight-theme-black"
150+
title="starlight-theme-black"
151+
description="Тема Starlight, вдохновлённая документацией shadcn"
152+
/>
138153
</CardGrid>
139154

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

0 commit comments

Comments
 (0)