Welcome! This site contains the latest Magento developer documentation for ongoing Magento 2.0 releases.
To contribute, please fork the 2.0 branch.
You can build this site yourself using Jekyll. Here's how:
# Install dependencies
$ bundle install
# Visit http://localhost:4000 in your favorite browser!
$ bin/jekyll serve
El Capitan and later versions of Mac OS X require additionall steps prior to installation due to security improvements.
Switch to root devdocs directory and Run the following commands to install and run jekyll server.
# Install Bundler into /usr/local/bin directory instead of protected /usr/bin
$ sudo gem install bundler -n /usr/local/bin
# Install dependencies
$ bundle install
# Run Jekyll to compile and then automatically recompile all changed files. Visit http://localhost:4000 to preview the documentation output.
$ bin/jekyll serve
If you have questions, open an issue and ask us. We're looking forward to hearing from you!
-
Visit our documentation site, built on GitHub using Jekyll.