Skip to content

Commit 724e917

Browse files
SkyZeroZxthePunderWoman
authored andcommitted
docs(docs-infra): Exempts animation-related symbols from linking
Exempts 'animation', 'transition', and 'trigger' symbols from automatic linking.
1 parent 230e16d commit 724e917

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

adev/shared-docs/pipeline/shared/linking.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const LINK_EXEMPT = new Set([
2020
'hidden',
2121
'state',
2222
'group',
23+
'animation',
24+
'transition',
25+
'trigger',
2326
]);
2427

2528
export function shouldLinkSymbol(symbol: string): boolean {

0 commit comments

Comments
 (0)