<RelatedProduct> 组件列出了与当前产品相关或有联系的产品。
header 参数是产品的名称,href 参数链接到该产品。product 参数根据转换为小写短横线的名称(slugified name)来定义要使用的产品图标。
在概览页面中使用。
import { RelatedProduct } from "~/components";
<RelatedProduct header="R2" href="/r2/" product="r2">
Store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.
</RelatedProduct>
<RelatedProduct header="Images" href="/images/" product="images">
A suite of products tailored to your image-processing needs.
</RelatedProduct>