Jake Witz

Results 8 comments of Jake Witz

@Josh-Cena I am building a navbar dropdown which represents an entire product, and each dropdown item is a different version/ component of that product. When browsing a doc for one...

Let me be more specific with my use case in case that helps: We host two separate product documentation sets on our docs site: One for a versioned product and...

And because ABP/ ABR are optional values, nobody would have to interact with this behavior if they didn't want to

Oh wow, brilliant workaround @Josh-Cena ! That works exactly as intended!

@slorber Desired behavior was achieved by setting `activeClassName: 'navbar__link--active'` as Joshua mentioned: ![Screen Shot 2021-11-16 at 5 55 51 PM](https://user-images.githubusercontent.com/74574233/142039575-39a1c0ca-38b7-4bdb-ab6c-6d786c89515f.png) ![Screen Shot 2021-11-16 at 5 55 58 PM](https://user-images.githubusercontent.com/74574233/142039578-3115fd4c-3269-4b2e-a1a3-2d4bf444ce85.png) The "Enterprise"...

@Cindy0622 You can see how we do this in the `Software` dropdown menu of our Docusaurus config file: https://github.com/astronomer/docs/blob/main/docusaurus.config.js

@Cindy0622 Are you getting errors? Or is it just not highlighting as expected? You might have to fine-tune the behavior of the sidebar using `ActiveBasePath/ ActiveBaseRegex`, took me a while...

I'm also experiencing this issue happening in Redocusaurus v2.0.0/ Docusaurus v3. Local file works while external URL does not. Weirdly though wasn't affected in Docusaurus v2, external links worked fine...