Skip to content

Commit

Permalink
doc: Correctly close code-block in Azure API docs
Browse files Browse the repository at this point in the history
This resolves a rendering issue in the Azure API documentation which caused a section to be rendered in its raw markdown form instead of the rich documentation that was expected.
  • Loading branch information
notheotherben committed Nov 18, 2021
1 parent bd09f70 commit 0a354fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/content/api-docs/secret/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ $ curl \
--header "X-Vault-Token: ..." \
--request POST \
http://127.0.0.1:8200/v1/azure/rotate-root
```

## Create/Update Role

Expand Down

0 comments on commit 0a354fd

Please sign in to comment.