When generating docs for an API, constants could be grouped at the top of the API section. Suggested at https://github.com/WordPress/gutenberg/pull/14265#issuecomment-470076141 One way to implement this would be to group the symbols that are constants, as declared by the [`@constant` JSDoc tag](http://usejsdoc.org/tags-constant.html). Note the related `@const` tag.