mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
fixed Markdown code formatting using backticks inside HTML code block in _errors.md (#905)
This commit is contained in:
parent
4f915e9cb2
commit
2056b4a4b9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Errors
|
||||
|
||||
<aside class="notice">This error section is stored in a separate file in `includes/_errors.md`. Slate allows you to optionally separate out your docs into many files...just save them to the `includes` folder and add them to the top of your `index.md`'s frontmatter. Files are included in the order listed.</aside>
|
||||
<aside class="notice">
|
||||
This error section is stored in a separate file in <code>includes/_errors.md</code>. Slate allows you to optionally separate out your docs into many files...just save them to the <code>includes</code> folder and add them to the top of your <code>index.md</code>'s frontmatter. Files are included in the order listed.
|
||||
</aside>
|
||||
|
||||
The Kittn API uses the following error codes:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue