DocOps / asciidocsy-jekyll-theme

Jekyll/AsciiDoc port of Docsy theme for scalable technical documentation projects
https://asciidocsy.netlify.app/docs
Apache License 2.0
9 stars 9 forks source link

On mobile, site and subject navs should be collapsable menus #33

Open briandominick opened 3 years ago

briandominick commented 3 years ago

The mobile version has 2 obvious problems: a margin along the right side and menus that are way too big at the top.

sceenshot-asciidocsy-mobile

The menus should be collapsed to a hamburger button so the reader sees some content before scrolling.

briandominick commented 3 years ago

On second thought, maybe the initial behavior is just to collapse the subject menus by default on mobile.

screenshot-asciidocsy-mobile-menus-collapsed

Some of that margin can be removed, and maybe just the site nav goes into a hamburger button?

Also here's how that is done in Bootstrap 4.

(Also that weird margin has disappeared wuh?)

briandominick commented 3 years ago

And maybe the breadcrumbs should go above the collapsed subject menus.