mirror of
https://github.com/danog/amp.git
synced 2024-11-26 20:15:00 +01:00
0192030eb3
This includes an extended introduction. It marks Deferred as advanced API and removes the note for the performance hack. |
||
---|---|---|
.. | ||
.shared@cb9279c84c | ||
cancellation | ||
coroutines | ||
event-loop | ||
iterators | ||
promises | ||
utils | ||
_config.yml | ||
.gitignore | ||
asset | ||
Gemfile | ||
Gemfile.lock | ||
humans.txt | ||
index.md | ||
README.md |
Documentation
This directory contains the documentation for amphp/amp
. Documentation and code are bundled within a single repository for easier maintenance. Additionally, this preserves the documentation for older versions.
Reading
You can read this documentation either directly on GitHub or on our website. While the website will always contain the latest version, viewing on GitHub also works with older versions.
Writing
Our documentation is built using Jekyll.
sudo gem install bundler jekyll
bundle install --path vendor/bundle
bundle exec jekyll serve