跳转到内容
搜索文档

相关产品

最后更新 查看 MarkdownAgent 设置

The RelatedProduct component is used 214 times on 68 pages.

See all examples of pages that use RelatedProduct

Used 214 times.

Pages

Partials

<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>

这篇文档对您有帮助吗?