feat: add Generated badge to API docs

This commit is contained in:
DuroCodes
2024-05-11 15:18:40 -04:00
parent 93772f5b84
commit f044bf3819
3 changed files with 5 additions and 2 deletions

View File

@@ -35,7 +35,10 @@ export default defineConfig({
{
label: 'v3',
items: [
typeDocSidebarGroup,
{
...typeDocSidebarGroup,
badge: { text: 'Generated' },
},
{
label: 'CLI',
autogenerate: { directory: 'v3/cli' },

BIN
bun.lockb

Binary file not shown.

View File

@@ -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"