Add a documentation page for ethereum types
This commit is contained in:
@@ -8,7 +8,7 @@ import convert = require('xml-js');
|
||||
|
||||
export const docUtils = {
|
||||
async getVersionToFilePathAsync(s3DocJsonRoot: string, folderName: string): Promise<VersionToFilePath> {
|
||||
const versionFilePaths = await this.getVersionFileNamesAsync(s3DocJsonRoot, folderName);
|
||||
const versionFilePaths = await docUtils.getVersionFileNamesAsync(s3DocJsonRoot, folderName);
|
||||
const versionToFilePath: VersionToFilePath = {};
|
||||
_.each(versionFilePaths, filePath => {
|
||||
const [version] = findVersions(filePath);
|
||||
|
Reference in New Issue
Block a user