Skip to content

Commit

Permalink
deploy: 22022a4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Oct 10, 2024
1 parent eb0a5fa commit cdba4e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
23 changes: 4 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,21 +886,6 @@ <h5>Supporting Documents</h5>
consignee is identified on the document.
</p>
</dd>
<dt>Proforma Invoice</dt>
<dd>
<figure>
<img
src="samples/proforma-invoice-form.png"
alt="Sample Proforma Invoice form"
style="width: 40%"
/>
<figcaption>Sample Proforma Invoice form</figcaption>
</figure>
<p>
The <a href="#ProformaInvoiceCredential">Proforma Invoice</a> is a
sample invoice provided by an exporter prior to a sale.
</p>
</dd>
<dt>Commercial Invoice</dt>
<dd>
<figure>
Expand Down Expand Up @@ -1037,7 +1022,7 @@ <h5>Workflow Definition</h5>
<pre class="js">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "urn:uuid:3978344f-8596-4c3a-a978-8fcaba3903c5",
Expand Down Expand Up @@ -1126,7 +1111,7 @@ <h5>Workflow Instance</h5>
<pre class="js">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "urn:uuid:3978344f-8596-4c3a-a978-8fcaba3903c5",
Expand Down Expand Up @@ -1193,7 +1178,7 @@ <h4>Presentation Replacement</h4>
<pre class="js">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "urn:uuid:p2",
Expand All @@ -1219,7 +1204,7 @@ <h4>Presentation Replacement</h4>
"verifiableCredential": [
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "urn:uuid:c2",
Expand Down
2 changes: 1 addition & 1 deletion testsuite/jest-html-reporters-attach/result.js

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

0 comments on commit cdba4e0

Please sign in to comment.