From 869dad080847ee90ff7269d3184b5ce9229385a6 Mon Sep 17 00:00:00 2001 From: Mark Hulbert <39801222+m-hulbert@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:51:27 +0200 Subject: [PATCH] Remove tutorial partials from main --- .../_step-1-setup-free-account.textile | 11 --------- .../_create-reactor-rule-event.textile | 17 -------------- .../tutorials/_setup-free-account.textile | 11 --------- .../_step-1-create-app-and-api-key.textile | 23 ------------------- 4 files changed, 62 deletions(-) delete mode 100644 content/partials/shared/tutorials/_step-1-setup-free-account.textile delete mode 100644 content/partials/tutorials/_create-reactor-rule-event.textile delete mode 100644 content/partials/tutorials/_setup-free-account.textile delete mode 100644 content/partials/tutorials/_step-1-create-app-and-api-key.textile diff --git a/content/partials/shared/tutorials/_step-1-setup-free-account.textile b/content/partials/shared/tutorials/_step-1-setup-free-account.textile deleted file mode 100644 index 3abf255c6b..0000000000 --- a/content/partials/shared/tutorials/_step-1-setup-free-account.textile +++ /dev/null @@ -1,11 +0,0 @@ -h2(#setup-ably-account). Step 1 - Set up a free account with Ably - -In order to run these tutorials locally, you will need an "Ably API key":https://faqs.ably.com/setting-up-and-managing-api-keys. If you are not already signed up, you should "sign up now for a free Ably account":https://ably.com/signup. Once you have an Ably account: - -# "Log into your app dashboard":https://ably.com/dashboard -# Under "Your apps", click on "Manage app" for any app you wish to use for this tutorial, or create a new one with the "Create New App" button -# Click on the "API Keys" tab -# Copy the secret "API Key" value from your Root key and store it so that you can use it later in this tutorial - - Copy API Key screenshot - diff --git a/content/partials/tutorials/_create-reactor-rule-event.textile b/content/partials/tutorials/_create-reactor-rule-event.textile deleted file mode 100644 index 6eb1bd3111..0000000000 --- a/content/partials/tutorials/_create-reactor-rule-event.textile +++ /dev/null @@ -1,17 +0,0 @@ -h2. Creating an Integration Rule for a Webhook - -"Integrations":/general/integrations are scalable services to trigger events and stream data from Ably's pub/sub channels. Creating an integration rule will allow your serverless functions or your own servers to be invoked following any events on Ably. - -# "Log into your app dashboard":https://ably.com/dashboard -# Go to your Ably Dashboard -# Choose the "Integrations" tab -# Click "New Integration Rule" button -# Click the "Choose" button under "rule" type - - - Click on the 'New Integration Rule' button - - - - Click on the 'Choose' button under 'Event' type - diff --git a/content/partials/tutorials/_setup-free-account.textile b/content/partials/tutorials/_setup-free-account.textile deleted file mode 100644 index 82e33f1aa1..0000000000 --- a/content/partials/tutorials/_setup-free-account.textile +++ /dev/null @@ -1,11 +0,0 @@ -h2(#setup-ably-account). Set up a free account with Ably - -In order to run these tutorials locally, you will need an "Ably API key":https://faqs.ably.com/setting-up-and-managing-api-keys. If you are not already signed up, you should "sign up now for a free Ably account":https://ably.com/signup. Once you have an Ably account: - -# "Log into your app dashboard":https://ably.com/dashboard -# Under "Your apps", click on "Manage app" for any app you wish to use for this tutorial, or create a new one with the "Create New App" button -# Click on the "API Keys" tab -# Copy the secret "API Key" value from your Root key and store it so that you can use it later in this tutorial - - Copy API Key screenshot - diff --git a/content/partials/tutorials/_step-1-create-app-and-api-key.textile b/content/partials/tutorials/_step-1-create-app-and-api-key.textile deleted file mode 100644 index 2fa5ef05c1..0000000000 --- a/content/partials/tutorials/_step-1-create-app-and-api-key.textile +++ /dev/null @@ -1,23 +0,0 @@ -h2(#setup-ably-account). Step 1 - Create your Ably app and API key - -To follow this tutorial, you will need an Ably account. "Sign up for a free account":https://ably.com/signup if you don't already have one. - -Access to the "Ably global messaging platform":https://ably.com/platform requires an "API key":/glossary#api-key for authentication. API keys exist within the context of an "Ably application":/glossary#apps and each application can have multiple API keys so that you can assign different "capabilities":/glossary#capability and manage access to "channels":/glossary#channels and "queues":/glossary#queues. - -You can either create a new application for this tutorial, or use an existing one. - -To *create a new application* and generate an API key: - -# "Log in to your Ably account dashboard":https://ably.com/login -# Click the "Create New App" button -# Give it a name and click "Create app" -# Copy your private API key and store it somewhere. You will need it for this tutorial. - -To *use an existing application* and API key: - -# Select an application from "Your apps" in the dashboard -# In the API keys tab, choose an API key to use for this tutorial. The default "Root" API key has full access to capabilities and channels. -# Copy the Root API key and store it somewhere. You will need it for this tutorial. - - Copy API Key screenshot - \ No newline at end of file