Skip to content

createLearningPathTemplate

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-14.types.ts

Generate a learning path doc template for a given persona. Learning paths are dynamic (per-persona), so they use this template factory.

Signature

ts
function createLearningPathTemplate(persona: { name: string; description: string }): FixedDocTemplate

Parameters

NameType
persona{ name: string; description: string }

Returns: FixedDocTemplate

Was this page helpful?

Download as PDF