Skip to content

Commit 43fa1b7

Browse files
djibouleauDaniel Jibouleau
andauthored
Markdown docs : No lowercase on anchors in README file (#21442)
Co-authored-by: Daniel Jibouleau <daniel.jibouleau@aina.ai>
1 parent 304b3cb commit 43fa1b7

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator/src/main/resources/markdown-documentation

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/markdown-documentation/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All URIs are relative to *{{{basePath}}}*
88

99
| Class | Method | HTTP request | Description |
1010
|------------ | ------------- | ------------- | -------------|
11-
{{#apiInfo}}{{#apis}}{{#operations}}| {{#operation}}*{{classname}}* | [**{{operationId}}**](Apis/{{apiDocPath}}{{classname}}.md#{{operationIdLowerCase}}) | **{{httpMethod}}** {{path}} | {{{summary}}}{{^summary}}{{{notes}}}{{/summary}} |
11+
{{#apiInfo}}{{#apis}}{{#operations}}| {{#operation}}*{{classname}}* | [**{{operationId}}**](Apis/{{apiDocPath}}{{classname}}.md#{{operationId}}) | **{{httpMethod}}** {{path}} | {{{summary}}}{{^summary}}{{{notes}}}{{/summary}} |
1212
{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
1313
{{/generateApiDocs}}
1414

0 commit comments

Comments
 (0)