Skip to content

Commit f0edc0f

Browse files
committed
Update vault documentation text and faq (#8367)
``` [Portal] Fix: Update Vault open-source status and add FAQ ## Notes for the reviewer This PR updates the Vault portal documentation to accurately reflect its open-source status. * Removed "open-source" from the main description and metadata on the Vault overview page. * Added a new FAQ entry under `/vault/faqs` clarifying that Vault is not yet open source. ## How to test 1. Navigate to <https://portal.thirdweb.com/vault> * Verify the main description no longer includes "open-source". * (Optional) Inspect page metadata to confirm "open-source" is removed from the description. 2. Navigate to <https://portal.thirdweb.com/vault/faqs> * Verify the new FAQ "Is Vault open source?" is present with the answer "Vault is not yet open source, but we plan to release it soon." ``` --- [Slack Thread](https://thirdwebdev.slack.com/archives/C09DS2CKGP2/p1762411784588169?thread_ts=1762411784.588169&cid=C09DS2CKGP2) <a href="https://cursor.com/background-agent?bcId=bc-ab8c2b24-6a74-4e0c-b302-d84d69ac5953"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-ab8c2b24-6a74-4e0c-b302-d84d69ac5953"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the description of the `Vault` service to remove references to it being open source and refining the language for clarity. ### Detailed summary - Added a new `Details` section in `apps/portal/src/app/vault/faqs/page.mdx` about Vault's open-source status. - Updated the `description` in `apps/portal/src/app/vault/layout.tsx` to remove "open-source." - Revised the `description` in `apps/portal/src/app/vault/page.mdx` to remove "open-source." - Modified the main description of `Vault` in `apps/portal/src/app/vault/page.mdx` for clarity. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Documentation * Added new FAQ entry addressing open-source availability with information on future release plans * Updated Vault service descriptions emphasizing non-custodial key management design and TEE security architecture * Refined documentation metadata to provide clearer communication of Vault's core features, security model, and service capabilities <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 0a2d269 commit f0edc0f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

apps/portal/src/app/vault/faqs/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ The admin key is temporarily stored in dashboard when performing actions that re
4444
Please note, you should never share your admin key with third parties.
4545
</Details>
4646

47+
<Details summary="Is Vault open source?">
48+
Vault is not yet open source, but we plan to release it soon.
49+
</Details>
50+

apps/portal/src/app/vault/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default async function Layout(props: { children: React.ReactNode }) {
1212

1313
export const metadata = createMetadata({
1414
description:
15-
"Vault is an open-source non-custodial key management service, secured with TEE architecture (AWS Nitro Enclaves) and designed for blockchain applications.",
15+
"Vault is a non-custodial key management service secured with TEE architecture (AWS Nitro Enclaves), designed for blockchain applications.",
1616
title: "Vault",
1717
image: {
1818
icon: "vault",

apps/portal/src/app/vault/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ArrowLeftRightIcon, UserLockIcon, UsersIcon, WalletIcon } from "lucide-
55

66
export const metadata = createMetadata({
77
title: "thirdweb Vault",
8-
description: "An open-source, secure key management service for storing, managing, and protecting cryptographic keys and secrets.",
8+
description: "A secure key management service for storing, managing, and protecting cryptographic keys and secrets.",
99
image: {
1010
icon: "vault",
1111
title: "thirdweb Vault",
@@ -14,7 +14,7 @@ export const metadata = createMetadata({
1414

1515
# Vault
1616

17-
Vault is an open-source non-custodial key management service, secured with TEE architecture (AWS Nitro Enclaves) and designed for blockchain applications.
17+
Vault is a non-custodial key management service secured with TEE architecture (AWS Nitro Enclaves), designed for blockchain applications.
1818

1919
## Features
2020

0 commit comments

Comments
 (0)