From 102aedcac1aff8b63f29b8591b345d6dff2ecbcf Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 16 Aug 2023 18:02:15 +0200 Subject: [PATCH] fix: copy --- src/lib/stores/marketplace.ts | 69 ++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/src/lib/stores/marketplace.ts b/src/lib/stores/marketplace.ts index ed4f07950..8d6d32993 100644 --- a/src/lib/stores/marketplace.ts +++ b/src/lib/stores/marketplace.ts @@ -3,7 +3,8 @@ export const marketplace = [ icon: 'icon-lightning-bolt', id: 'starter', name: 'Starter function', - tagline: 'A simple function to get started. Edit this function to explore endless possibilities with Appwrite Functions. 🚀', + tagline: + 'A simple function to get started. Edit this function to explore endless possibilities with Appwrite Functions. 🚀', permissions: ['any'], events: [], cron: '', @@ -49,7 +50,7 @@ export const marketplace = [ variables: [ { name: 'APPWRITE_API_KEY', - description: `The API Key to talk to Appwrite backend APIs. Learn More`, + description: `The API Key to talk to Appwrite backend APIs. Learn more`, value: '', placeholder: 'd1efb...aec35', required: false @@ -122,7 +123,7 @@ export const marketplace = [ variables: [ { name: 'PERSPECTIVE_API_KEY', - description: `Google Perspective API key. It authenticates your function, allowing it to interact with the API. Learn More`, + description: `Google Perspective API key. It authenticates your function, allowing it to interact with the API. Learn more`, value: '', placeholder: 'AIzaS...fk-fuM', required: true @@ -156,7 +157,7 @@ export const marketplace = [ variables: [ { name: 'PANGEA_REDACT_TOKEN', - description: `Access token for the Pangea Redact API. Learn More`, + description: `Access token for the Pangea Redact API. Learn more`, value: '', placeholder: 'pts_7p4...5wl4', required: true @@ -214,7 +215,7 @@ export const marketplace = [ variables: [ { name: 'DISCORD_PUBLIC_KEY', - description: `Discord Public Key to verify request signature. Learn More`, + description: `Discord Public Key to verify request signature. Learn more`, value: '', placeholder: 'd1efb...aec35', required: true @@ -248,14 +249,14 @@ export const marketplace = [ variables: [ { name: 'GITHUB_TOKEN', - description: `A personal access token from GitHub with the necessary permissions to post comments on issues. Learn More`, + description: `A personal access token from GitHub with the necessary permissions to post comments on issues. Learn more`, value: '', placeholder: 'ghp_1...', required: true }, { name: 'GITHUB_WEBHOOK_SECRET', - description: `The secret used to verify that the webhook request comes from GitHub. Learn More`, + description: `The secret used to verify that the webhook request comes from GitHub. Learn more`, value: '', placeholder: 'd1efb...aec35', required: true @@ -288,28 +289,28 @@ export const marketplace = [ variables: [ { name: 'APPWRITE_API_KEY', - description: `The API Key to talk to Appwrite backend APIs. Learn More`, + description: `The API Key to talk to Appwrite backend APIs. Learn more`, value: '', placeholder: 'd1efb...aec35', required: true }, { name: 'APPWRITE_ENDPOINT', - description: `The URL endpoint of the Appwrite server. Learn More`, + description: `The URL endpoint of the Appwrite server. Learn more`, value: 'https://cloud.appwrite.io/v1', placeholder: 'https://cloud.appwrite.io/v1', required: false }, { name: 'APPWRITE_DATABASE_ID', - description: `The ID of the database to store the short URLs. Learn More`, + description: `The ID of the database to store the short URLs. Learn more`, value: 'urlShortener', placeholder: 'urlShortener', required: false }, { name: 'APPWRITE_COLLECTION_ID', - description: `The ID of the collection to store the short URLs. Learn More`, + description: `The ID of the collection to store the short URLs. Learn more`, value: 'urls', placeholder: 'urls', required: false @@ -342,44 +343,44 @@ export const marketplace = [ variables: [ { name: 'APPWRITE_API_KEY', - description: `The API Key to talk to Appwrite backend APIs. Learn More`, + description: `The API Key to talk to Appwrite backend APIs. Learn more`, value: '', placeholder: 'd1efb...aec35', required: true }, { name: 'APPWRITE_DATABASE_ID', - description: `The ID of the Appwrite database that contains the collection to sync. Learn More`, + description: `The ID of the Appwrite database that contains the collection to sync. Learn more`, placeholder: '64a55...7b912', required: true }, { name: 'APPWRITE_COLLECTION_ID', - description: `The ID of the collection in the Appwrite database to sync. Learn More`, + description: `The ID of the collection in the Appwrite database to sync. Learn more`, placeholder: '7c3e8...2a9f1', required: true }, { name: 'ALGOLIA_ADMIN_API_KEY', - description: `The admin API Key for your Algolia service. Learn More`, + description: `The admin API Key for your Algolia service. Learn more`, placeholder: 'fd0aa...136a8', required: true }, { name: 'ALGOLIA_INDEX_ID', - description: `The ID of the index in Algolia where the documents are to be synced. Learn More`, + description: `The ID of the index in Algolia where the documents are to be synced. Learn more`, placeholder: 'appwrite_index', required: true }, { name: 'ALGOLIA_SEARCH_API_KEY', - description: `The search API Key for your Algolia service. This key is used for searching the synced index. Learn More`, + description: `The search API Key for your Algolia service. This key is used for searching the synced index. Learn more`, placeholder: 'bf2f5...df733', required: true }, { name: 'APPWRITE_ENDPOINT', - description: `The URL endpoint of the Appwrite server. Learn More`, + description: `The URL endpoint of the Appwrite server. Learn more`, value: 'https://cloud.appwrite.io/v1', placeholder: 'https://cloud.appwrite.io/v1', required: false @@ -412,50 +413,50 @@ export const marketplace = [ variables: [ { name: 'APPWRITE_API_KEY', - description: `The API Key to talk to Appwrite backend APIs. Learn More`, + description: `The API Key to talk to Appwrite backend APIs. Learn more`, value: '', placeholder: 'd1efb...aec35', required: true }, { name: 'APPWRITE_DATABASE_ID', - description: `The ID of the Appwrite database that contains the collection to sync. Learn More`, + description: `The ID of the Appwrite database that contains the collection to sync. Learn more`, placeholder: '64a55...7b912', required: true }, { name: 'APPWRITE_COLLECTION_ID', - description: `The ID of the collection in the Appwrite database to sync. Learn More`, + description: `The ID of the collection in the Appwrite database to sync. Learn more`, placeholder: '7c3e8...2a9f1', required: true }, { name: 'MEILISEARCH_ENDPOINT', - description: `The host URL of the Meilisearch server. Learn More`, + description: `The host URL of the Meilisearch server. Learn more`, placeholder: 'http://127.0.0.1:7700', required: true }, { name: 'MEILISEARCH_ADMIN_API_KEY', - description: `The admin API key for Meilisearch. Learn More`, + description: `The admin API key for Meilisearch. Learn more`, placeholder: 'masterKey1234', required: true }, { name: 'MEILISEARCH_SEARCH_API_KEY', - description: `API Key for Meilisearch search operations. Learn More`, + description: `API Key for Meilisearch search operations. Learn more`, placeholder: 'searchKey1234', required: true }, { name: 'MEILISEARCH_INDEX_NAME', - description: `Name of the Meilisearch index to which the documents will be synchronized. Learn More`, + description: `Name of the Meilisearch index to which the documents will be synchronized. Learn more`, placeholder: 'appwrite_index', required: true }, { name: 'APPWRITE_ENDPOINT', - description: `The URL endpoint of the Appwrite server. Learn More`, + description: `The URL endpoint of the Appwrite server. Learn more`, value: 'https://cloud.appwrite.io/v1', placeholder: 'https://cloud.appwrite.io/v1', required: false @@ -488,26 +489,26 @@ export const marketplace = [ variables: [ { name: 'VONAGE_API_KEY', - description: `API Key to use the Vonage API. Learn More`, + description: `API Key to use the Vonage API. Learn more`, value: '', placeholder: '62...97', required: true }, { name: 'VONAGE_API_SECRET', - description: `Secret to use the Vonage API. Learn More`, + description: `Secret to use the Vonage API. Learn more`, placeholder: 'Zjc...5PH', required: true }, { name: 'VONAGE_API_SIGNATURE_SECRET', - description: `Secret to verify the JWT token sent by Vonage. Learn More`, + description: `Secret to verify the JWT token sent by Vonage. Learn more`, placeholder: 'NXOi3...IBHDa', required: true }, { name: 'VONAGE_WHATSAPP_NUMBER', - description: `Vonage WhatsApp number to send messages from. Learn More`, + description: `Vonage WhatsApp number to send messages from. Learn more`, placeholder: '+14000000102', required: true } @@ -539,26 +540,26 @@ export const marketplace = [ variables: [ { name: 'FCM_PROJECT_ID', - description: `A unique identifier for your FCM project. Learn More`, + description: `A unique identifier for your FCM project. Learn more`, value: '', placeholder: 'mywebapp-f6e57', required: true }, { name: 'FCM_CLIENT_EMAIL', - description: `Your FCM service account email. Learn More`, + description: `Your FCM service account email. Learn more`, placeholder: 'fcm-adminsdk-2f0de@test-f7q57.iam.gserviceaccount.com', required: true }, { name: 'FCM_PRIVATE_KEY', - description: `A unique private key used to authenticate with FCM. Learn More`, + description: `A unique private key used to authenticate with FCM. Learn more`, placeholder: '0b683...75675', required: true }, { name: 'FCM_DATABASE_URL', - description: `URL of your FCM database. Learn More`, + description: `URL of your FCM database. Learn more`, placeholder: 'https://my-app-f298e.firebaseio.com', required: true }