diff --git a/content/docs/introduction/_table.md b/content/docs/introduction/_table.md index f266bc7..f7c8b31 100644 --- a/content/docs/introduction/_table.md +++ b/content/docs/introduction/_table.md @@ -1,12 +1,12 @@ ||| |-|-|-| -[AWS](/docs/tutorials/aws)|[Airbrake](/docs/tutorials/airbrake)|[Atlassian](/docs/tutorials/atlassian)| +[Airbrake](/docs/tutorials/airbrake)|[Atlassian](/docs/tutorials/atlassian)|[AWS](/docs/tutorials/aws)| [Azure DevOps](/docs/tutorials/azuredevops)|[Azure Function](/docs/tutorials/azurefunctionkey)|[Azure Search Admin](/docs/tutorials/azuresearchadmin)| [Azure Search Query](/docs/tutorials/azuresearchquery)|[Azure Storage](/docs/tutorials/azure)|[GCP](/docs/tutorials/gcp)| -[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|[Mailchimp](/docs/tutorials/mailchimp)| -[MaxMind](/docs/tutorials/maxmind)|[Microsoft Teams](/docs/tutorials/microsoftteams)|[MongoDB](/docs/tutorials/mongo)| -[NPM](/docs/tutorials/npm)|[Netlify](/docs/tutorials/netlify)|[OpenAI](/docs/tutorials/openai)| -[Sendbird](/docs/tutorials/sendbird)|[Sendgrid](/docs/tutorials/sendgrid)|[Slack Webhook](/docs/tutorials/slack-webhook)| -[Slack](/docs/tutorials/slack)|[Sourcegraph](/docs/tutorials/sourcegraph)|[Square](/docs/tutorials/square)| -[Stripe](/docs/tutorials/stripe)|[Sumo Logic](/docs/tutorials/sumologic)|[Tailscale](/docs/tutorials/tailscale)| -[Twilio](/docs/tutorials/twilio)| +[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|[Groq](/docs/tutorials/groq)| +[Mailchimp](/docs/tutorials/mailchimp)|[MaxMind](/docs/tutorials/maxmind)|[Microsoft Teams](/docs/tutorials/microsoftteams)| +[MongoDB](/docs/tutorials/mongo)|[Netlify](/docs/tutorials/netlify)|[NPM](/docs/tutorials/npm)| +[OpenAI](/docs/tutorials/openai)|[Sendbird](/docs/tutorials/sendbird)|[Sendgrid](/docs/tutorials/sendgrid)| +[Slack](/docs/tutorials/slack)|[Slack Webhook](/docs/tutorials/slack-webhook)|[Sourcegraph](/docs/tutorials/sourcegraph)| +[Square](/docs/tutorials/square)|[Stripe](/docs/tutorials/stripe)|[Sumo Logic](/docs/tutorials/sumologic)| +[Tailscale](/docs/tutorials/tailscale)|[Twilio](/docs/tutorials/twilio)| diff --git a/content/docs/tutorials/groq.md b/content/docs/tutorials/groq.md new file mode 100644 index 0000000..81d08e4 --- /dev/null +++ b/content/docs/tutorials/groq.md @@ -0,0 +1,49 @@ +--- +title: Groq +--- + +*This tutorial provides step-by-step instructions on how to rotate a Groq API key.* + +--- + +## Generate a new Groq API key + +### Step 1 - Navigate to the API key page + +The API key page is located at https://console.groq.com/keys. +![](/images/groq/1.png) + +### Step 2 - Generate a new API key +#### 2a. Click on the `Create API Key` button underneath any existing API keys +#### 2b. Create a descriptive name for your key. +![](/images/groq/2.png) +#### 2c. Copy the key and store it in a password manager or secure vault. +![](/images/groq/3.png) + +--- + +## Revoking a Groq API key + +### Step 1 - Navigate to the API key page + +The API key page is located at https://console.groq.com/keys. +![](/images/groq/1.png) + +### Step 2 - Revoke the Groq API key + +#### 2a. Identify the key to be revoked + +Identify the API key to be revoked and click the trash can icon associated with +it. +![](/images/groq/4.png) + +#### 2b. Confirm the revocation + +Within the `Revoke API Key` modal, ensure the correct key is selected and +click the `Revoke Key` button. +![](/images/groq/5.png) + +--- + +## Resources +- [Groq's Docs](https://console.groq.com/docs/api-keys) diff --git a/themes/compose/static/images/groq/1.png b/themes/compose/static/images/groq/1.png new file mode 100644 index 0000000..4c14313 Binary files /dev/null and b/themes/compose/static/images/groq/1.png differ diff --git a/themes/compose/static/images/groq/2.png b/themes/compose/static/images/groq/2.png new file mode 100644 index 0000000..4fe1dcc Binary files /dev/null and b/themes/compose/static/images/groq/2.png differ diff --git a/themes/compose/static/images/groq/3.png b/themes/compose/static/images/groq/3.png new file mode 100644 index 0000000..6ae094d Binary files /dev/null and b/themes/compose/static/images/groq/3.png differ diff --git a/themes/compose/static/images/groq/4.png b/themes/compose/static/images/groq/4.png new file mode 100644 index 0000000..da18ffb Binary files /dev/null and b/themes/compose/static/images/groq/4.png differ diff --git a/themes/compose/static/images/groq/5.png b/themes/compose/static/images/groq/5.png new file mode 100644 index 0000000..e37aca9 Binary files /dev/null and b/themes/compose/static/images/groq/5.png differ