Skip to content

Commit a9e11e8

Browse files
committed
prep theme
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 505dd40 commit a9e11e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docgen/proto/gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generate () {
2424
-v "${SCHEMA_PATH}:/protos:ro" \
2525
-v "${TEMPLATES_PATH}:/templates:ro" \
2626
"pseudomuto/protoc-gen-doc:${PROTOC_GEN_DOC_VERSION}" \
27-
--doc_opt=html,index.html \
27+
--doc_opt=/templates/html.tmpl,index.html \
2828
"bom-${version}.proto"
2929

3030
# fix file permissions

docgen/proto/templates/html.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
2-
{{!--
2+
{{/*
33

44
template taken from
55
https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
66

7-
--}}
7+
*/}}
88
<html>
99
<head>
1010
<title>Protocol Documentation</title>

0 commit comments

Comments
 (0)