Open tomaskir opened 4 years ago
This is better in regards to the other tickets, but to the issues described in this ticket, I personally don't find much improvement.
Scrolling across the function reference, you still have to pay attention really hard to not accidentally scroll into the same part of a different function.
I personally think some "containers" that would wrap a single function and visually separate it from the following one would REALLY help.
Something like this: this is a fast mockup - please disregard the colors and the quality ;)
This would achieve 3 things: 1) clearly highlight the function header (name) 2) clearly show the "body" of documentation belonging to that function 3) separate the previous body from the next header, both by a white spacer, and by the next header being the header color
A lot of parts of the documentation blend together into an un-readale mess, since there is no visual consistent signature for segmentation of topics / segments.
For example:
Looking at this from a UX / visual perspective, there is almost no segmentation between different sections (which in this case would be NXSL functions), which causes the reader to get lost easily.
As for more examples, where the
Function Reference
ends andClass Reference
starts - there is no visual indication. The reader could scroll by that without even noticing we are in completely different documentation sections now:There is 0 visual indication I have just left a major section of the documentation (
Function Reference
) and went to a new one (Class Reference
).