Skip to content

Commit 7b60392

Browse files
committed
Update docs
1 parent 052276f commit 7b60392

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

docs/code/classes/ModuleBuilder.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
sidebar: auto
3+
displayAllHeaders: true
4+
activeHeaderLinks: true
5+
---
6+
# Class ModuleBuilder
7+
8+
JsonApi-based module builder for Vuex
9+
10+
This module builder will create a vuex module based on the assumption of
11+
working with valid json api resources.
12+
13+
- the proposed json api 1.1 pagination style meta attributes
14+
(-> https://jsonapi.org/format/1.1/#fetching-pagination)
15+
16+
## ModuleBuilder()
17+
18+
Module Builder for Json:Api bound Vuex Modules
19+
20+
### build()
21+
22+
Build the module for this builder instance
23+
24+
### buildMutations()
25+
26+
Build the mutations
27+
28+
29+
_This is an autogenerated class documentation for ModuleBuilder_

docs/code/classes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Available Classes
22

3-
## Builder
3+
## ModuleBuilder
44

55
JsonApi-based module builder for Vuex
66

@@ -10,7 +10,7 @@ working with valid json api resources.
1010
- the proposed json api 1.1 pagination style meta attributes
1111
(-> https://jsonapi.org/format/1.1/#fetching-pagination)
1212

13-
<a href="Builder.html">Builder</a>
13+
<a href="ModuleBuilder.html">ModuleBuilder</a>
1414
## FosJsRoutingRouter
1515

1616
Pluggable api router if you're using Symfony and the FosJsRouting Bundle

0 commit comments

Comments
 (0)