diff --git a/fern/products/docs/pages/component-library/default-components/overview.mdx b/fern/products/docs/pages/component-library/default-components/overview.mdx index 210e86f76..efccf4374 100644 --- a/fern/products/docs/pages/component-library/default-components/overview.mdx +++ b/fern/products/docs/pages/component-library/default-components/overview.mdx @@ -1,15 +1,14 @@ --- -title: 'Components overview' -description: 'Enhance your docs with our built-in component library. Use components to create interactive and engaging documentation.' +title: Components overview +description: Enhance your docs with our built-in component library. Use components to create interactive and engaging documentation. --- -Fern provides a library of 15+ built-in-components to make your documentation more interactive and engaging. Components are building blocks that you can add to any MDX page. +Fern provides a library of 15+ built-in-components to make your documentation more interactive and engaging. Components are building blocks that you can add to any MDX page. asdf ## Usage Specify a component in your MDX file while writing content. For example, to add a `Card` component, use the following syntax: - ````mdx