Documenation REST API of Plone Add-On: Best Practice

I am about to extend the REST API of collective.bookmarks: identifiers uid, owner, group + querystring/params

For documentation purpose: Are there helpers to set up an initial structure in /docs for something like in plone.restapi plone.restapi: A RESTful hypermedia API for Plone. — plone.restapi 1.0a1 documentation ?

I think that I copied the code in plone.restapi when creating the docs for collective.restapi.linguaplone (collective.restapi.linguaplone/docs/source at master · collective/collective.restapi.linguaplone · GitHub)

Ah, I see. Thank you, that is a straight forward way to go. I like it.