From 4224813239cb502f146379f30aeca786f4ff5953 Mon Sep 17 00:00:00 2001 From: D-K-P <8297864+D-K-P@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:15:29 +0100 Subject: [PATCH] Added link to vercel --- docs/config/config-file.mdx | 5 +++-- docs/guides/examples/vercel-sync-env-vars.mdx | 5 +++-- docs/guides/frameworks/nextjs.mdx | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/config/config-file.mdx b/docs/config/config-file.mdx index 040f85c979..001d21bdb7 100644 --- a/docs/config/config-file.mdx +++ b/docs/config/config-file.mdx @@ -512,8 +512,9 @@ The `vercelSyncEnvVars` build extension syncs environment variables from your Ve You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find - / generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens. - Make sure the scope of the token covers the project you want to sync. + / generate the `VERCEL_ACCESS_TOKEN` in your Vercel + [dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers + the project you want to sync. ```ts diff --git a/docs/guides/examples/vercel-sync-env-vars.mdx b/docs/guides/examples/vercel-sync-env-vars.mdx index 9185461897..7815d1534d 100644 --- a/docs/guides/examples/vercel-sync-env-vars.mdx +++ b/docs/guides/examples/vercel-sync-env-vars.mdx @@ -19,8 +19,9 @@ This code syncs encrypted environment variables, filtering them based on the cur You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find - / generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens. - Make sure the scope of the token covers the project you want to sync. + / generate the `VERCEL_ACCESS_TOKEN` in your Vercel + [dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers + the project you want to sync. ```ts trigger.config.ts diff --git a/docs/guides/frameworks/nextjs.mdx b/docs/guides/frameworks/nextjs.mdx index 4c2abf6c56..40ed6b55c8 100644 --- a/docs/guides/frameworks/nextjs.mdx +++ b/docs/guides/frameworks/nextjs.mdx @@ -252,8 +252,9 @@ If you want to automatically sync environment variables from your Vercel project You need to set the `VERCEL_ACCESS_TOKEN` and `VERCEL_PROJECT_ID` environment variables, or pass in the token and project ID as arguments to the `vercelSyncEnvVars` build extension. You can find - / generate the `VERCEL_ACCESS_TOKEN` in your Vercel dashboard under account settings / tokens. - Make sure the scope of the token covers the project you want to sync. + / generate the `VERCEL_ACCESS_TOKEN` in your Vercel + [dashboard](https://vercel.com/account/settings/tokens). Make sure the scope of the token covers + the project you want to sync. ```ts trigger.config.ts