- Keep the top-nav menu on medium screens
- Keep the sidebar navigation on medium screens
- Keep the right-hand toc on large screens
- Adjust breakpoints
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
- Remove manual breakpoint definitions and use tailwind defaults
- Fix various overflow and other rendering issues
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
h1 elements with IDs need a scroll margin to account for the header and
margin height. These anchors are linked automatically by Algolia.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Some documents are missing a `title` front matter,
and instead use an H1 from the document body.
This change introduces a fix to render an external
h1 only if the front matter field is set.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>