Skip to content

Commit

Permalink
- Update api doc (fluid-cloudnative#573)
Browse files Browse the repository at this point in the history
- Add makefile task for api doc update
  • Loading branch information
TrafalgarZZZ authored Feb 4, 2021
1 parent 4be7c32 commit 034c46d
Show file tree
Hide file tree
Showing 3 changed files with 1,256 additions and 307 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ generate: controller-gen
update-crd: manifests
cp config/crd/bases/* charts/fluid/fluid/crds

update-api-doc:
bash tools/api-doc-gen/generate_api_doc.sh && mv tools/api-doc-gen/api_doc.md docs/zh/dev/api_doc.md && cp docs/zh/dev/api_doc.md docs/en/dev/api_doc.md

# Build the docker image
docker-build-dataset-controller: generate fmt vet
docker build --no-cache . -f Dockerfile.dataset -t ${DATASET_CONTROLLER_IMG}:${GIT_VERSION}
Expand Down
Loading

0 comments on commit 034c46d

Please sign in to comment.