Versions Compared

Key

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

...

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


Adding

...

Images & Other Files

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

police car light NOTE: if you don't use this approach your local preview may show images that DO NOT show when fully deployed in the main repository.


As an example, the Trust Registry Protocol publishes several inline items:

  • Rendered API browser using Redocs in the ./docs/api folder
  • Images from PlantUML diagrams in the ./docs/images/puml  folder 

These are created in the ./docs folder of the repository and are auto-published via SpecUp and can be linked. 

See here for that example: https://github.com/trustoverip/tswg-trust-registry-protocol/tree/main/docs

Previewing/Rendering Locally

...