Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Component Classes" menu not visible on small-width #17

Open
ajpiano opened this issue Mar 15, 2015 · 4 comments
Open

"Component Classes" menu not visible on small-width #17

ajpiano opened this issue Mar 15, 2015 · 4 comments

Comments

@ajpiano
Copy link
Contributor

ajpiano commented Mar 15, 2015

Not sure if this is by design, but the "Component Classes" list on the API docs page is not visible on small widths/mobile. This makes it hard/impossible to find docs for individual classes when on mobile.

@rwaldron
Copy link
Contributor

Not intentional. Maybe @Wilto can have a look?

@rwaldron
Copy link
Contributor

  • api/index.html
    • mobile:
      • menu
    • other:
      • menu
      • content
  • api/**/index.html (actual component class pages)
    • mobile:
      • content
    • other:
      • menu
      • content
  • examples/index.html
    • mobile:
      • menu
    • other:
      • menu
      • content
  • examples/**/index.html (actual example pages)
    • mobile:
      • content
    • other:
      • menu (currently not even included)
      • content

(revised)

@derekwheee
Copy link
Contributor

This happens in the examples section too. The only example mobile users can get to is the Hello World.

@rwaldron
Copy link
Contributor

@Frxnz nice catch, I'll revise the list above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants