From 13aea48340913767804dbed3f6ac6455e330339a Mon Sep 17 00:00:00 2001
From: HiDeoo
Date: Tue, 15 Jul 2025 23:02:50 +0200
Subject: docs: showcase `astro-d2` and "Starlight Plugins by Example" (#3302)
---
docs/src/content/docs/resources/community-content.mdx | 5 +++++
docs/src/content/docs/resources/plugins.mdx | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/docs/src/content/docs/resources/community-content.mdx b/docs/src/content/docs/resources/community-content.mdx
index 5ddb6632..deaf5e8f 100644
--- a/docs/src/content/docs/resources/community-content.mdx
+++ b/docs/src/content/docs/resources/community-content.mdx
@@ -109,6 +109,11 @@ Explore community-produced content maintained by Starlight users:
title="Starlight Examples"
description="A collection of StackBlitz embeds demonstrating practical ways of doing stuff in Starlight documentation sites."
/>
+
## Video Content
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx
index d1369977..ba137d06 100644
--- a/docs/src/content/docs/resources/plugins.mdx
+++ b/docs/src/content/docs/resources/plugins.mdx
@@ -222,4 +222,9 @@ These community tools and integrations can be used to add features to your Starl
title="astro-mermaid"
description="Client-side render Mermaid content in Markdown code blocks."
/>
+
--
cgit