Skip to content

generateLandingPage

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/site-gen-core/src/assembler/generate.ts

Signature

ts
async function generateLandingPage(outputDir: string, sections: SectionSelection[], resolved: ManifestSection[], seo: SiteAssemblyConfig['seo']): Promise<string>

Parameters

NameType
outputDirstring
sectionsSectionSelection[]
resolvedManifestSection[]
seoSiteAssemblyConfig['seo']

Returns: Promise<string>

Was this page helpful?

Download as PDF