@@ -658,31 +658,33 @@ variables:
658658 {
659659 icon : 'fab fa-github' ,
660660 title : 'GitHub Repository' ,
661- description : 'Contribute to STRUCT, report issues, and collaborate with the community' ,
661+ description :
662+ 'Contribute to STRUCT, report issues, and collaborate with the community' ,
662663 action : 'View on GitHub' ,
663- link : 'https://github.com/httpdss/struct'
664+ link : 'https://github.com/httpdss/struct' ,
664665 } ,
665666 {
666667 icon : 'fas fa-comments' ,
667668 title : 'Discussions' ,
668- description : 'Ask questions, share ideas, and get help from other STRUCT users' ,
669+ description :
670+ 'Ask questions, share ideas, and get help from other STRUCT users' ,
669671 action : 'Join Discussion' ,
670- link : 'https://github.com/httpdss/struct/discussions'
672+ link : 'https://github.com/httpdss/struct/discussions' ,
671673 } ,
672674 {
673675 icon : 'fas fa-book' ,
674676 title : 'Documentation' ,
675677 description : 'Comprehensive guides, tutorials, and API documentation' ,
676678 action : 'Read Docs' ,
677- link : '/ docs'
679+ link : 'https://github.com/httpdss/struct/blob/main/ docs/index.md' ,
678680 } ,
679681 {
680682 icon : 'fas fa-heart' ,
681683 title : 'Support Project' ,
682684 description : 'Help keep STRUCT development active and growing' ,
683685 action : 'Support Us' ,
684- link : 'https://patreon.com/structproject'
685- }
686+ link : 'https://patreon.com/structproject' ,
687+ } ,
686688 ] ;
687689
688690 const communityGrid = document . querySelector ( '#community .community-grid' ) ;
0 commit comments