-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
27 lines (27 loc) · 1014 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# The structure of documentation at readthedocs.com
---
site_name: Evil::Client
site_description: Human-friendly DSL for building HTTP(s) clients to remote API
repo_url: https://github.com/nepalez/evil-client
site_author: Andrew Kozin
theme: readthedocs
pages:
- Synopsis: index.md
- Helpers:
- scope: helpers/scope.md
- operation: helpers/operation.md
- option: helpers/option.md
- let: helpers/let.md
- validate: helpers/validate.md
- path: helpers/path.md
- http_method: helpers/http_method.md
- security: helpers/security.md
- headers: helpers/headers.md
- query: helpers/query.md
- 'body and format': helpers/body.md
- response: helpers/response.md
- middleware: helpers/middleware.md
- connection: helpers/connection.md
- logger: helpers/logger.md
- 'RSpec matcher': rspec.md
- License: license.md