contributors.ts#
2 documented symbols. Read the signatures first, then expand each item for parameters, return types, and examples.
2
symbols
1
functions
1
modules
1
parameters
1
returns
Reference#
modulecontributorsOpt-in git contributor list helpers. Resolution and ignore filtering live here. git log is read in Rust (getGitContribu…
Opt-in git contributor list helpers.
Resolution and ignore filtering live here. git log is read in Rust (getGitContributors) and names are rendered from PageData.contributors.
fnresolveContributorsOption(value: boolean | ContributorsOptions | undefined): ResolvedContributorsResolves ssg.contributors with defaults. false / omitted stays off. true enable…
Resolves ssg.contributors with defaults.
false / omitted stays off. true enables names only. An object enables the feature and keeps ignore / avatars.
Signature
export function resolveContributorsOption(value: boolean | ContributorsOptions | undefined): ResolvedContributorsParameters
-
valueboolean | ContributorsOptions | undefined