Skip to content

Commit

Permalink
Merge pull request #16 from trueberryless-org/add-version
Browse files Browse the repository at this point in the history
Add Starlight Plugin Show Latest Version
  • Loading branch information
trueberryless authored Dec 23, 2024
2 parents b19809c + abf3097 commit 04103dd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-donuts-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@trueberryless-org/starlight-plugins-docs-components-docs": patch
---

Add Starlight Plugin Show Latest Version
4 changes: 4 additions & 0 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import starlight from "@astrojs/starlight";
import { defineConfig } from "astro/config";
import starlightLinksValidator from "starlight-links-validator";
import starlightPluginsDocsComponents from "@trueberryless-org/starlight-plugins-docs-components";
import starlightPluginShowLatestVersion from "starlight-plugin-show-latest-version";

export default defineConfig({
integrations: [
Expand Down Expand Up @@ -42,6 +43,9 @@ export default defineConfig({
],
},
}),
starlightPluginShowLatestVersion({
repo: "trueberryless-org/starlight-plugins-docs-components",
}),
],
expressiveCode: {
defaultProps: {
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"@trueberryless-org/starlight-plugins-docs-components": "workspace:*",
"astro": "^5.1.1",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.13.0"
"starlight-links-validator": "^0.13.0",
"starlight-plugin-show-latest-version": "^0.2.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04103dd

Please sign in to comment.