13 | Portions of this document are adapted from from the{" "} 14 | Docusaurus project, created by Meta 15 | Platforms, Inc., and is licensed under the{" "} 16 | 17 | Creative Commons Attribution 4.0 International 18 | 19 | (CC BY 4.0) license. The original document 20 | has been modified. 21 |
22 | ); 23 | } 24 | -------------------------------------------------------------------------------- /src/EnterpriseFeature.tsx: -------------------------------------------------------------------------------- 1 | import { Callout } from "zudoku/components"; 2 | 3 | export function EnterpriseFeature({ name }: { name?: string }) { 4 | return ( 5 |7 | {name ?? "This feature"} is available as an add-on as part of an 8 | enterprise plan. If you would like to purchase this feature, please 9 | contact us at sales@zuplo.com or 10 | reach out to your account manager. 11 |
12 |13 | Most enterprise features can be used in a trial mode for a limited time. 14 | Feel free to use enterprise features for development and testing 15 | purposes. 16 |
17 |7 | This sample is available on{" "} 8 | 9 | GitHub 10 | {" "} 11 | or click the button below to open the code directly in the portal.{" "} 12 |
13 | 17 |