From dedb760c3f1b29c06e74bb0a341e15a79f9520a1 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 19 Sep 2024 23:55:04 +0000 Subject: [PATCH] AUTO: Sync ScalarDB components to docs site repo --- src/components/en-us/_warning-license-key-contact.mdx | 5 +++++ src/components/ja-jp/_warning-license-key-contact.mdx | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 src/components/en-us/_warning-license-key-contact.mdx create mode 100644 src/components/ja-jp/_warning-license-key-contact.mdx diff --git a/src/components/en-us/_warning-license-key-contact.mdx b/src/components/en-us/_warning-license-key-contact.mdx new file mode 100644 index 00000000..c5d7593c --- /dev/null +++ b/src/components/en-us/_warning-license-key-contact.mdx @@ -0,0 +1,5 @@ +:::warning + +You need to have a license key (trial license or commercial license) to use {props.product}. If you don't have a license key, please [contact us](https://www.scalar-labs.com/contact-us). + +::: \ No newline at end of file diff --git a/src/components/ja-jp/_warning-license-key-contact.mdx b/src/components/ja-jp/_warning-license-key-contact.mdx new file mode 100644 index 00000000..10227958 --- /dev/null +++ b/src/components/ja-jp/_warning-license-key-contact.mdx @@ -0,0 +1,5 @@ +:::warning + +{props.product} を使用するには、ライセンスキー (試用ライセンスまたは商用ライセンス) が必要です。ライセンスキーをお持ちでない場合は、[お問い合わせ](https://www.scalar-labs.com/contact-jp)ください。 + +::: \ No newline at end of file