add website mentions of pageBasePath

This commit is contained in:
Liviu Ionescu 2024-02-09 08:00:16 +02:00
parent 399e711660
commit 98d1fcbe54
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@ The component used for Markdown pages is `@theme/MDXPage`. React pages are direc
The blog creates the following routes:
- **Posts list pages**: `/`, `/page/2`, `/page/3`...
- The route is customizable through the `pageBasePath` option.
- The component is `@theme/BlogListPage`.
- **Post pages**: `/2021/11/21/algolia-docsearch-migration`, `/2021/05/12/announcing-docusaurus-two-beta`...
- Generated from each Markdown post.