Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • One-time Render: npm run render  
  • Constant Render: npm run edit 


Linking GitHub Issues

When you configure the specs.json  file, be sure to link the proper GitHub repository as the Issued list (top right corner) will come from that repo:

e.g for TRP

Code Block
"source": {
  "host": "github",
  "account": "trustoverip",
  "repo": "tswg-trust-registry-protocol"
},



Calling Out a Single GitHub Issue


Code Block
::: issue 
https://github.com/trustoverip/tswg-trust-registry-protocol/issues/5 
- Should align with Service Profiles/[Service Discovery] efforts
:::

will render out as (h/t: Eric Scouten )

Image Added



OTHER???