Source: https://teddit.net/r/PHP/comments/thqfel/til_php_is_still_providing_docs_in_chm_format/

  • southerntofu@lemmy.ml
    ·
    3 years ago

    That's also why i love the rust ecosystem. If you have rust installed and have your local dependencies (or only use the standard library), the docs can be generated locally (cargo doc). I certainly remember local manuals helping me out more than once over the years :)