Skip to content

Commit

Permalink
chore: add beta labels
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbyUitbeijerse committed May 30, 2024
1 parent 4b4a93e commit af572bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pages/service/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"title": "Getting started"
},
"operations": {
"title": "Operations"
"title": "Operations (beta)"
},
"sessions": {
"title": "Sessions"
"title": "Sessions (beta)"
},
"--- Guides": {
"type": "separator",
Expand Down
2 changes: 1 addition & 1 deletion pages/service/operations/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Operations
---

# Introduction to Operations
# Introduction to Operations (beta)

Operations are the cornerstone of the self-custodial service in Beam. They facilitate the interaction between you and the end-user, who needs to sign for transactions.

Expand Down
2 changes: 1 addition & 1 deletion pages/service/self-custody/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Self-custody
---

# Introduction to self-custody
# Introduction to self-custody (beta)

Through our new self-custody implementation, you are able to set-up self-custodial users with Beam. The implementation is a new service that works based on self-custodial private keys, and newly deployed account abstractions. Existing Profiles that you created, won't be available in this new service.

Expand Down
2 changes: 1 addition & 1 deletion pages/service/sessions/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Sessions
---

# Introduction to Sessions
# Introduction to Sessions (beta)

A self-custody implementation for your users means that the ownership of the account abstraction used, is **owned** by the private key in control of the user. Every time you want to interact with the blockchain on the users' behalf, you will need to ask them to sign a transaction.

Expand Down

0 comments on commit af572bc

Please sign in to comment.