Jake Witz
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:   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...
Requirements for this project: - Ask Astro should ONLY pull articles designated as visible to "Signed-in users". We have internal content for CRE only that won't be beneficial or relevant...
Another small, possibly related bug: If you set `dry-run` BEFORE `title-from-h1`, Mark will not process the `title-from-h1` setting and will throw an error even if a title is set as...