We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505dd40 commit a9e11e8Copy full SHA for a9e11e8
docgen/proto/gen.sh
@@ -24,7 +24,7 @@ generate () {
24
-v "${SCHEMA_PATH}:/protos:ro" \
25
-v "${TEMPLATES_PATH}:/templates:ro" \
26
"pseudomuto/protoc-gen-doc:${PROTOC_GEN_DOC_VERSION}" \
27
- --doc_opt=html,index.html \
+ --doc_opt=/templates/html.tmpl,index.html \
28
"bom-${version}.proto"
29
30
# fix file permissions
docgen/proto/templates/html.tmpl
@@ -1,10 +1,10 @@
1
<!DOCTYPE html>
2
-{{!--
+{{/*
3
4
template taken from
5
https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
6
7
---}}
+*/}}
8
<html>
9
<head>
10
<title>Protocol Documentation</title>
0 commit comments