docs: started HTTP documentation using slate

This commit is contained in:
Jef Roosens 2022-06-03 17:13:17 +02:00
parent 2abbc11118
commit 1d034e670e
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
44 changed files with 17744 additions and 0 deletions

18
docs/api/.editorconfig Normal file
View file

@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org
# Top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.rb]
charset = utf-8
[*.md]
trim_trailing_whitespace = false