Add community link to welcome message and adjust documentation spacing
This commit is contained in:
parent
c6cdf1115a
commit
d9475988ff
1 changed files with 2 additions and 1 deletions
|
|
@ -276,7 +276,8 @@ func printWelcome() {
|
|||
fmt.Println(color.CyanString("\n---------------------------------"))
|
||||
fmt.Println(color.CyanString(L("🎉 Welcome to Yao 🎉 ")))
|
||||
fmt.Println(color.CyanString("---------------------------------"))
|
||||
fmt.Println(color.WhiteString("📚 Documentation:"), color.CyanString("https://yaoapps.com/docs"))
|
||||
fmt.Println(color.WhiteString("📚 Documentation: "), color.CyanString("https://yaoapps.com/docs"))
|
||||
fmt.Println(color.WhiteString("🏡 Join the Community:"), color.CyanString("https://yaoapps.com/community"))
|
||||
fmt.Println(color.WhiteString("💬 Build App via Chat:"), color.CyanString("https://moapi.ai"))
|
||||
fmt.Println("")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue