edgebitio / enclaver

Open source toolkit created to enable easy adoption of software enclaves
https://edgebit.io/enclaver
Apache License 2.0
124 stars 12 forks source link

Use correct info string in fenced code blocks #155

Closed crawford closed 1 year ago

crawford commented 1 year ago

sh was being used where console was more appropriate; the former being for shell scripts and the latter for console interaction. I also cleaned up a set of commands in the Vault documentation to make copying-and-pasting easier and fixed the formatting of some IAM policies.

crawford commented 1 year ago

@robszumski fixed. That was because the indentation was four spaces, which is also the cutoff for a code block, so I think it was confusing the renderer. I knocked it down to three spaces to match the parent section.