Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 952 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 952 Bytes

Magento Developer Documentation

Welcome! This site contains the latest Magento developer documentation for ongoing Magento 2.0 releases.

To contribute, please fork the develop branch. We won't accept pull requests into master.

Building this site

You can build this site yourself using Jekyll. Here's how:

# Copy the sample config file and name it "config.yml"
$ cp _config.devdocs.yml _config.yml

# Install dependencies
$ bundle install

# Visit http://localhost:4000 in your favorite browser!
$ bin/jekyll serve

If you have questions, open an issue and ask us. We're looking forward to hearing from you!