For multi-module, Is there a configuration to open a specific child module html by default(instead of the page that shows
All modules:
)?
c
CLOVIS
01/24/2023, 1:08 PM
The HTML output is a regular website, it's not an app. You can just copy the URL of the module you want and give that to your users
s
Shivam
01/25/2023, 5:58 AM
Yeah, but the problem with that is, when someone clicks on the navbar title, it takes them back to the
All modules
page, and I'd like to modify that behavior as well so that clicking on it opens that default module only.
c
CLOVIS
01/25/2023, 8:46 AM
Why do you want people not to go to the root module? If you only want to document a single module, you can just generate the documentation only for that one.
s
Shivam
01/25/2023, 9:00 AM
it's mostly because of the title of that page which says
All modules:
So, I was looking to either
⢠modify the title
All modules:
to say something like
My Lib:
or
⢠point to the main module of the lib.
Shivam
01/25/2023, 9:04 AM
the other option that I can use is to modify the css to something like this:
There's actually another issue, which is the ordering of the submodules in that main page.
I'd also like to move a specific module at the very top and then have other modules below it.