Skip to content

Commit

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

/**
* @categoryDescription Actions
* These functions are available for...
* @module
*/
export { ContractAction, ERC721MintAction };

/**
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/src/Actions/ContractAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export { prepareContractActionPayload };
/**
* Description placeholder
*
* @category Actions
* @export
* @class ContractAction
* @typedef {ContractAction}
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/src/Actions/ERC721MintAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export { prepareERC721MintActionPayload };
/**
* Description placeholder
*
* @category Actions
* @export
* @class ERC721MintAction
* @typedef {ERC721MintAction}
Expand Down

0 comments on commit 3cd1e2c

Please sign in to comment.