-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 773 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
33 lines (29 loc) · 773 Bytes
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
28
29
30
31
32
33
site_name: AIOAPI
theme:
name: material
repo_name: Gr1N/aioapi
repo_url: https://github.com/Gr1N/aioapi
extra:
social:
- type: github
link: https://github.com/Gr1N
- type: linkedin
link: https://linkedin.com/in/ngrishko
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
nav:
- Home: index.md
- Tutorial:
Intro: tutorial/intro.md
Data Validation: tutorial/data_validation.md
Path Parameters: tutorial/path_parameters.md
Query Parameters: tutorial/query_parameters.md
Request Body: tutorial/request_body.md
Components: tutorial/components.md
Handling Errors: tutorial/handling_errors.md
- Release Notes: release_notes.md