Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup proforma #981

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 4 additions & 19 deletions docs/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
Loading