docs: update

This commit is contained in:
Nex Zhu
2021-07-20 09:36:57 +08:00
parent 9d77f65495
commit 345adce56e
9 changed files with 444 additions and 224 deletions

View File

@@ -93,7 +93,7 @@ for aug in $@; do
$async_tag
fi
if [ $aug == "docs" ]; then
plugin=protoc-gen-ts
plugin=protoc-gen-doc
plugin_path=$(which $plugin)
if [ $? -ne 0 ]; then
echo "missing plugin: $plugin" && exit