These files comprise wp-cli.org*. However, all command documentation is dynamically generated from the PHPDoc for each command. If you'd like to suggest command documentation changes, please submit a pull request against the primary repo. Command documentation changes are deployed to the website with each release.
-
Install Composer.
-
Install dev dependencies with
composer install --dev
-
Build:
vendor/bin/phake
- Install Bundler gem:
gem install bundler
. - Install dependencies:
bundle install
- Run
jekyll serve --watch
*wp-cli.org/package-index is generated by the package index repo, and won't be present in your local instance.
- Add your language to
[_config.yml](https://github.com/wp-cli/wp-cli.github.com/blob/master/_config.yml)
. - Create a folder under the name of your appropriate language code (IETF language tag). e.g. ja or pt_BR
- Copy
index.md
into your language's directory. - Translate
index.md
.