diff --git a/astro.config.mjs b/astro.config.mjs index cdc57c042..1c2c9fa15 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -35,7 +35,10 @@ export default defineConfig({ { label: 'v3', items: [ - typeDocSidebarGroup, + { + ...typeDocSidebarGroup, + badge: { text: 'Generated' }, + }, { label: 'CLI', autogenerate: { directory: 'v3/cli' }, diff --git a/bun.lockb b/bun.lockb index 030944d3a..c4d2c48b0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b301b53b8..79ee1bf5f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "astro": "^4.3.5", "sharp": "^0.32.5", "starlight-blog": "^0.7.1", - "starlight-typedoc": "^0.12.0", + "starlight-typedoc": "^0.12.1", "typedoc": "^0.25.13", "typedoc-plugin-markdown": "next", "typescript": "^5.4.5"