The automatic next and previous pages are wrong when using a locale.
All pages only have a next, which is set to the first page in the docs.
Additionally, since the last page in the docs has a next page pointing to the first page, I cannot even remove this by doing next: null, next: "", or next: false.
The automatic next and previous pages are wrong when using a locale.
All pages only have a next, which is set to the first page in the docs.
Additionally, since the last page in the docs has a next page pointing to the first page, I cannot even remove this by doing
next: null,next: "", ornext: false.