You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## How to generate API reference doc according to the proto files
3
25
We can use [protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc) and docker to generate api documents,the command is as follows:
4
-
(Run in layotto directory)
26
+
27
+
<!-- tabs:start -->
28
+
### **Make command(recommended)**
29
+
```bash
30
+
make proto.doc
31
+
```
32
+
This command uses docker to run protoc-gen-doc and generate docs.
0 commit comments