Skip to content
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
7 changes: 7 additions & 0 deletions docs/sample-implementation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# TRACE Sample Implementation

:::{admonition} Pre-release Example
:class: warning

This example was created using a **pre-release version** of TRACE/TROV. References within this page may not point to current (versioned) pages. An update to this example is pending.

:::

This document illustrates the "full package". It provides implementable examples of how to define a TRACE server in the formal specification of a TRS, then how to run two different types of TRACE-compliant workflows (automated and manual), and two separate ways to publish the final results (all-in-one server, and separately with a trusted repository).

## Pre-requisites
Expand Down
Loading