forked from ttreeagency/JsonApi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (39 loc) · 1.4 KB
/
mkdocs.yml
File metadata and controls
40 lines (39 loc) · 1.4 KB
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
34
35
36
37
38
39
40
site_name: Flow Framework JSON API
site_description: JSON API (jsonapi.org) support for Flow applications.
site_author: Refactory-IT
repo_url: https://github.com/rfyio/JsonApi
theme: readthedocs
pages:
- Home: index.md
- Installation: installation.md
- Upgrading: upgrade.md
- The Basics:
- APIs: basics/api.md
- Routing: basics/routing.md
- Controllers: basics/controllers.md
- Adapters: basics/adapters.md
- Schemas: basics/schemas.md
- Validation: basics/validators.md
- Security: basics/security.md
- Testing: basics/testing.md
- Fetching Data:
- Fetching Resources: fetching/resources.md
- Fetching Relationships: fetching/relationships.md
- Inclusion of Related Resources: fetching/inclusion.md
- Sparse Fieldsets: fetching/sparse-fieldsets.md
- Sorting: fetching/sorting.md
- Pagination: fetching/pagination.md
- Filtering: fetching/filtering.md
- Creating, Updating and Deleting:
- Creating Resources: crud/creating.md
- Updating Resources: crud/updating.md
- Updating Relationships: crud/relationships.md
- Deleting Resources: crud/deleting.md
- Digging Deeper:
# - Broadcasting: features/broadcasting.md
- Errors: features/errors.md
# - Helpers: features/helpers.md
# - HTTP Clients: features/http-clients.md
# - Packages: features/packages.md
# - Responses: features/responses.md
- Views: features/views.md