From 21974fad26f05a436427872595d37ab97f2b3ebe Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 1 Jul 2022 21:48:17 +0530 Subject: [PATCH] fix: keep heading hierarchy --- docs/guide/theme-prev-next-link.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/theme-prev-next-link.md b/docs/guide/theme-prev-next-link.md index 1605627b..3c6454a0 100644 --- a/docs/guide/theme-prev-next-link.md +++ b/docs/guide/theme-prev-next-link.md @@ -3,7 +3,7 @@ Prev or Next Link allows you to add buttons at the end of each page that allow you to go to the previous or next topic. To enable it, add `themeConfig.prev` or `themeConfig.next` to your configuration. -### prev +## prev - Type: `NavLink | string` @@ -40,7 +40,7 @@ prev: ../../guide/getting-started.md --- ``` -### next +## next - Type: `NavLink | string`