Vipul
Vipul
What were some of your ideas around the overhaul, @slorber ?? One way of redesigning the navbar would let the user specify the layout of all of the items in...
Typically, the way this is done is by making the anchor tag a block element (display: block) and then apply the CSS properties to show ellipsis when the text overflows...
It appears the problem is with the generated link to a non-existent Github tag: [https://github.com/facebook/docusaurus/releases/tag/v2.x](https://github.com/facebook/docusaurus/releases/tag/v2.x) The tag v2.x doesn’t exist.
One way to fix this is to not show the ‘Release Notes’ for 2.x, like is done for v1.x :)
> > When analyzing the HTML output from Docusaurus, the sidebar (aside) is rendered before the main content (main) and the h3 tag in the sidebar is being detected as...