Closed wrobbinz closed 5 years ago
Hi, sorry to bump. It would be awesome to get clarification if this is either:
a) already an available feature b) a planned feature c) an unplanned feature
Any answer is fine, and would help my team move forward. Thanks!
Your resource groups should show in the reference section.
Here's an example:
# My API
...
## Group Soda
## Example [/example]
### View [GET]
+ Response 204
## Group Juice
## Juicing Resource [/juices]
### View [GET]
+ Response 204
If you are seeing different behaviour, would you be able to share with us a full API Blueprint so we can test. You're welcome to reach out to Apiary support (support@apiary.io) to send the private document and they will be happy to debug the problem.
Sorry if I missed the documenation or issue that covers this!
Apiary's sidenav appears to only have two sections:
INTRODUCTION
: h1 (#) sections that are not a part of a 'Group' (# GroupREFERENCE
: Any section that has been defined once a 'Group' has been defined. Presumably, this is all the resources of your API.In the below example, I have a company that has an extensive API. There are dozens of resources that can naturally be grouped into many different sections. However, when rendering this in Apiary, all resources are jumbled into the
REFERENCE
section.How can I organize my API so that each 'Group' is segregated into unique sections? Instead of a lazy/ambiguous
REFERENCE
section, I want to offer anINTRODUCTION
,SODA
, andJUICE
section. Is this possible?