Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ESSIF-Lab
eSSIF-Lab framework
Commits
8ce48f40
Commit
8ce48f40
authored
Oct 29, 2020
by
Rieks Joosten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of some leftovers of earlier work that caused errors (now fixed)
parent
74608db1
Pipeline
#17141
passed with stage
in 2 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
docs/ssi-standards.md
docs/ssi-standards.md
+0
-4
plugins/terminology-parser/index.js
plugins/terminology-parser/index.js
+1
-0
No files found.
docs/ssi-standards.md
View file @
8ce48f40
...
...
@@ -3,10 +3,6 @@ id: ssi-standards
title
:
SSI Standards
---
<!--
**KEEP THIS LINE HERE - RIEKS NEEDS IT!!**
^(---
\s
*\nid:(?:[^%]*
\n
|(?:glossarytext):.
*\n){1,10}[^%]*
)%%([^
\|
]
*)\|(?:[^%]*
)%%(?=(?:.
*
[
\n\r
]){1,10}---)
-->
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
...
...
plugins/terminology-parser/index.js
View file @
8ce48f40
...
...
@@ -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
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment