Updates to Navigation#27
Conversation
|
Thanks, great start on addressing the site usability. Big question: Are these the right top level categories? Categories are hard! I relooked at Processing.org catgories and find that organization confusing. In contrast the the p5.js website is better. I also like hydra categories. I know we' looked at all of these previously. now i'm relooking just for category names and hierarchy. Download, Examples, and Tutorials are no longer top level categories. does that make them harder to find? From the Advanced users usability study (see page 23) they had top level sections as an example: Getting Started, Learning Resources, Reference, Contribution, and Developer Resources . Should our top section be named L5, Welcome, Intro, Home, or About?? I'm not sure what's best. Immediate thoughts of improvements:
|
|
Visual tests passed or no worse than previous site when tested across browsers. Updates tested on Firefox and the low bandwidth GUI browsers netsurf and dillo seemed to work well enough, to me, except for external itch hosted devlog was a little glitchy. In text browsers links, w3m worked well for new site design. In offpunk the navbar still missing, but that's a result of 'usability' library that's part of it optionally. |
|
Wrong asset image files linked on the mac install tutorial. file names should be mac1.webp to mac9.webp not for example mac2test.webp |
|
typos:
|
Related to #24 , first pass at navigation updates and some simplification on UI.
Changes made:
contributing.mdadded some styling to hide the TOC from showing in navigation. This is an ugly solution and I'm not happy about it. But integrated TOC can't be hidden otherwise. We could change our writing of Markdown to not use headers, but that doesn't make sense.overrides/to adjust for some styling updatesmkdocs.yml. Nothing actually needed to be installed, have yet to do research on actual impact of site size and something to check.Note: my auto-formatter changed markdown files from
*to_, and also made changes toextra.css. I will clean this up but not right now.