@@ -16,25 +16,22 @@ export default defineConfig({
1616 starlight ( {
1717 title : "Linwood Setonix" ,
1818 customCss : [ "./src/styles/custom.css" ] ,
19- social : {
20- github : "https://github.com/withastro/starlight" ,
21- } ,
22- social : {
23- mastodon : "https://floss.social/@linwood" ,
24- matrix : "https://linwood.dev/matrix" ,
25- discord : "https://linwood.dev/discord" ,
26- github : "https://github.com/LinwoodDev/Setonix" ,
27- } ,
28- logo : {
29- src : "./public/img/logo.svg" ,
30- } ,
31- favicon : "./img/docs.svg" ,
19+ social : [
20+ { icon : "mastodon" , label : "Mastodon" , href : "https://floss.social/@linwood" } ,
21+ { icon : "matrix" , label : "Matrix" , href : "https://linwood.dev/matrix" } ,
22+ { icon : "discord" , label : "Discord" , href : "https://linwood.dev/discord" } ,
23+ { icon : "blueSky" , label : "Bluesky" , href : "https://bsky.app/profile/linwood.dev" } ,
24+ { icon : "github" , label : "GitHub" , href : "https://github.com/LinwoodDev/Butterfly" } ,
25+ ] ,
3226 components : {
33- SocialIcons : "./src/components/CustomSocialIcons.astro" ,
3427 Head : "./src/components/Head.astro" ,
3528 Footer : "./src/components/Footer.astro" ,
3629 ContentPanel : "./src/components/ContentPanel.astro" ,
3730 } ,
31+ logo : {
32+ src : "./public/img/logo.svg" ,
33+ } ,
34+ favicon : "./img/docs.svg" ,
3835 sidebar : [
3936 {
4037 label : "Guides" ,
0 commit comments