Skip to content

Commit

Permalink
Generate
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jan 17, 2025
1 parent a06da04 commit 02d8cf0
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@
"site": null,
"commitHash": null,
"content": null
},
{
"externalSpec": "test-1",
"term": "ABAC",
"repoUrl": "https://github.com/blockchainbird/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions",
"owner": "blockchainbird",
"repo": "spec-up-xref-test-1",
"site": null,
"commitHash": "c71b3c5f041135544ab4c011cd3f845bbd5d85df",
"content": "[[def: ABAC]]:\n\n~ See: [[ref: attribute-based access control]].\n\n"
}
]
};</script>
Expand Down Expand Up @@ -121,9 +132,15 @@ <h2 id="demo-terms-definitions-and-external-definitions"><a class="toc-anchor" h
<dd class="last-dd">
<p>Extra text for testing purposes.</p>
</dd>
<dt><span id="term:aal">AAL</span></dt>
<dt><span class="transcluded-xref-term" id="term:ABAC">ABAC</span></dt>
<dd>
<!-- This is a copy of the saved remote text. Remove it if you like. It is automatically (re)generated --><span class="transcluded-xref-term">transcluded xref</span>
</dd>
<dd>
<p>Commit Hash: c71b3c5f041135544ab4c011cd3f845bbd5d85df</p>
</dd>
<dd class="last-dd">
<p>See: <a class="term-reference" href="#term:authenticator-assurance-level">authenticator assurance level</a>.</p>
<p>See: <a class="term-reference" href="#term:attribute-based-access-control">attribute-based access control</a>.</p>
</dd>
<dt><span id="term:abac">ABAC</span></dt>
<dd class="last-dd">
Expand Down
11 changes: 11 additions & 0 deletions output/xtrefs-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ const allXTrefs = {
"site": null,
"commitHash": null,
"content": null
},
{
"externalSpec": "test-1",
"term": "ABAC",
"repoUrl": "https://github.com/blockchainbird/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions",
"owner": "blockchainbird",
"repo": "spec-up-xref-test-1",
"site": null,
"commitHash": "c71b3c5f041135544ab4c011cd3f845bbd5d85df",
"content": "[[def: ABAC]]:\n\n~ See: [[ref: attribute-based access control]].\n\n"
}
]
};
11 changes: 11 additions & 0 deletions output/xtrefs-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
"site": null,
"commitHash": null,
"content": null
},
{
"externalSpec": "test-1",
"term": "ABAC",
"repoUrl": "https://github.com/blockchainbird/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions",
"owner": "blockchainbird",
"repo": "spec-up-xref-test-1",
"site": null,
"commitHash": "c71b3c5f041135544ab4c011cd3f845bbd5d85df",
"content": "[[def: ABAC]]:\n\n~ See: [[ref: attribute-based access control]].\n\n"
}
]
}
37 changes: 37 additions & 0 deletions output/xtrefs-history/xtrefs-data-1737143953158.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
const allXTrefs = {
"xtrefs": [
{
"externalSpec": "test-1",
"term": "Aal",
"repoUrl": "https://github.com/blockchainbird/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions",
"owner": "blockchainbird",
"repo": "spec-up-xref-test-1",
"site": null,
"commitHash": "bba30cbe256f6d0db4625f6b3fd7aaa6e93357b6",
"content": "[[def: AAL]]:\n\n~ See: [[ref: authenticator assurance level]].\n\n~ This is an addition, for testing purposes.\n\n~ Another addition for testing.\n\n~ Another edit, showing that an xref refers to the original version.\n\n~ Added on sep 8th, 2024, testing 123\n\ntestng 123\n"
},
{
"externalSpec": "does-not-exist",
"term": "Foo",
"repoUrl": null,
"terms_dir": null,
"owner": null,
"repo": null,
"site": null,
"commitHash": null,
"content": null
},
{
"externalSpec": "test-1",
"term": "ABAC",
"repoUrl": "https://github.com/blockchainbird/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions",
"owner": "blockchainbird",
"repo": "spec-up-xref-test-1",
"site": null,
"commitHash": "c71b3c5f041135544ab4c011cd3f845bbd5d85df",
"content": "[[def: ABAC]]:\n\n~ See: [[ref: attribute-based access control]].\n\n"
}
]
};

0 comments on commit 02d8cf0

Please sign in to comment.