diff --git a/docs/ssi-standards.md b/docs/ssi-standards.md index 3e36c7e56ee3abc8fd69ee5ffc677df3e801c168..ab284048adad47b08331102d3db0d13e9bb6823d 100644 --- a/docs/ssi-standards.md +++ b/docs/ssi-standards.md @@ -3,10 +3,6 @@ id: ssi-standards title: SSI Standards --- - - The purpose of this document is to provide an overview of standards activities for self-sovereign identity (SSI) and their relevance to eSSIF-Lab. ## 1. Introduction diff --git a/plugins/terminology-parser/index.js b/plugins/terminology-parser/index.js index 0b7069ee3ca68e33a17405888ea765826533ed85..21740f913d40c7ca86ddc4c670f11cc634d25dc7 100644 --- a/plugins/terminology-parser/index.js +++ b/plugins/terminology-parser/index.js @@ -58,6 +58,7 @@ async function parser(err, files) { } else { // Iterate through the .md(x) files for(let filepath of files.filter(filepath => filepath != './docs/terminology-plugin-instructions.md')) { + console.log('Filepath =', filepath); let content = ''; try { content = await fs.promises.readFile(filepath, 'utf8')