您好,我正在尝试使用api blueprint文档嵌套群组,有谁知道有没有可能做到这一点?
我试过了
# group test ## group inner test
但没有成功。
发布于 2017-07-14 19:44:04
不幸的是,# Group foo似乎只在第一级工作,并且没有子组:
# Group foo
https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md#resource-group-section
https://stackoverflow.com/questions/37709152
相似问题