Skip to content

Commit 8a29e36

Browse files
committed
Portal: Remove unused pages, empty pages, Fix missing H1s (#7979)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on the deletion of several `.mdx` files related to the `pay` and `account` sections, while adding new content to the `nebula` API reference and making updates to the `engine` wallet configurations. ### Detailed summary - Deleted multiple `.mdx` files in the `pay` and `account` sections. - Added new API endpoints in `nebula`: - `Execute Action` - `Get Session` - `List Sessions` - `Clear Session` - `Create Session` - `Delete Session` - `Update Session` - Updated headings for clarity in existing `.mdx` files related to wallet configurations. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent ea98087 commit 8a29e36

File tree

27 files changed

+22
-1989
lines changed

27 files changed

+22
-1989
lines changed

apps/portal/src/app/account/account-info/page.mdx

Whitespace-only changes.

apps/portal/src/app/engine/v2/configure-wallets/aws-kms/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ export const metadata = {
77
};
88

99

10-
## AWS KMS wallet
10+
# AWS KMS wallet
1111

1212
An AWS KMS Wallet is a wallet securely stored in your AWS account. Engine can create and transact with the wallet, but not delete it.
1313

1414
<Callout variant="info" title="AWS KMS Support">
15-
AWS KMS wallets are not currently supported on Engine Cloud. They are currently supported on Engine Dedicated v2, and will be available soon with Dedicated v3.
15+
AWS KMS wallets are not currently supported on Engine Cloud. They are currently supported on Engine Dedicated v2, and will be available soon with Dedicated v3.
1616
</Callout>
1717

1818

apps/portal/src/app/engine/v2/configure-wallets/circle-wallet/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const metadata = {
66
"Learn how to set up a Circle wallet with thirdweb Engine.",
77
};
88

9-
## Circle Wallet
9+
# Circle Wallet
1010

1111
[Circle Programmable Wallets](https://developers.circle.com/w3s/programmable-wallets) is a Wallet as a Service (WaaS) solution designed to simplify the creation and management of secure Web3 wallets and their private keys. Engine can create and transact with the wallet, but not delete it.
1212

apps/portal/src/app/engine/v2/configure-wallets/gcp-kms/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Details } from "@doc";
22

3-
## Google Cloud KMS wallet
3+
# Google Cloud KMS wallet
44

55
A Google Cloud KMS Wallet is a wallet securely stored in your Google Cloud account. Engine can create and transact with the wallet, but not delete it.
66

apps/portal/src/app/engine/v2/configure-wallets/server-wallet/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Details } from "@doc";
22

3-
## Smart Server Wallets
3+
# Smart Server Wallets
44

55
Smart server wallets are the recommended way to perform blockchain operations with Engine. Each smart server wallet consists of an EOA (managed internally by Engine) and a smart account (using thirdweb's default account implementation).
66

apps/portal/src/app/engine/v2/features/backend-wallets/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const metadata = createMetadata({
77
"Engine performs blockchain actions using server wallets that you own and manage.",
88
});
99

10-
## Create a wallet
10+
# Create a wallet
1111

1212
For AWS or Google Cloud KMS wallets, you must provide your credentials.
1313

apps/portal/src/app/nebula/api-reference/chat/page.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { EndpointMetadata } from './EndpointMetadata';
22

3-
<EndpointMetadata />
43

54
# Chat Actions
65

76
Chat actions represent blockchain transactions or operations that Nebula has prepared in response to your request. The response includes both a detailed explanation in the `message` field and the actual transaction data in the `actions` array.
87

8+
<EndpointMetadata />
9+
910
**Example Response with Chat Action:**
1011
```json
1112
{
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import { EndpointMetadata } from './EndpointMetadata';
22

3+
# Clear Session
4+
35
<EndpointMetadata />
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import { EndpointMetadata } from './EndpointMetadata';
22

3+
# Create Session
4+
35
<EndpointMetadata />
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import { EndpointMetadata } from './EndpointMetadata';
22

3+
# Delete Session
4+
35
<EndpointMetadata />

0 commit comments

Comments
 (0)