We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1b9dd commit d30ebfbCopy full SHA for d30ebfb
packages/gitbook/src/components/DocumentView/Heading.tsx
@@ -33,6 +33,7 @@ export function Heading(props: BlockProps<DocumentBlockHeading>) {
33
id={id}
34
block={block}
35
className={tcls('relative', '-ml-6', textStyle.marginTop)}
36
+ label="Direct link to heading"
37
/>
38
39
<div
packages/gitbook/src/components/DocumentView/Tabs/DynamicTabs.tsx
@@ -146,6 +146,7 @@ export function DynamicTabs(
146
id={getTabButtonId(active.id)}
147
148
className={tcls('absolute', '-left-6')}
149
+ label="Direct link to selected tab"
150
151
152
0 commit comments