@@ -33,30 +22,6 @@ By default, when using ClayLink your component will be rendered as an anchor.
-### Semi Bold(#link-semi-bold)
-
-The `weight` attribute sets the `font-weight` for the link. The available values are `normal`, `semi-bold`, and `null`.
-
-
-
-### Outline(#link-outline)
-
-The `outline` attribute enables the `link-outline` variation of `ClayLink`.
-
-
-
-### Borderless(#link-outline-borderless)
-
-The `borderless` attribute removes the border from `link-outline`.
-
-
-
-### Monospaced(#link-monospaced)
-
-The `monospaced` attribute renders a link that is equal width and height.
-
-
-
## With Context
Additionally, if you want to customize every Link component in your app, you are able to do so by using ``.
diff --git a/packages/clay-link/docs/markup-link.md b/packages/clay-link/docs/markup-link.md
index 7453d953c7..4ae7cbb0fe 100644
--- a/packages/clay-link/docs/markup-link.md
+++ b/packages/clay-link/docs/markup-link.md
@@ -14,21 +14,16 @@ mainTabURL: 'docs/components/link.html'
- [Component Action](#css-component-action)
- [Anchor](#css-anchor)
- [Button](#css-button)
-- [Outline](#css-outline)
-- [Outline Borderless](#css-outline-borderless)
- [External Link](#css-external-link)
-- [Monospaced](#css-monospaced)
- [Title Link](#css-title-link)
- Don't forget to check WAI-ARIA accessibility pratices for links when writting your markup.
+ Don't forget to check WAI-ARIA accessibility practices for links when writing your markup.
-These elements should be used to style links based on the global link and primary colors.
-
## Styles(#css-styles)
@@ -151,28 +146,6 @@ Use these patterns for actions in components.
```
-## Outline(#css-outline)
-
-