diff --git a/packages/grafana-ui/src/components/Link/TextLink.mdx b/packages/grafana-ui/src/components/Link/TextLink.mdx index e69de29bb2d..f213a2da315 100644 --- a/packages/grafana-ui/src/components/Link/TextLink.mdx +++ b/packages/grafana-ui/src/components/Link/TextLink.mdx @@ -0,0 +1,10 @@ +import { Meta, Preview, ArgTypes } from '@storybook/blocks'; +import { TextLink } from './TextLink'; + + + +# TextLink + +The TextLink component renders an anchor tag `` that takes users to another page, external or internal to Grafana. + + diff --git a/packages/grafana-ui/src/components/Link/TextLink.story.tsx b/packages/grafana-ui/src/components/Link/TextLink.story.tsx index 8ef60faa363..d6d826e2274 100644 --- a/packages/grafana-ui/src/components/Link/TextLink.story.tsx +++ b/packages/grafana-ui/src/components/Link/TextLink.story.tsx @@ -46,14 +46,14 @@ export const Example: StoryFn = (args) => { To get started with a forever free Grafana Cloud account, sign up at - + grafana.com . - + Learn how in the docs
To get started with a forever free Grafana Cloud account, sign up at - + grafana.com .