You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »



Tips/Tricks/How-Tos


Adding images 

  • Put the images into the ./spec folder where your main content (or in a sub-folder like ./spec/images )
  • Reference these using regular image markdown:
    ![alternate text/title](./images/highlevel.png)

Rendering Locally

Run the following in your terminal (you will need to npm install before this will work):

  • 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

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



Calling Out a Single GitHub Issue


::: 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 )



OTHER???

  • No labels