Skip to content

Commit

Permalink
Merge pull request #797 from trheyi/main
Browse files Browse the repository at this point in the history
Add community link to welcome message and adjust documentation spacing
  • Loading branch information
trheyi authored Nov 29, 2024
2 parents 675a0c4 + 8388b78 commit ce5de70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 Yao Community:"), color.CyanString("https://yaoapps.com/community"))
fmt.Println(color.WhiteString("💬 Build App via Chat:"), color.CyanString("https://moapi.ai"))
fmt.Println("")
}
Expand Down

0 comments on commit ce5de70

Please sign in to comment.