fix: warnings
All checks were successful
Release to Production / build_and_release (push) Successful in 23s

This commit is contained in:
_ 2025-03-07 18:21:33 +00:00
parent ce92669bc3
commit 27a557241d
3 changed files with 7 additions and 6 deletions

View File

@ -15,9 +15,9 @@
<body>
<nav>
<a href="#/Create">Create</a>
<a href="#/Sign">Sign</a>
<a href="#/Verify">Verify</a>
<a href="#/create">Create</a>
<a href="#/sign">Sign</a>
<a href="#/verify">Verify</a>
</nav>
<div id="app">SIGit Documentation is loading...</div>
<script>

View File

@ -28,8 +28,8 @@ This file contains the following:
- "marked" folder (offline only) - containing marked pdfs
- "files" folder (offline only) - containing original pdfs
- "events" folder:
* sign Event (1603)
* create event (160300), for verification
* Sign Event (1603)
* Create event (160300), for verification
* OTS request event
* OTS response event(s)
- meta.json file - contains the marks information

View File

@ -1,4 +1,5 @@
# DEPRECATED - NEW FLOW IN PROCESS
# WARNING - BREAKING CHANGES (v1 upcoming)
# Document Signing
A proposal for signing documents in a secure and private way. Implemented by https://sigit.io