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.
2 parents 3302c7d + 70d9a25 commit bae98dcCopy full SHA for bae98dc
1 file changed
docgen/proto/gen.sh
@@ -67,6 +67,9 @@ generate () {
67
sed -i -e "s/\${title}/$title/g" "$OUT_DIR/$OUT_FILE"
68
sed -i -e "s/\${version}/$version/g" "$OUT_DIR/$OUT_FILE"
69
70
+ sed -i -E -e "s#(<p>)buf:.+</p>##g" "$OUT_DIR/$OUT_FILE"
71
+ sed -i -E -e "s#^buf:[^<\n]+##g" "$OUT_DIR/$OUT_FILE"
72
+
73
inject_header "$OUT_DIR/$OUT_FILE" "$version" "proto"
74
}
75
0 commit comments