kikofernandez
4 years agoNew Member
Adding user guides to API
Hi,
I was wondering if there is any way to add user guides under the generated documentation. I thought these could be added after the tags, e.g.,
```
tags:
- name: XXXX
- description: <Here comes a long description or user guide>
```
Is this possible at all?
Thanks!