Apiblueprint 是否可以将唯一资源添加到目录中?

Apiblueprint 是否可以将唯一资源添加到目录中?,apiblueprint,apiary.io,apiary,Apiblueprint,Apiary.io,Apiary,这个 产生 现在: 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 descript

这个

产生

现在:

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)
产生


为什么各个资源不属于Apariy目录的一部分?

这在当前Apariy交互文档中是不可能的。然而,我们正在研究资源确实是TOC一部分的地方

例如:


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

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)