Skip to content

Commit 9ce5d16

Browse files
committed
docs: comment out video references in API Key management section
1 parent 11e43bd commit 9ce5d16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqlite-cloud/platform/apikey.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can create an API Key and immediately assign it to any existing user in your
2828
* Select **Set expiration date** to enforce a rotation policy or for temporary access tokens.
2929
6. Click **Create**.
3030

31-
[VIDEO: create_apikey_global.mp4]
31+
{/* [VIDEO: create_apikey_global.mp4] */}
3232
{/* <!-- Video showing the global creation flow: entering a name, selecting a user from the dropdown, picking a date, and creating --> */}
3333

3434
---
@@ -47,14 +47,14 @@ If a key is lost, forgotten, or you suspect it has been compromised (leaked), yo
4747

4848
**Warning:** Regenerating a key invalidates the old key string immediately. You must update any applications or scripts using the old key with the new value to restore connectivity.
4949

50-
[VIDEO: regenerate_apikey.mp4]
50+
{/* [VIDEO: regenerate_apikey.mp4] */}
5151
{/* <!-- Video showing the regenerate flow and the confirmation modal --> */}
5252

5353
### Editing and Deleting
5454
* **Edit:** Allows you to rename the key or change its expiration settings without changing the key string itself.
5555
* **Delete:** Permanently revokes the key. Applications using this key will no longer be able to connect.
5656

57-
[VIDEO: delete_apikey.mp4]
57+
{/* [VIDEO: delete_apikey.mp4] */}
5858
{/* <!-- Video showing the delete action --> */}
5959

6060
---

0 commit comments

Comments
 (0)