Skip to content

Commit 55730d0

Browse files
authored
update docs-gen cmd && update README (fluent#199)
* update docs-gen cmd && update README Signed-off-by: zhu733756 <[email protected]> * fix fluentbit svg Signed-off-by: zhu733756 <[email protected]> * update Roadmap Signed-off-by: zhu733756 <[email protected]> * fix comments and README Signed-off-by: zhu733756 <[email protected]>
1 parent 90d2b48 commit 55730d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2238
-400
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,6 @@ endef
152152

153153
go-deps: # download go dependencies
154154
go mod download
155+
156+
docs-update:
157+
go run ./cmd/doc-gen/main.go

0 commit comments

Comments
 (0)