From 4e2995d1df518906b92b6a508945d462e453c649 Mon Sep 17 00:00:00 2001 From: Benita Volkmann Date: Mon, 1 Dec 2025 14:37:26 +0200 Subject: [PATCH 1/2] Fix access token link --- usage/tools/cli.mdx | 2 +- usage/tools/powersync-dashboard.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usage/tools/cli.mdx b/usage/tools/cli.mdx index 1e300cd3..3bf1050a 100644 --- a/usage/tools/cli.mdx +++ b/usage/tools/cli.mdx @@ -29,7 +29,7 @@ npx powersync init ? Enter your API token: [hidden] ``` -You need to provide an access (API) token to initialize the CLI. These can be created in your [Account Settings](https://dashboard.powersync.com/profile/access-tokens) in the PowerSync Dashboard. +You need to provide an access (API) token to initialize the CLI. These can be created in your [Account Settings](https://dashboard.powersync.com/account/access-tokens) in the PowerSync Dashboard. Here you can also revoke access by deleting the token. diff --git a/usage/tools/powersync-dashboard.mdx b/usage/tools/powersync-dashboard.mdx index a29737c3..48f0f688 100644 --- a/usage/tools/powersync-dashboard.mdx +++ b/usage/tools/powersync-dashboard.mdx @@ -67,7 +67,7 @@ URL structure: `https://dashboard.powersync.com/account/me` At the account level, you can manage your personal account settings: - **Account Details** - View your account email and name -- **Security** - Reset your password and configure multi-factor authentication +- **Security** - Reset your password and configure multi-factor authentication (MFA) - **Access Tokens** - Create and manage personal access tokens for use with the [CLI](/usage/tools/cli) ### Project & Instance Level From 9210a6c53d99dff6f62d989c52360f0eacc93134 Mon Sep 17 00:00:00 2001 From: Benita Volkmann Date: Tue, 2 Dec 2025 09:39:34 +0200 Subject: [PATCH 2/2] wording --- usage/tools/powersync-dashboard.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage/tools/powersync-dashboard.mdx b/usage/tools/powersync-dashboard.mdx index 48f0f688..e7ea1449 100644 --- a/usage/tools/powersync-dashboard.mdx +++ b/usage/tools/powersync-dashboard.mdx @@ -85,7 +85,7 @@ When you navigate to a specific instance, you'll see a left sidebar with various - **Write API** - Resources for exposing the write API endpoint - **Logs** - View replication and service logs - **Metrics** - Monitor usage metrics and performance -- **Settings** - Advanced options such as [compacting or defragmenting sync buckets](/usage/lifecycle-maintenance/compacting-buckets) using the **Compact** and **Defragment** buttons, and managing instance lifecycle with the **Deprovision instance** and **Destroy instance** buttons in the Danger zone +- **Settings** - Advanced options such as updating the [Service version](#advanced-service-version-locking), [compacting or defragmenting sync buckets](/usage/lifecycle-maintenance/compacting-buckets), and options for deprovisioning and destroying your instance In the top bar, you'll see a "Connect" button that provides quick access to your instance URL and other resources for connecting to your instance.