Skip to content

Commit

Permalink
prep theme
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jan 2, 2025
1 parent 505dd40 commit a9e11e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docgen/proto/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generate () {
-v "${SCHEMA_PATH}:/protos:ro" \
-v "${TEMPLATES_PATH}:/templates:ro" \
"pseudomuto/protoc-gen-doc:${PROTOC_GEN_DOC_VERSION}" \
--doc_opt=html,index.html \
--doc_opt=/templates/html.tmpl,index.html \
"bom-${version}.proto"

# fix file permissions
Expand Down
4 changes: 2 additions & 2 deletions docgen/proto/templates/html.tmpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
{{!--
{{/*

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

--}}
*/}}
<html>
<head>
<title>Protocol Documentation</title>
Expand Down

0 comments on commit a9e11e8

Please sign in to comment.