summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiDeoo2025-07-15 23:02:50 +0200
committerGitHub2025-07-15 23:02:50 +0200
commit13aea48340913767804dbed3f6ac6455e330339a (patch)
tree7c00ae142e752278551f73174d9f82a7b7e200a7
parent411d109481acb5b1eb0e9896afdbbc3b245e9c13 (diff)
downloadIT.starlight-13aea48340913767804dbed3f6ac6455e330339a.tar.gz
IT.starlight-13aea48340913767804dbed3f6ac6455e330339a.tar.bz2
IT.starlight-13aea48340913767804dbed3f6ac6455e330339a.zip
docs: showcase `astro-d2` and "Starlight Plugins by Example" (#3302)
-rw-r--r--docs/src/content/docs/resources/community-content.mdx5
-rw-r--r--docs/src/content/docs/resources/plugins.mdx5
2 files changed, 10 insertions, 0 deletions
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."
/>
+ <LinkCard
+ href="https://hideoo.dev/notebooks/starlight-plugins-by-example"
+ title="Starlight Plugins by Example"
+ description="A collection of notes and examples about Starlight plugins and common patterns used to build them."
+ />
</CardGrid>
## 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."
/>
+ <LinkCard
+ href="https://github.com/HiDeoo/astro-d2"
+ title="astro-d2"
+ description="Transform D2 Markdown code blocks into diagrams."
+ />
</CardGrid>