Versions Compared

Key

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



Tips/Tricks/How-Tos


Do NOT Modify spec.json this way...

The spec.json  file has a key reference that should ALWAYS remain set to the main repository.

Be sure that the "source" parameter is left as pointing at the main repository. As a CONSEQUENCE this will mean that your forked repository will not likely render properly to your personal github.io space.

i.e. leave the account  value as trustoverip  not yours.

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


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:
    Code Block
    ![alternate text/title](./images/highlevel.png)

...