Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
auto generate api documents
Browse files Browse the repository at this point in the history
  • Loading branch information
zl03jsj authored and ta0li committed Jan 17, 2022
1 parent d52a438 commit fdefd4e
Show file tree
Hide file tree
Showing 5 changed files with 2,758 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ deps:

# TOOLS

api-docs-gen:
go run ./tool/api-docs-gen/cmd ./api/storage_struct.go StorageMiner api ./api/ > ./docs/api-documents.md


lotus-fix:
rm -f lotus-fix
go build -o lotus-fix ./tool/convert-with-lotus/to-lotus
Expand Down
Loading

0 comments on commit fdefd4e

Please sign in to comment.