refactor(cleanup): remove unused components and stale docs
- delete components that no longer have any references in the current source tree - remove the stale Link component example from the README - drop the leftover service-page heading rule from the blog stylesheet - keep the repo aligned with the current component graph instead of historical leftovers
This commit is contained in:
@@ -198,15 +198,6 @@ Available `Button` variants are `filled` (default), `outlined`, and `light`.
|
||||
Available sizes are `default` and `small`. A `_blank` target automatically adds
|
||||
`rel="noopener noreferrer"`.
|
||||
|
||||
Use the optional `Link` component only when an inline link needs an explicit
|
||||
variant or target:
|
||||
|
||||
```mdx
|
||||
import Link from '../../../components/Link.astro';
|
||||
|
||||
<Link href="/library" variant="strong">Browse the library</Link>
|
||||
```
|
||||
|
||||
Normal Markdown links remain preferred for ordinary page and article content.
|
||||
|
||||
### Front Matter CMS
|
||||
|
||||
Reference in New Issue
Block a user