Skip to content

Commit 9f55100

Browse files
docs: Reorder sidebar groups and update claim params tags (#5969)
1 parent 73894d2 commit 9f55100

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/portal/src/app/references/components/TDoc/utils/getSidebarLinkgroups.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ const sidebarGroupOrder: TagKey[] = [
5757
"@walletConnection",
5858
"@walletUtils",
5959
"@chain",
60+
"@account",
6061
"@contract",
6162
"@transaction",
63+
"@nebula",
6264
"@social",
6365
"@auth",
6466
"@nft",
@@ -81,8 +83,6 @@ const sidebarGroupOrder: TagKey[] = [
8183
"@theme",
8284
"@utils",
8385
"@others",
84-
"@account",
85-
"@nebula",
8686
];
8787

8888
function findTag(

packages/thirdweb/src/utils/extensions/drops/get-claim-params.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export type GetClaimParamsOptions = {
3232
* Get the claim parameters for a given drop
3333
* @param options - The options for getting the claim parameters
3434
* @returns The claim parameters
35-
* @extension ERC1155
3635
* @example
3736
* ```ts
3837
* import { getClaimParams } from "thirdweb/utils";
@@ -45,7 +44,7 @@ export type GetClaimParamsOptions = {
4544
* tokenId: 0n,
4645
* });
4746
* ```
48-
* @extension COMMON
47+
* @utils
4948
*/
5049
export async function getClaimParams(options: GetClaimParamsOptions) {
5150
const cc: ClaimCondition = await (async () => {

packages/thirdweb/src/wallets/connection/autoConnect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import type { AutoConnectProps } from "./types.js";
2727
* @param props - The auto-connect configuration properties
2828
* @param props.wallets - Array of wallet instances to consider for auto-connection
2929
* @returns {boolean} a promise resolving to true or false depending on whether the auto connect function connected to a wallet or not
30+
* @walletConnection
3031
*/
3132
export const autoConnect = async (
3233
props: AutoConnectProps & {

0 commit comments

Comments
 (0)