Skip to content

Commit 3b9b4fe

Browse files
Update typedoc deps
1 parent 18b8500 commit 3b9b4fe

File tree

3 files changed

+106
-170
lines changed

3 files changed

+106
-170
lines changed

docs-src/astro.config.mjs

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,18 @@ export default defineConfig({
1414
src: './src/assets/Shepherd-Lamb.svg'
1515
},
1616
favicon: '/favicon.ico',
17-
social: {
18-
github: 'https://github.com/shipshapecode/shepherd'
19-
},
17+
social: [
18+
{
19+
icon: 'github',
20+
label: 'GitHub',
21+
href: 'https://github.com/shipshapecode/shepherd'
22+
},
23+
{
24+
icon: 'discord',
25+
label: 'Discord',
26+
href: 'https://discord.gg/EGcDW5NSud'
27+
}
28+
],
2029
components: {
2130
// Override the default `Head` component.
2231
Head: './src/components/HeadWithPosthog.astro'

docs-src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.31.1",
14+
"@astrojs/starlight": "^0.37.6",
1515
"astro": "^5.17.2",
1616
"shepherd.js": "workspace:*",
17-
"starlight-typedoc": "^0.18.0"
17+
"starlight-typedoc": "^0.21.5"
1818
},
1919
"devDependencies": {
2020
"@astrojs/check": "^0.9.6",
2121
"@flydotio/dockerfile": "^0.7.10",
2222
"sharp": "^0.34.5",
23-
"typedoc": "^0.26.11",
24-
"typedoc-plugin-markdown": "4.2.9",
23+
"typedoc": "^0.28.17",
24+
"typedoc-plugin-markdown": "^4.10.0",
2525
"typescript": "^5.9.3"
2626
}
2727
}

0 commit comments

Comments
 (0)