Skip to content

Commit

Permalink
Merge pull request #19 from darrellodonnell/main
Browse files Browse the repository at this point in the history
specup updates
  • Loading branch information
darrellodonnell authored Mar 21, 2024
2 parents 8136029 + 5915c80 commit c1c31a4
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 1,338 deletions.
4 changes: 2 additions & 2 deletions api/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
In the `./api` folder, run:

```
npx @redocly/cli build-docs toip-tswg-trustregistryprotocol-v2.yaml --output ../spec/api/redoc-static.html
npx @redocly/cli build-docs toip-tswg-trustregistryprotocol-v2.yaml --output ../docs/api/redoc-static.html
```

NOTE: the `--output` switch is required as SpecUp only takes content from the `./spec` folder (and below).
NOTE: the `--output` switch is required as SpecUp only takes content from the `./docs` folder (and below).

That produces the [Redoc Rendered OpenAPI Spec](redoc-static.html)
2 changes: 1 addition & 1 deletion diagrams/highlevel.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



title Trust Over IP Trust Registry Protocol v2 Early Exploration
title Trust Over IP Trust Registry Protocol v2 Data Model - Implementer Review Draft

package EGF {

Expand Down
2 changes: 1 addition & 1 deletion diagrams/protocol-bridging.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
' !include C4_Context.puml


title Native and Bridged Support for TRP
title Native and Bridged Support for TRP - Implementer Review Draft

Person(Integrator, "Integrator", "Ecosystem Developer")

Expand Down
Loading

0 comments on commit c1c31a4

Please sign in to comment.