From 6026904273e7eba6428e9304d83eded7769ac3b3 Mon Sep 17 00:00:00 2001 From: Bugo <229402+dragomano@users.noreply.github.com> Date: Sun, 2 Nov 2025 09:28:13 +0500 Subject: [PATCH 1/4] Update ru/getting-started.mdx --- docs/src/content/docs/ru/getting-started.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/ru/getting-started.mdx b/docs/src/content/docs/ru/getting-started.mdx index a1aa364cde2..7f3dcd6a644 100644 --- a/docs/src/content/docs/ru/getting-started.mdx +++ b/docs/src/content/docs/ru/getting-started.mdx @@ -90,9 +90,10 @@ Starlight готов к созданию нового контента или к ### Следующие шаги - **Настройка:** Узнайте об общих опциях в главе [Настройка Starlight](/ru/guides/customization/). -- **Навигация.** Настройте боковую панель с помощью руководства [Навигация по боковой панели](/ru/guides/sidebar/). -- **Компоненты.** Узнайте о встроенных карточках, вкладках и многом другом в руководстве [Компоненты](/ru/components/using-components/). -- **Развёртывание.** Опубликуйте свою работу с помощью руководства [Развёртывание вашего сайта](https://docs.astro.build/ru/guides/deploy/) в документации Astro. +- **Навигация:** Настройте боковую панель с помощью руководства [Навигация по боковой панели](/ru/guides/sidebar/). +- **Компоненты:** Узнайте о встроенных карточках, вкладках и многом другом в руководстве [Компоненты](/ru/components/using-components/). +- **Расширение:** Изучите дополнения сообщества в наших каталогах [Плагины](/ru/resources/plugins/) и [Темы](/ru/resources/themes/). +- **Развёртывание:** Опубликуйте свою работу с помощью руководства [Развёртывание вашего сайта](https://docs.astro.build/ru/guides/deploy/) в документации Astro. ## Обновление Starlight From 16e4ded3b1edd23c7a58d427c2e11211f3fb7153 Mon Sep 17 00:00:00 2001 From: Bugo <229402+dragomano@users.noreply.github.com> Date: Sun, 2 Nov 2025 09:29:49 +0500 Subject: [PATCH 2/4] Update ru/index.mdx --- docs/src/content/docs/ru/index.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/src/content/docs/ru/index.mdx b/docs/src/content/docs/ru/index.mdx index 73681e0db5c..157ba8c4641 100644 --- a/docs/src/content/docs/ru/index.mdx +++ b/docs/src/content/docs/ru/index.mdx @@ -7,12 +7,6 @@ description: Starlight помогает вам создавать красивы template: splash editUrl: false lastUpdated: false -banner: - content: | - Обновляетесь до Astro 5? - - Узнайте, как обновиться - hero: title: Сделайте свою документацию яркой с помощью Starlight tagline: Всё, что вам нужно, чтобы создать впечатляющий сайт с документацией. Быстро, доступно и просто в использовании. From 1a785352cb59869bb34b1b29c8221d4cf759d057 Mon Sep 17 00:00:00 2001 From: Bugo <229402+dragomano@users.noreply.github.com> Date: Sun, 2 Nov 2025 09:34:10 +0500 Subject: [PATCH 3/4] Update ru/resources/plugins.mdx --- docs/src/content/docs/ru/resources/plugins.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/content/docs/ru/resources/plugins.mdx b/docs/src/content/docs/ru/resources/plugins.mdx index 7426f8eb13a..4fdcf2a8e6d 100644 --- a/docs/src/content/docs/ru/resources/plugins.mdx +++ b/docs/src/content/docs/ru/resources/plugins.mdx @@ -247,4 +247,14 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; title="astro-d2" description="Преобразование блоков кода D2 Markdown в диаграммы." /> + + From 8a80cd1f12eb01f08e030730bdb7541554d2147b Mon Sep 17 00:00:00 2001 From: Bugo <229402+dragomano@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:51:01 +0500 Subject: [PATCH 4/4] Update ru/resources/plugins.mdx --- docs/src/content/docs/ru/resources/plugins.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/content/docs/ru/resources/plugins.mdx b/docs/src/content/docs/ru/resources/plugins.mdx index 4fdcf2a8e6d..c75e2310c4c 100644 --- a/docs/src/content/docs/ru/resources/plugins.mdx +++ b/docs/src/content/docs/ru/resources/plugins.mdx @@ -183,6 +183,16 @@ sidebar: title="starlight-github-alerts" description="Отображение предупреждений GitHub в виде боковых заметок Starlight." /> + + ## Инструменты и интеграции от сообщества