refactor(core): refactor SSG infrastructure (#10593)

This commit is contained in:
Sébastien Lorber 2024-10-18 18:55:09 +02:00 committed by GitHub
parent 14579cbda8
commit c9f231afb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 356 additions and 309 deletions

View file

@ -403,6 +403,7 @@ export type DocusaurusConfig = {
*
* @see https://docusaurus.io/docs/api/docusaurus-config#ssrTemplate
*/
// TODO Docusaurus v4 - rename to ssgTemplate?
ssrTemplate?: string;
/**
* Will be used as title delimiter in the generated `<title>` tag.