-
Notifications
You must be signed in to change notification settings - Fork 31
Help page redesign #312
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
Help page redesign #312
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wow, I had no idea we even have such design constraints 😆 Where did you find out about the blue? :D
Could you please make the content max width be a bit wider? It's quite narrow on my FullHD monitor, kind of unnecessarily. Otherwise the page looks beautiful.
Technically that's the Rust Foundation brand colors, but it's official enough for me. |
97396f3
to
4595b4b
Compare
Thanks! I went through the commands on the help page and noticed that it doesn't fully correspond to the |
I've made sure that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Reading the help table in HTML is quite difficult, eventually we should define the help commands in Rust (even with just a tuple of (cmd, permissions, description)
and then just render it in the template with a for loop, to avoid repeating all the HTML table items. But that doesn't need to happen here.
Redesigns the help page and adds some base styling.