Skip to content

Commit c5b969a

Browse files
authored
Remove duplicated endraw statement for documentation generation (#2589)
* Remove duplicated endraw statement for documentation generation This was accidentally copy pasted in my last PR, breaking documentation generation. #2578 * Remove proto3 reference for code block * Fix code block format * proto -> protobuf
1 parent e4a042d commit c5b969a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/mapping/customizing_openapi_output.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ Output json:
283283
]
284284
},
285285
```
286-
{% endraw %}
287286

288287
### Hiding fields, methods, services and enum values
289288

@@ -317,7 +316,7 @@ Note: Annotations are only supported on Services, Methods, Fields and Enum Value
317316
`opt: visibility_restriction_selectors=PREVIEW` will result in:
318317

319318
Input Example:
320-
```proto3
319+
```protobuf
321320
service Echo {
322321
rpc EchoInternal(VisibilityRuleSimpleMessage) returns (VisibilityRuleSimpleMessage) {
323322
option (google.api.method_visibility).restriction = "INTERNAL";

0 commit comments

Comments
 (0)