I want to use Nim's built-in documentation generating facilities to generates the docs for Norm: https://moigagoo.github.io/norm/
However, there're issues I'm facing and cannot find the solution for.
Why does mine not show the modules and stuff? How does Nim put the module name at the top of every page, e.g. https://nim-lang.org/docs/math.html?
Here are the commands I'm calling to generate the docs: https://github.com/moigagoo/norm/blob/feature/docs/norm.nimble#L15