diff options
author | Chris Swithinbank | 2024-07-10 11:57:45 +0200 |
---|---|---|
committer | GitHub | 2024-07-10 11:57:45 +0200 |
commit | 4442b56fbd704383652871c5e5bd906a94f17b52 (patch) | |
tree | 879e38e2ecb8234608d95ac88c33c64b4d8492eb | |
parent | 784a41b6c20ffda2d5ea60e70f0e338ae4851fd1 (diff) | |
download | IT.starlight-4442b56fbd704383652871c5e5bd906a94f17b52.tar.gz IT.starlight-4442b56fbd704383652871c5e5bd906a94f17b52.tar.bz2 IT.starlight-4442b56fbd704383652871c5e5bd906a94f17b52.zip |
Add Starlight Examples to community content page (#2109)
-rw-r--r-- | docs/src/content/docs/resources/community-content.mdx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/content/docs/resources/community-content.mdx b/docs/src/content/docs/resources/community-content.mdx index 6b898acb..b908a1e6 100644 --- a/docs/src/content/docs/resources/community-content.mdx +++ b/docs/src/content/docs/resources/community-content.mdx @@ -84,6 +84,11 @@ Explore community-produced content maintained by Starlight users: title="Adding Structured Data to Starlight Pages" description="Learn how to build dynamic JSON-LD structured data for your documentation pages." /> + <LinkCard + href="https://starlight-examples.netlify.app/" + title="Starlight Examples" + description="A collection of StackBlitz embeds demonstrating practical ways of doing stuff in Starlight documentation sites." + /> </CardGrid> ## Video Content |