File tree Expand file tree Collapse file tree 3 files changed +106
-170
lines changed
Expand file tree Collapse file tree 3 files changed +106
-170
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments