mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 22:17:00 +02:00
feat(content-blog): allow disabling generating archive (#6415)
This commit is contained in:
parent
2a5407f6bd
commit
d506bca12d
4 changed files with 25 additions and 22 deletions
|
@ -112,7 +112,7 @@ declare module '@docusaurus/plugin-content-blog' {
|
|||
path: string;
|
||||
routeBasePath: string;
|
||||
tagsBasePath: string;
|
||||
archiveBasePath: string;
|
||||
archiveBasePath: string | null;
|
||||
include: string[];
|
||||
exclude: string[];
|
||||
postsPerPage: number | 'ALL';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue