-
Hi, In my testing, it looks like the hideBreadcrumbs:true option does three things:
Does that seem correct? If so, is there any way to get the "no breadcrumbs" effect without the other two? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi,
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response! Unfortunately, the repo is private. Still, knowing that the side effects I'm seeing aren't intentional in the plugin makes me hopeful I can resolve it. BTW, I'm also seeing an interaction between hidePageTitle":true, and "entryFileName":"Index" ... setting hidePageTitle to true respects my entryFileName. When hidePageTitle is false, my entry file looks like it might be using the package name. My setup is complex though: I run typedoc twice to generate markdown, then I inject some extra markdown into the typedoc output, then I run it through Docusaurus. |
Beta Was this translation helpful? Give feedback.
Hi,
hideBreadcrumbs
should just hide the breadcrumbs and not change anything else. I don't suppose your project is available publicly to get a better understanding?