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 b92bd46 commit 8c484e9Copy full SHA for 8c484e9
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