Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Hide the auto-generated next/prev links. #381

Merged
merged 4 commits into from
Jun 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,8 @@ a[docid="docs"] > svg {
display: none;
}
}

/* Disable automatic next/previous pagination links */
.pagination-nav {
display: none;
}