"Andrej Mitrovic" <and...@none.net> wrote in message news:ids8s6$21g...@digitalmars.com... > > And I've had an idea to make the documentation website a little easier to > navigate. Here's what the docs look like with their old design: > > http://imgur.com/8Vdrj.jpg > > Now, that's quite a mess to look at. The text isn't aligned or anything so > it doesn't look that good, and you can't really tell which of those names > are functions, class definitions or enums, etc. > > So I just quickly sketched out what I'd like to see instead: > > http://imgur.com/0lufR.jpg > > Disregard the off coloring, font sizes, and my general lack of design > skills please :). The main point is to put the links in a table so they're > aligned and easier to browse, and maybe even categorize all the names by > their type (functions/enums/etc). > > I'm pretty sure adding a table is trivial, but I don't know if we can > automatically categorize all the names and put them in separate tables. > > Thoughts? >
vote++