From 292bc68b94539beff8d6dc13c19cb929499e1a36 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 25 Apr 2024 17:31:47 +0100 Subject: [PATCH] Update docs for 'next_prev' block. --- docs/user-guide/customizing-your-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/customizing-your-theme.md b/docs/user-guide/customizing-your-theme.md index 0b3357f0..5f14a12d 100644 --- a/docs/user-guide/customizing-your-theme.md +++ b/docs/user-guide/customizing-your-theme.md @@ -163,7 +163,7 @@ following blocks: * `site_name`: Contains the site name in the navigation bar. * `site_nav`: Contains the site navigation in the navigation bar. * `search_button`: Contains the search box in the navigation bar. -* `next_prev`: Contains the next and previous buttons in the navigation bar. +* `next_prev`: Placeholder which can be overridden to include next and previous buttons in the navigation bar. * `repo`: Contains the repository link in the navigation bar. * `content`: Contains the page content and table of contents for the page. * `footer`: Contains the page footer.