mirror of
https://github.com/logto-io/logto.git
synced 2025-03-17 22:31:28 -05:00
chore(connector): update connector description (#1591)
This commit is contained in:
parent
816ce9f903
commit
b04be8ada5
6 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ export const defaultMetadata: ConnectorMetadata = {
|
|||
logo: './logo.svg',
|
||||
logoDark: null,
|
||||
description: {
|
||||
en: "Aliyun provides cloud computing services to online businesses and Alibaba's e-commerce ecosystem.",
|
||||
en: 'Aliyun provides cloud computing services to online businesses.',
|
||||
'zh-CN': '阿里云是全球性的云服务提供商。',
|
||||
},
|
||||
readme: './README.md',
|
||||
|
|
|
@ -37,7 +37,7 @@ export const defaultMetadata: ConnectorMetadata = {
|
|||
logo: './logo.svg',
|
||||
logoDark: null,
|
||||
description: {
|
||||
en: "Aliyun provides cloud computing services to online businesses and Alibaba's e-commerce ecosystem.",
|
||||
en: 'Aliyun provides cloud computing services to online businesses.',
|
||||
'zh-CN': '阿里云是全球性的云服务提供商。',
|
||||
},
|
||||
readme: './README.md',
|
||||
|
|
|
@ -17,7 +17,7 @@ export const defaultMetadata: ConnectorMetadata = {
|
|||
logo: './logo.svg',
|
||||
logoDark: './logo-dark.svg',
|
||||
description: {
|
||||
en: 'GitHub is a provider of Internet hosting for software development and version control using Git.',
|
||||
en: 'GitHub is an online community for software development and version control.',
|
||||
'zh-CN': 'GitHub 是全球最大的代码托管仓库。',
|
||||
},
|
||||
readme: './README.md',
|
||||
|
|
|
@ -14,7 +14,7 @@ export const defaultMetadata: ConnectorMetadata = {
|
|||
logo: './logo.svg',
|
||||
logoDark: null,
|
||||
description: {
|
||||
en: 'SendGrid is a customer communication platform for transactional and marketing email.',
|
||||
en: 'SendGrid is a communication platform for transactional and marketing email.',
|
||||
'zh-CN': 'SendGrid 是一个面向消费者的邮件通讯平台。',
|
||||
},
|
||||
readme: './README.md',
|
||||
|
|
|
@ -12,8 +12,8 @@ export const defaultMetadata: ConnectorMetadata = {
|
|||
logo: './logo.svg',
|
||||
logoDark: null,
|
||||
description: {
|
||||
en: 'The Simple Mail Transfer Protocol is an internet standard communication protocol for electronic mail transmission.',
|
||||
'zh-CN': 'SMTP 是简单邮件通讯协议的缩写,可以对接几乎所有邮件服务提供商。',
|
||||
en: 'The SMTP is an internet standard communication protocol for electronic mail transmission.',
|
||||
'zh-CN': 'SMTP 是简单邮件通讯协议的缩写,可对接所有邮件服务提供商。',
|
||||
},
|
||||
readme: './README.md',
|
||||
configTemplate: './docs/config-template.json',
|
||||
|
|
|
@ -14,7 +14,7 @@ export const defaultMetadata: ConnectorMetadata = {
|
|||
logo: './logo.svg',
|
||||
logoDark: null,
|
||||
description: {
|
||||
en: 'Twilio provides programmable communication tools for phone calls and text messages using its web service APIs.',
|
||||
en: 'Twilio provides programmable communication tools for phone calls and messages.',
|
||||
'zh-CN': 'Twilio 是一个提供面向消费者的可编程通讯服务的平台。',
|
||||
},
|
||||
readme: './README.md',
|
||||
|
|
Loading…
Add table
Reference in a new issue