mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +00:00
add badge for deprecated api endpoints to the template (#126)
This commit is contained in:
@@ -6,6 +6,7 @@ import { Heading } from '@/components/Heading'
|
||||
export const a = Link
|
||||
export { Button } from '@/components/Button'
|
||||
export { CodeGroup, Code as code, Pre as pre } from '@/components/Code'
|
||||
export { Badge } from '@/components/Badge'
|
||||
|
||||
export const h2 = function H2(props) {
|
||||
return <Heading level={2} {...props} />
|
||||
|
||||
Reference in New Issue
Block a user