mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 00:27:21 +02:00
fix(content-docs): restore behavior when pagination front matter is null (#6124)
* fix(content-docs): restore behavior when pagination front matter is null * update snaps
This commit is contained in:
parent
8f18cbbeb3
commit
a5d2815154
5 changed files with 21 additions and 24 deletions
|
@ -227,6 +227,8 @@ describe('simple site', () => {
|
|||
description: 'This is custom description',
|
||||
id: 'bar',
|
||||
title: 'Bar',
|
||||
pagination_next: null,
|
||||
pagination_prev: null,
|
||||
},
|
||||
tags: [],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue