Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eSSIF-Lab framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
...
@@ -3,10 +3,6 @@ id: ssi-standards
title
:
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.
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
## 1. Introduction
...
...
plugins/terminology-parser/index.js
View file @
8ce48f40
...
@@ -58,6 +58,7 @@ async function parser(err, files) {
...
@@ -58,6 +58,7 @@ async function parser(err, files) {
}
else
{
}
else
{
// Iterate through the .md(x) files
// Iterate through the .md(x) files
for
(
let
filepath
of
files
.
filter
(
filepath
=>
filepath
!=
'
./docs/terminology-plugin-instructions.md
'
))
{
for
(
let
filepath
of
files
.
filter
(
filepath
=>
filepath
!=
'
./docs/terminology-plugin-instructions.md
'
))
{
console
.
log
(
'
Filepath =
'
,
filepath
);
let
content
=
''
;
let
content
=
''
;
try
{
try
{
content
=
await
fs
.
promises
.
readFile
(
filepath
,
'
utf8
'
)
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