File tree 2 files changed +5
-433
lines changed
2 files changed +5
-433
lines changed Original file line number Diff line number Diff line change 14
14
cmds :
15
15
- task : generate:internal
16
16
- task : generate:plugin
17
+ - task : fmt
17
18
18
19
generate:internal :
19
20
internal : true
@@ -25,10 +26,10 @@ tasks:
25
26
internal : true
26
27
desc : " Generate plugin API godocs."
27
28
cmds :
28
- - cd '{{.root}}/ctx' && go-fsck docs ./... > ../docs/dev/plugin-apis.md && cd ..
29
- - cd '{{.root}}/user' && go-fsck docs ./... >> ../docs/dev/plugin-apis.md && cd ..
30
- - cd '{{.root}}/storage' && go-fsck docs ./... >> ../docs/dev/plugin-apis.md && cd ..
31
- - cd '{{.root}}/log' && go-fsck docs ./... >> ../docs/dev/plugin-apis.md && cd ..
29
+ - cd '{{.root}}/ctx' && go-fsck docs . > ../docs/dev/plugin-apis.md && cd ..
30
+ - cd '{{.root}}/user' && go-fsck docs . >> ../docs/dev/plugin-apis.md && cd ..
31
+ - cd '{{.root}}/storage' && go-fsck docs . >> ../docs/dev/plugin-apis.md && cd ..
32
+ - cd '{{.root}}/log' && go-fsck docs . >> ../docs/dev/plugin-apis.md && cd ..
32
33
33
34
fmt :
34
35
desc : " Run mdox to format markdowns"
You can’t perform that action at this time.
0 commit comments