Skip to content

Commit dac57e9

Browse files
committed
doc: don't repeat doc link
1 parent d4c70ea commit dac57e9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
And a [`TextEncoder` / `TextDecoder` polyfill](#textencoder--textdecoder-polyfill)
1212

13-
See [documentation](https://exodusoss.github.io/bytes).
13+
See [documentation](https://exodusoss.github.io/bytes/).
1414

1515
## Strict
1616

theme/styles/typography.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77
h6 {
88
font-family: system-ui, 'Roboto', 'Segoe UI', sans-serif;
99
}
10+
11+
.tsd-typography > p:has(> a[href="https://exodusoss.github.io/bytes/"])
12+
{
13+
display: none;
14+
}
1015
}

0 commit comments

Comments
 (0)