mirror of
https://github.com/sern-handler/website
synced 2026-06-26 09:42:24 +00:00
feat: add Generated badge to API docs
This commit is contained in:
@@ -35,7 +35,10 @@ export default defineConfig({
|
||||
{
|
||||
label: 'v3',
|
||||
items: [
|
||||
typeDocSidebarGroup,
|
||||
{
|
||||
...typeDocSidebarGroup,
|
||||
badge: { text: 'Generated' },
|
||||
},
|
||||
{
|
||||
label: 'CLI',
|
||||
autogenerate: { directory: 'v3/cli' },
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user