see docs/content.md

Todo

migrate markdown docs across.

Hierarchy

  • ContentService

Constructors

Methods

  • Parameters

    • directory: string
    • contentKeys: string[]
    • languages: string[]

    Returns AsyncGenerator<{
        files: Record<string, string>;
        key: string;
    }[], void, unknown>

  • Take markdown in a string, process %custom_tags% and return a new string

    Parameters

    • markdown: string

    Returns string

  • Type Parameters

    • T extends string

    Parameters

    • directory: string
    • languages: T[]

    Returns Promise<Record<T, string>>

Generated using TypeDoc