0
Fork 0
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:
Darcy Ye 2022-07-18 19:51:17 +08:00 committed by GitHub
parent 816ce9f903
commit b04be8ada5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',