SOF3 / await-generator

Write code in async/await style in PHP using generators.
https://sof3.github.io/await-generator/master/
Apache License 2.0
123 stars 15 forks source link

book.yml: version README.md #199

Closed Endermanbugzjfc closed 1 year ago

Endermanbugzjfc commented 1 year ago

Preview (zho)

https://zjfc.is-a.dev/await-generator/master/README/zho/

This requires changing the README.md at gh-pages branch to a redirector, as libasynql. For translations to work.

<html>
<head>
    <meta http-equiv="refresh" content="0;url=https://sof3.github.io/await-generator/master/README"/>
</head>
</html>

And the fiber.jpeg references need to be changed to an absolute URL.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (9e07d5a) 93.04% compared to head (b8657f5) 93.04%.

:exclamation: Current head b8657f5 differs from pull request most recent head 604d18e. Consider uploading reports for the commit 604d18e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #199 +/- ## ========================================= Coverage 93.04% 93.04% Complexity 157 157 ========================================= Files 12 12 Lines 446 446 ========================================= Hits 415 415 Misses 31 31 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Chan+Kwan+Yin). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonathan+Chan+Kwan+Yin)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

SOF3 commented 1 year ago

what's the point of versioning the readme though? the versioning was just to ensure the book (which describes the code) has the correct version, not to ensure the entry page is versioned.