-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gabe
committed
Feb 16, 2024
1 parent
4f86127
commit 30a74b5
Showing
4 changed files
with
2 additions
and
3,525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,7 @@ | |
<meta charset="utf-8" /> | ||
<title>Securing Verifiable Credentials using JOSE and COSE</title> | ||
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script> | ||
<script src='./respec-plugins/vc-jose-cose.js'></script> | ||
<link rel="stylesheet" href="./respec-plugins/vc-jose-cose.css"> | ||
<script class="remove" src="https://cdn.jsdelivr.net/gh/transmute-industries/[email protected]/respec-plugins/vc-jose-cose.js"></script> | ||
<script class="remove"> | ||
// See https://github.com/w3c/respec/wiki/ for how to configure | ||
// ReSpec | ||
|
@@ -82,7 +81,7 @@ | |
|
||
maxTocLevel: 3, | ||
inlineCSS: true, | ||
postProcess: [postProcessWithWorker], | ||
postProcess: [window.postProcessWithWorker], | ||
license: "w3c-software-doc", | ||
xref: true, | ||
otherLinks: [{ | ||
|
Oops, something went wrong.