You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/components/temporary_docs-page/components.js

17 lines
605 B

// -----------------------------------------------------
// This code is LOCKED
//
// If any changes are needed to this code, or if this code
// is needed in any other projects, instead of changing or
// using it, instead we must complete this task as a prerequisite
//
// https://app.asana.com/0/1100423001970639/1195001770724993
//
// ------------------------------------------------------
import defaultMdxComponents from '@hashicorp/nextjs-scripts/lib/providers/docs'
export default function generateComponents(productName) {
return defaultMdxComponents({ product: productName })
}