Define a rectangular component through Card
.Example Effect#
Card Title
This is the card content<Card title="Card Title">
This is the card content
</Card>
Card content follows Markdown syntax.Set Icon#
Card with Icon
This is the card content<Card title="Card with Icon" icon="material-two-tone-storefront">
This is the card content
</Card>
Clickable Card for Navigation#
Clickable Navigation Card
Clicking the card will navigate to the Apidog official website<Card title="Clickable Navigation Card" href="https://apidog.com" icon="material-two-tone-storefront">
Clicking the card will navigate to the Apifox official website
</Card>
Parameter Description#
Define the card redirect URL
Define the icon. For details, refer to Icon FAQ#
How to use cards to link to various pages or endpoints within Apidog?You can use href="apidog://link/{type}/{id}" within the card component.How to obtain the docId or endpointId ?#
Click ( "Insert Endpoint/Markdown in the project" ) , the ID will be displayed. Modified at 2025-04-16 05:41:51