fix: keep heading hierarchy

pull/889/head
Divyansh Singh 3 years ago committed by GitHub
parent e9b21a5769
commit 21974fad26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 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` - Type: `NavLink | string`
@ -40,7 +40,7 @@ prev: ../../guide/getting-started.md
--- ---
``` ```
### next ## next
- Type: `NavLink | string` - Type: `NavLink | string`

Loading…
Cancel
Save