Skip to content

Commit 9688a55

Browse files
cursoragentyashjoisar
andcommitted
Update docs and metadata to reflect Vault is not open source
Co-authored-by: yashjoisar <[email protected]>
1 parent 3d996d1 commit 9688a55

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)