Have you read the Contributing Guidelines on issues?
Description
Allow to configure the URL part for multi-page lists, currently hard coded as page.
Has this been requested on Canny?
No response
Motivation
In Docusaurus, the URL parts used to compose the paths are configurable via options like routeBasePath, tagsBasePath, etc, but in the path used for multi-page lists, a part of the URL is hard-coded as page.
This feature can be useful for example when all paths are translated to local languages.
API design
To control this new feature add a pageBasePath option.
Have you tried building it?
The functionality is implemented in cronica-it@be48705.
Self-service
Have you read the Contributing Guidelines on issues?
Description
Allow to configure the URL part for multi-page lists, currently hard coded as
page.Has this been requested on Canny?
No response
Motivation
In Docusaurus, the URL parts used to compose the paths are configurable via options like
routeBasePath,tagsBasePath, etc, but in the path used for multi-page lists, a part of the URL is hard-coded aspage.This feature can be useful for example when all paths are translated to local languages.
API design
To control this new feature add a
pageBasePathoption.Have you tried building it?
The functionality is implemented in cronica-it@be48705.
Self-service