Skip to content

Commit

Permalink
docs(sdk): testing docs groups
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord committed Jul 17, 2024
1 parent 3cd1e2c commit bdefead
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/src/Actions/Action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ContractAction } from './ContractAction';
import { ERC721MintAction } from './ERC721MintAction';

/**
* @categoryDescription Actions
* @groupDescription Actions
* These functions are available for...
* @module
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/Actions/ContractAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export { prepareContractActionPayload };
/**
* Description placeholder
*
* @category Actions
* @group Actions
* @export
* @class ContractAction
* @typedef {ContractAction}
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/Actions/ERC721MintAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export { prepareERC721MintActionPayload };
/**
* Description placeholder
*
* @category Actions
* @group Actions
* @export
* @class ERC721MintAction
* @typedef {ERC721MintAction}
Expand Down

0 comments on commit bdefead

Please sign in to comment.