Skip to content

Commit

Permalink
Merge pull request #20 from kordwarshuis/main
Browse files Browse the repository at this point in the history
Search only in terms
  • Loading branch information
kordwarshuis authored Oct 16, 2024
2 parents 0843058 + e07354f commit fcc56c6
Show file tree
Hide file tree
Showing 6 changed files with 4,455 additions and 48 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ nbproject/

docs/index.html

.DS_Store
.DS_Store
*.pdf
1 change: 1 addition & 0 deletions docs/versions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ <h1 class="mb-4">Spec-Up-T Snapshot Index</h1>
<ul class="list-group">
<li class="list-group-item"><a href="../">Latest version</a></li>
<li class="list-group-item"><a href="v1/">Version v1</a></li>
<li class="list-group-item"><a href="v2/">Version v2</a></li>

</ul>
</body>
Expand Down
4,288 changes: 4,288 additions & 0 deletions docs/versions/v2/index.html

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions output/xrefs-history/xrefs-data-1727525922548.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
const allXrefs = {
"xrefs": [
{
"externalSpec": "PE",
"term": "Holder",
"repoUrl": null,
"terms_dir": null,
"owner": null,
"repo": null,
"site": null,
"commitHash": null,
"content": null
},
{
"externalSpec": "test-1",
"term": "Aal",
"repoUrl": "https://github.com/kordwarshuis/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions",
"owner": "kordwarshuis",
"repo": "spec-up-xref-test-1",
"site": "https://kordwarshuis.github.io/spec-up-xref-test-1/",
"commitHash": "d086c653abea3ecc475aeb41e75239ea350e6ec0",
"content": "[[def: AAL]]:\n\n~ See: [[ref: authenticator assurance level]].\n\n~ This is an addition, for testing purposes.\n\n~ Addition for testing.\n\n~ Another addition for testing.\n\n~ Third addition\n\n~ Another line added for demonstration purpose.\n\n~ Another Addition for testing.\n"
},
{
"externalSpec": "test-2",
"term": "Abac",
"repoUrl": "https://github.com/kordwarshuis/spec-up-xref-test-2",
"terms_dir": "spec/term-definitions",
"owner": "kordwarshuis",
"repo": "spec-up-xref-test-2",
"site": "https://kordwarshuis.github.io/spec-up-xref-test-2/",
"commitHash": "117b86fa676c0bd3030c16e8bbb87ebaa61af576",
"content": "[[def: ABAC]]:\n\n~ See: [[ref: attribute-based access control]].\n\n"
}
]
};
37 changes: 37 additions & 0 deletions output/xrefs-history/xrefs-data-1729097411497.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
const allXrefs = {
"xrefs": [
{
"externalSpec": "PE",
"term": "Holder",
"repoUrl": null,
"terms_dir": null,
"owner": null,
"repo": null,
"site": null,
"commitHash": null,
"content": null
},
{
"externalSpec": "test-1",
"term": "Aal",
"repoUrl": "https://github.com/kordwarshuis/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions",
"owner": "kordwarshuis",
"repo": "spec-up-xref-test-1",
"site": "https://kordwarshuis.github.io/spec-up-xref-test-1/",
"commitHash": "d086c653abea3ecc475aeb41e75239ea350e6ec0",
"content": "[[def: AAL]]:\n\n~ See: [[ref: authenticator assurance level]].\n\n~ This is an addition, for testing purposes.\n\n~ Addition for testing.\n\n~ Another addition for testing.\n\n~ Third addition\n\n~ Another line added for demonstration purpose.\n\n~ Another Addition for testing.\n"
},
{
"externalSpec": "test-2",
"term": "Abac",
"repoUrl": "https://github.com/kordwarshuis/spec-up-xref-test-2",
"terms_dir": "spec/term-definitions",
"owner": "kordwarshuis",
"repo": "spec-up-xref-test-2",
"site": "https://kordwarshuis.github.io/spec-up-xref-test-2/",
"commitHash": "117b86fa676c0bd3030c16e8bbb87ebaa61af576",
"content": "[[def: ABAC]]:\n\n~ See: [[ref: attribute-based access control]].\n\n"
}
]
};
137 changes: 90 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcc56c6

Please sign in to comment.