Update documentation with contents by twrnh
This commit is contained in:
parent
92e8aadd7f
commit
33cb69ad07
324 changed files with 18140 additions and 9654 deletions
5
layouts/shortcodes/api-method-response-example.html
Normal file
5
layouts/shortcodes/api-method-response-example.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="api-method-response-example">
|
||||
<h5>
|
||||
<span class="api-method-response-example-indicator{{ if (gt (.Get "httpCode") 399) }} api-method-response-example-indicator-error{{ end }}"></span>
|
||||
{{ .Get "httpCode" }}: {{ index .Site.Data.HttpCodes (.Get "httpCode" | string) }}
|
||||
</h5>
|
Loading…
Add table
Add a link
Reference in a new issue