tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
234 stars 335 forks source link

Add styles to support printing the tutorial #771

Open sruggier opened 1 month ago

sruggier commented 1 month ago

This makes it possible to save an offline copy of the tutorial to PDF or paper.

Darksonn commented 1 month ago

Thanks. I tried it and it looks ok. However, there's a CI failure due to the "prettier" formatter.

sruggier commented 1 month ago

Thanks, it should be fixed now. I also added a bit of detail to the first commit's subject and description.

sruggier commented 1 month ago

@Darksonn Would you mind re-approving the CI workflow? It should pass now.

mox692 commented 1 month ago

@sruggier I just re-ran tests. (It seems that some tests are still failing, though)

sruggier commented 1 month ago

@mox692 Thanks! I've rebased on the master branch, which seems to have a fix for the failing tests.