# Module: shared/build-time/pages

@makerx/repository-website-generator / shared/build-time/pages

Table of contents

Functions

Functions

getMiscellaneousPageFileNames

getMiscellaneousPageFileNames(): Promise<string[]>

Returns

Promise<string[]>

Defined in

shared/build-time/pages.ts:8


getMiscellaneousPageMetaData

getMiscellaneousPageMetaData(): Promise<IPageMeta[]>

Returns

Promise<IPageMeta[]>

Defined in

shared/build-time/pages.ts:12


readPageFile

readPageFile(fileName, path?): Buffer

Parameters

NameTypeDefault value
fileNamestringundefined
pathstring'../'

Returns

Buffer

Defined in

shared/build-time/pages.ts:6