Skip to content

Commit c6fde1a

Browse files
Hide the auto-generated next/prev links. (#381)
Co-authored-by: alexcoderabbitai <[email protected]>
1 parent 0494460 commit c6fde1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,8 @@ a[docid="docs"] > svg {
293293
display: none;
294294
}
295295
}
296+
297+
/* Disable automatic next/previous pagination links */
298+
.pagination-nav {
299+
display: none;
300+
}

0 commit comments

Comments
 (0)