mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-20 01:16:36 +00:00
Add Announcement
This commit is contained in:
@@ -12,11 +12,11 @@ import { useLocalStorage } from '@/hooks/useLocalStorage'
|
|||||||
const BANNER_ENABLED = true
|
const BANNER_ENABLED = true
|
||||||
|
|
||||||
export const announcement = {
|
export const announcement = {
|
||||||
tag: '',
|
tag: 'New',
|
||||||
text: 'NetBird v0.60 Released - Native SSH Access',
|
text: 'Embedded Identity Provider with DEX for Self-Hosted Installations',
|
||||||
link: '/manage/peers/ssh',
|
link: '/selfhosted/identity-providers/embedded-idp',
|
||||||
linkText: 'Read Release Documentation',
|
linkText: 'Learn More',
|
||||||
linkAlt: 'Learn more about the NetBird v0.60 release',
|
linkAlt: 'Learn more about the embedded Identity Provider powered by DEX for self-hosted installations',
|
||||||
isExternal: false,
|
isExternal: false,
|
||||||
closeable: true,
|
closeable: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user