Skip to content

Commit ccd84c2

Browse files
Tit PetricTit Petric
Tit Petric
authored and
Tit Petric
committed
Remove mock docs from plugin apis
1 parent 98f6b4a commit ccd84c2

File tree

2 files changed

+5
-433
lines changed

2 files changed

+5
-433
lines changed

docs/Taskfile.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tasks:
1414
cmds:
1515
- task: generate:internal
1616
- task: generate:plugin
17+
- task: fmt
1718

1819
generate:internal:
1920
internal: true
@@ -25,10 +26,10 @@ tasks:
2526
internal: true
2627
desc: "Generate plugin API godocs."
2728
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 ..
3233

3334
fmt:
3435
desc: "Run mdox to format markdowns"

0 commit comments

Comments
 (0)