1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02:00

chore: update docs URL for event timeline (#8388)

https://linear.app/unleash/issue/2-2767/update-docs-url-in-event-timeline

Updates the event timeline documentation URL to directly link to the
event timeline section.
This commit is contained in:
Nuno Góis 2024-10-08 12:26:51 +01:00 committed by GitHub
parent 787af6f0eb
commit 99021f373f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,8 @@ export const NewInUnleash = ({
behavior: 'smooth', behavior: 'smooth',
}); });
}, },
docsLink: 'https://docs.getunleash.io/reference/events', docsLink:
'https://docs.getunleash.io/reference/events#event-timeline',
show: !isOss() && eventTimelineEnabled, show: !isOss() && eventTimelineEnabled,
longDescription: ( longDescription: (
<> <>