-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add a "Tools" section #2092
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
Add a "Tools" section #2092
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.
Very nice! I have just one main concern about leaving backwards-compatible redirects when moving pages, but otherwise it looks wonderful!
Put on the homepage and in the sidebar Signed-off-by: Julia Evans <julia@jvns.ca>
Signed-off-by: Julia Evans <julia@jvns.ca>
Signed-off-by: Julia Evans <julia@jvns.ca>
Signed-off-by: Julia Evans <julia@jvns.ca>
@jvns Just a few comments from my side. But I really like where this is going! 💜 |
@To1ne I agree they look like buttons and it's a bit weird. On its own I like the idea of making the whole thing clickable, but because right now the design is the same as the design as https://git-scm.com/learn, it requires also rethinking the design of that page and I'm not quite sure how to do it. It's tricky because on the Learn page there are sometimes internal links inside those boxes, so you can't make the whole box a link in the same way |
Let’s then just defer that to a later point.
|
💜 |
This adds the "Tools" page discussed in #2070. I added tools to the "command line tools" page pretty arbitrarily -- I just added a tools that I've heard of before or used, with the idea that folks can submit PRs with other tools that they've used. I tried to stick to the ways the command line tools describe themselves and avoided editorializing.
I also moved "Hosting" into the Tools section from the homepage (from #2063), since hosts feel like tools to me, especially since some of them can be self-hosted. In the future it might be good to point out specifically which repository hosting tools can be used to self-host, but I just moved the existing page for now.
You can see it in action here: https://jvns.github.io/git-scm.com/tools
I think the main thing that still needs to be done here is to to add a little more "editorial" text around these community tools -- I think for most people using Git is a much better experience when using some third-party Git tooling and it would be nice to communicate that in some way.
Fixes #2070 and #2063