diff options
author | Felix Schneider | 2025-08-06 09:17:45 +0200 |
---|---|---|
committer | GitHub | 2025-08-06 09:17:45 +0200 |
commit | 74abcc6a1dce3fd9221ec8573240cae17d5fcae7 (patch) | |
tree | ab051298f7c915642a4b181872c5605dfdce5551 | |
parent | fa413f7080584aaa0411bd96f785c327793e5a24 (diff) | |
download | IT.starlight-74abcc6a1dce3fd9221ec8573240cae17d5fcae7.tar.gz IT.starlight-74abcc6a1dce3fd9221ec8573240cae17d5fcae7.tar.bz2 IT.starlight-74abcc6a1dce3fd9221ec8573240cae17d5fcae7.zip |
docs: add link to horizontal progress bar blog (#3357)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-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 deaf5e8f..f9a21157 100644 --- a/docs/src/content/docs/resources/community-content.mdx +++ b/docs/src/content/docs/resources/community-content.mdx @@ -114,6 +114,11 @@ Explore community-produced content maintained by Starlight users: title="Starlight Plugins by Example" description="A collection of notes and examples about Starlight plugins and common patterns used to build them." /> + <LinkCard + href="https://blog.trueberryless.org/blog/starlight-progress-indicator/" + title="Add a reading progress indicator" + description="Find out how to add a horizontal reading progress bar to your Starlight site." + /> </CardGrid> ## Video Content |