Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded OS Links in Markdown #12880
Added OS Links in Markdown #12880
Conversation
|
There is also added links for each OS so contributors can simply click their OS instead of scrolling through "endless" documentation. |
|
@bors-servo r+ rollup |
|
|
| * [Microsoft Windows](#windows) | ||
| * [Android](#android) | ||
|
|
||
| <a name="osxHome"></a> |
This comment has been minimized.
This comment has been minimized.
Ms2ger
Aug 16, 2016
Contributor
Rather than using a elements, I'd use headers; github will generate ids automatically.
Also, I'd collapse the three OSX sections into one.
|
@bors-servo r- What @Ms2ger said. |
|
|
||
| ```sh | ||
| sudo emerge net-misc/curl media-libs/freeglut \ | ||
| media-libs/freetype media-libs/mesa dev-util/gperf \ | ||
| dev-python/virtualenv dev-python/pip dev-libs/openssl \ | ||
| x11-libs/libXmu media-libs/glu x11-base/xorg-server | ||
| ``` | ||
|
|
||
| On Windows: | ||
| ##### On Windows |
This comment has been minimized.
This comment has been minimized.
| * [Arch Linux](#on-arch-linux) | ||
| * [Gentoo Linux](#on-gentoo-linux) | ||
| * [Microsoft Windows](#on-windows) | ||
| * [Android](#cross---compilation-for-android) |
This comment has been minimized.
This comment has been minimized.
|
Fix these two last things and it's ok. |
|
@nox Awesome thanks, I wasn't sure for the Android one - it was a guess. |
|
Squash! |
From a to header Fixes for heading layout
|
@KiChjang Squash completed! :) |
|
@bors-servo: r=nox,Ms2ger |
|
|
Added OS Links in Markdown <!-- Please describe your changes on the following line: --> It is really an improvement to make room for a commit that links contributors to https://janitor.technology --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12880) <!-- Reviewable:end -->
|
|
highfive
commented
Aug 17, 2016
|
|
No, they aren't they're intermittents (#12891) @bors-servo: retry |
|
|
|
|
|
The links are broken. Nothing happens when I click on the them. Perhaps the code should be using the |
|
Huh... They work fine for me. Have you double-checked? |
|
@emilio They don't work on my phone. |
|
When I try clucking on them, nothing happens on my phone except for the link changing to the appropriate header. |
Coder206 commentedAug 15, 2016
•
edited
It is really an improvement to make room for a commit that links contributors to https://janitor.technology
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is