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

@@ -58,7 +58,7 @@ for %%A in (%*) do (
@echo off
)
if "%%A"=="docs" (
set plugin=protoc-gen-ts
set plugin=protoc-gen-doc
where /q !plugin! || echo missing !plugin! && exit /B
set out=..\..\docs
if not exist !out! mkdir !out!