答案 0 :(得分:1)
您必须customize路径参数片段:
+{{path}}+ |=== |Parameter|Description {{#parameters}} |{{#tableCellContent}}`+{{name}}+`{{/tableCellContent}} |{{#tableCellContent}}{{description}}{{/tableCellContent}} {{/parameters}} |===
答案 1 :(得分:1)
最好的方法是结合@jmformenti和@alek的答案:
path-parameters.snippet
内创建文件src/test/resources/org/springframework/restdocs/templates/asciidoctor/
[caption=]
.{{path}}
|===
|Parameter|Description
{{#parameters}}
|{{#tableCellContent}}`+{{name}}+`{{/tableCellContent}}
|{{#tableCellContent}}{{description}}{{/tableCellContent}}
{{/parameters}}
|===
现在,所有生成的path-parameters.adoc
文件将具有正确的内容,并且您不需要像Alek的答案那样为每个包含内容添加文件。
答案 2 :(得分:0)
如果您只想删除表格标题的“表2”部分,可以尝试添加带空标题的标题栏。例如:
[caption=]
./v1/residences/{id}
include::{snippets}/index/request-parameters.adoc[]