diff options
author | Alexei | 2025-01-14 00:40:48 +0300 |
---|---|---|
committer | GitHub | 2025-01-13 22:40:48 +0100 |
commit | 83795d138f86fbfd6acfa66b4aa8bb09a0e99fef (patch) | |
tree | 47dde705cc435c5e97fa1b0ebe3133f10a72b1fc | |
parent | 6ea1753656a7d968b9eeb15202eeab46b13626aa (diff) | |
download | IT.starlight-83795d138f86fbfd6acfa66b4aa8bb09a0e99fef.tar.gz IT.starlight-83795d138f86fbfd6acfa66b4aa8bb09a0e99fef.tar.bz2 IT.starlight-83795d138f86fbfd6acfa66b4aa8bb09a0e99fef.zip |
Added starlight-to-pdf tool to Plugins and Integrations page (#2800)
-rw-r--r-- | docs/src/content/docs/resources/plugins.mdx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/content/docs/resources/plugins.mdx b/docs/src/content/docs/resources/plugins.mdx index 5e2ba9e3..b460cfb9 100644 --- a/docs/src/content/docs/resources/plugins.mdx +++ b/docs/src/content/docs/resources/plugins.mdx @@ -184,4 +184,9 @@ These community tools and integrations can be used to add features to your Starl title="@hideoo/starlight-plugin" description="A generator to quickly scaffold Starlight plugins." /> + <LinkCard + href="https://github.com/Linkerin/starlight-to-pdf" + title="starlight-to-pdf" + description="A CLI tool to convert Starlight websites into PDF files." + /> </CardGrid> |