@@ -21,7 +21,7 @@ export default defineConfig({
2121 {
2222 name : 'description' ,
2323 content :
24- 'Open-source multi-platform bot development project, which works on Twitch and Discord .'
24+ 'A multi-platform Twitch, Kick, and Discord bot for content creators to manage their communities .'
2525 }
2626 ] ,
2727 [ 'meta' , { name : 'theme-color' , content : '#20AB8C' } ] ,
@@ -39,7 +39,7 @@ export default defineConfig({
3939 {
4040 name : 'og:description' ,
4141 content :
42- 'Open-source multi-platform bot development project, which works on Twitch and Discord .'
42+ 'A multi-platform Twitch, Kick, and Discord bot for content creators to manage their communities .'
4343 }
4444 ] ,
4545 [ 'meta' , { name : 'twitter:site' , content : '@senchabot' } ] ,
@@ -48,7 +48,8 @@ export default defineConfig({
4848 'meta' ,
4949 {
5050 name : 'twitter:description' ,
51- content : 'Open-source Discord and Twitch bot'
51+ content :
52+ 'A multi-platform Twitch, Kick, and Discord bot for content creators to manage their communities.'
5253 }
5354 ] ,
5455 [
@@ -83,24 +84,27 @@ export default defineConfig({
8384 i18nRouting : true ,
8485
8586 socialLinks : [
86- { icon : 'github' , link : 'https://github.com/senchabot-opensource/' } ,
8787 { icon : 'discord' , link : 'https://discord.com/invite/qUxwcjRzND' } ,
8888 {
89- icon : 'linkedin' ,
90- link : 'https://www.linkedin.com/company/senchabot'
89+ icon : 'youtube' ,
90+ link : 'https://www.youtube.com/@Senchabot'
91+ } ,
92+ {
93+ icon : 'twitter' ,
94+ link : 'https://twitter.com/senchabot'
9195 }
9296 ] , // available icons https://vitepress.dev/reference/default-theme-config#sociallinks
9397
9498 nav : [
9599 {
96100 text : 'Developers' ,
97- link : 'https://github.com/senchabot-opensource/monorepo '
101+ link : 'https://github.com/senchabot-opensource'
98102 }
99103 ] ,
100104 // Footer
101105 footer : {
102106 message : `<span>Released under the <a href="https://github.com/senchabot-opensource/monorepo/blob/dev/LICENSE">GPL-3.0 License</a></span>` ,
103- copyright : `<span>Copyright © ${ new Date ( ) . getFullYear ( ) } <a href="https://github .com/senchabot-opensource ">Senchabot</a></span><span><a href="https://senchabot.com/terms-of-service" target="_blank" rel="noopener">Terms of Service</a> • <a href="https://senchabot.com/privacy-policy" target="_blank" rel="noopener">Privacy Policy</a></span>`
107+ copyright : `<span>Copyright © ${ new Date ( ) . getFullYear ( ) } <a href="https://senchabot .com">Senchabot</a></span><span><a href="https://senchabot.com/terms-of-service" target="_blank" rel="noopener">Terms of Service</a> • <a href="https://senchabot.com/privacy-policy" target="_blank" rel="noopener">Privacy Policy</a></span>`
104108 } ,
105109 search : {
106110 provider : 'local' ,
@@ -152,7 +156,7 @@ export default defineConfig({
152156 // },
153157 // Twitch - EN
154158 {
155- text : 'Twitch' ,
159+ text : 'Twitch Bot ' ,
156160 collapsed : false ,
157161 items : [
158162 {
@@ -203,7 +207,7 @@ export default defineConfig({
203207 } ,
204208 // Discord - EN
205209 {
206- text : 'Discord' ,
210+ text : 'Discord Bot ' ,
207211 collapsed : false ,
208212 items : [
209213 {
@@ -244,7 +248,7 @@ export default defineConfig({
244248 ]
245249 } ,
246250 {
247- text : 'Kick' ,
251+ text : 'Kick Bot ' ,
248252 collapsed : false ,
249253 items : [
250254 {
@@ -308,7 +312,7 @@ export default defineConfig({
308312 // },
309313 // Twitch - TR
310314 {
311- text : 'Twitch' ,
315+ text : 'Twitch Bot ' ,
312316 collapsed : false ,
313317 items : [
314318 {
@@ -359,7 +363,7 @@ export default defineConfig({
359363 } ,
360364 // Discord - TR
361365 {
362- text : 'Discord' ,
366+ text : 'Discord Bot ' ,
363367 collapsed : false ,
364368 items : [
365369 {
@@ -400,7 +404,7 @@ export default defineConfig({
400404 ]
401405 } ,
402406 {
403- text : 'Kick' ,
407+ text : 'Kick Bot ' ,
404408 collapsed : false ,
405409 items : [
406410 {
0 commit comments