You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into this same problem. I thought of a potential workaround that unfortunately still doesn't work: using front matter to specify page titles. Something like:
---sidebar_position: 1sidebar_label: Overviewtitle: First Topic Overview---# Overview
Unfortunately, it seems like this plugin uses the h1 as the sole source of information for the page title, preventing this approach from working.
If the maintainers here are interested in addressing this issue, perhaps the page title searching logic could change to use the front matter title property first, then the h1 if the property isn't defined.
Another approach I've thought of would be to add an option to this plugin to generate page titles with full breadcrumbs, but this seems maybe a bit wonkier vs. using front matter.
First, thanks for creating such a great library! 😄 👍
Second, we have a site with several pages with duplicate titles nested under different parents; for example:
When searching, if a keyword appears in multiple "Design" documents, the search results look like this:
Notice how both documents are listed under a single "Design" category, even though they are actually part of two separate documents.
It would be great if the category could include the parent titles for nested documents. For example, I'd love to see the above be displayed as:
The text was updated successfully, but these errors were encountered: