0

这个

FORMAT: 1A
HOST: something.com

# Something API    

# Group Something
    Foobar description
## Some Route [/routeroute]
    Foobar description
### Some HTML Action [GET]
+ Response 200 (text/plain)

# Group Something 2
    Foobar description 2
## Some Route [/routeroute2]
    Foobar description 2
### Some HTML Action 2 [GET]
+ Response 200 (text/plain)

生成     这个目录

现在这个:

FORMAT: 1A
HOST: something.com

# Something API    

# Some Route [/routeroute]
        Foobar description
## Some HTML Action [GET]
+ Response 200 (text/plain)

# Some Route 2 [/routeroute2]
        Foobar description 2
## Some HTML Action 2 [GET]
+ Response 200 (text/plain)

生成     在此处输入图像描述

为什么单个资源不是 Apiary 目录的一部分?

4

1 回答 1

0

这在当前的 Apiary 交互式文档中是不可能的。然而,我们正在研究下一代文档,其中资源确实是 TOC 的一部分。

例如:

目录


要选择加入下一代文档测试版,请在您的 API 设置中查找“新文档”开关。

于 2014-06-19T08:37:41.267 回答