Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

Related product

最終更新 Markdown で表示Agent セットアップ

The RelatedProduct component is used 228 times on 70 pages.

See all examples of pages that use RelatedProduct

Used 228 times.

Pages

Partials

    <RelatedProduct> コンポーネントは、現在のプロダクトに関連または接続するプロダクトを一覧します。

    header パラメーターはプロダクト名、href パラメーターはプロダクトへのリンクです。product パラメーターは、スラッグ化した名前に基づいて使うプロダクトアイコンを決めます。

    Overview ページで使います。

    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>

    役に立ちましたか?