TheThingsIndustries / generic-node-docs

Documentation for Generic Node
Apache License 2.0
8 stars 3 forks source link

Use note short-codes instead of markdown #47

Closed elsalahy closed 3 years ago

elsalahy commented 3 years ago

Summary

Update the note sections to use Hugo note wrapper.

Why do we need this ?

To be more consistent with the notes instructions throughout the repo.

What is already there? What do you see now?

Something like this

Note: Keep in mind that you can also see how this is done in the other example applications located in app folder.

What is missing? What do you want to see?

Should be replaced with something like this {{< note >}} Keep in mind that you can also see how this is done in the other example applications located in app folder. {{</ note >}}

How do you propose to document this?

...

Can you do this yourself and submit a Pull Request?

...