Hi! I want to use my docs locally, but when I build and open any link

Is there any way to include index.html in the links ? thanks
I'm not sure I understand what your problem is. Are you saying that you want to browse the built site on the local file system (for example: file:/path/to/some/file.html)? If so, then you need to set use_directory_urls to false. If you are trying to accomplish something else, then you will need to provide more information.
It works, thanks!
Closing this as there is no actionable issue.
Most helpful comment
I'm not sure I understand what your problem is. Are you saying that you want to browse the built site on the local file system (for example:
file:/path/to/some/file.html)? If so, then you need to setuse_directory_urlstofalse. If you are trying to accomplish something else, then you will need to provide more information.