Hi Alan,
Using the official gjs-documentation repository, the `make`
there works only for the content in the static folder which is
a list of .page file per each sub-folder (GLib-2.0,
GObject-2.0, Gio-2.0). How can I obtain a similar structure
for the `generated` sub-folder?
This is the repository with current documentation that
works only for those 3 static folders:
I don't care much about the output, I care about having
same file structures with same naming convention used in those
3 static folders (.page files) so that I can parse that folder
and retrieve all known info at runtime via JS itself.
Regards