Skip to content

Commit 380fa82

Browse files
authored
fix(docs): use rp-not-doc for rsbuild doc badge (#1236)
1 parent 0a961da commit 380fa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/theme/components/RsbuildDocBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function RsbuildDocBadge({ path, text, alt }: Props) {
1919
href={href}
2020
target="_blank"
2121
rel="noreferrer"
22-
className="rspress-toc-exclude"
22+
className="rspress-toc-exclude rp-not-doc"
2323
>
2424
<Badge type="info">
2525
<img

0 commit comments

Comments
 (0)