Skip to content

hhvm/user-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Aug 5, 2024
Sep 29, 2022
Jul 28, 2020
Aug 5, 2024
Feb 14, 2022
Jan 5, 2024
Aug 5, 2019
Jan 27, 2023
Jan 27, 2023
Dec 13, 2024
Mar 1, 2022
Jun 29, 2022
Aug 5, 2024
Jan 27, 2023
Dec 21, 2020
May 5, 2021
Jan 5, 2022
Mar 28, 2019
Dec 22, 2021
Sep 3, 2020
Jul 27, 2015
Nov 22, 2017
Jul 7, 2017
Dec 22, 2021
Jul 22, 2022
Jul 22, 2022
May 5, 2021
Jan 27, 2023
Dec 10, 2017
Jul 20, 2020
Jun 22, 2021
Nov 18, 2015
Jul 22, 2022

Repository files navigation

HHVM and Hack User Documentation

This is the repo for the HHVM and Hack user documentation. Contributions and feedback are welcome.

If you see anything broken, please file an issue.

Structure

There are three keys areas to this repo:

  • User Documentation: The guides. We realized that finding out how to do simple things like setting up HHVM to more complicated things like using async were more tedious than they should be. The documentation should be a friend, not a nuisance.
  • API Reference: We use our own HHVM code documentation for Hack and HHVM specific API documentation. And for anything PHP specific, we defer to php.net. This serves two purposes:
    • The HHVM source code is the source of truth
    • We don't duplicate PHP documentation, and their documentation will serve as the source of truth for PHP-specific documentation
  • Infrastructure: An easier, more modular and scalable way for documentation. Markdown for user-guide content. Easy to follow, Hack-based source code for building the site.

Check out the source code for building the site. bin/build.php is where all the execution begins.

About

Documentation for those that use HHVM and write Hack code.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages