Skip to content

Commit

Permalink
Merge pull request #98 from areugoh/fix/template
Browse files Browse the repository at this point in the history
fix(markdown): template
  • Loading branch information
jorgechato authored Jan 26, 2024
2 parents 2e348e2 + 4ffd979 commit c13b5e9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 590 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ dep:
.PHONY: docs
docs:
@echo "Generating docs..."
@${find} proto -name '*.proto' -printf '%h\0' | sort -zu | xargs -0 -I{} -P${CPUS} bash -c "d={}; mkdir -p scripts/doc-registry/src/content/docs/"'$$d'" && protoc ${PROTO_DOCS_OPTS} --doc_opt=./scripts/markdown.tmpl,index.mdx:google/* --doc_out=${DOC_REGISTRY_DIR}/"'$$d'" ${PLATFORM_PREFIX}/"'$$d'"/*.proto"
@${find} proto -name '*.proto' -printf '%h\0' | sort -zu | xargs -0 -I{} -P${CPUS} bash -c "d={}; mkdir -p scripts/doc-registry/src/content/docs/"'$$d'" && protoc ${PROTO_DOCS_OPTS} --doc_opt=./scripts/markdown.tmpl,index.md:google/* --doc_out=${DOC_REGISTRY_DIR}/"'$$d'" ${PLATFORM_PREFIX}/"'$$d'"/*.proto"
@rm -rf scripts/doc-registry/src/content/docs/{}

PROTOC_GATEWAY_SPEC_OPT=${PROTO_OPTION} \
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c13b5e9

Please sign in to comment.