1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 21:31:18 +01:00
Niklas Keller 3a4c13ad9b Update shared documentation files
This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.
2020-08-30 21:22:25 +02:00
..
2018-06-18 20:11:15 +02:00
2017-08-01 22:21:01 +02:00
2017-09-27 13:49:15 +02:00
2019-05-31 19:12:09 +02:00
2017-09-27 13:25:40 +02:00
2017-05-28 16:07:07 +02:00
2019-02-13 12:57:38 +01:00

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