Technical Documentation Page Feedback Wanted

I would like some feedback on my technical documentation page.
Note: I wasn’t sure if I was supposed to make one for javascript or something else so I just did it on Javascript

1 Like

Looks cool. I would do the navigation as <a> (anchor) tags instead of a <ul> (list), because the list will indent everything and give it unnecessary padding on the left.

Awesome work!

Two suggestion:

  1. Your breakpoint for the single column layout is at 600px, From 601px to ~700px the view is really unattractive, because the navigation is very wide.

  2. In the single column layout (<= 600px), you have to scroll all the way up to the navigation at the top. A collapsing navigation would be really awesome. But that’s more of an advanced topic.