franz-josef-kaiser / wp-cli.github.com

wp-cli.org website

Home Page:http://wp-cli.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Setup

  1. Install Composer.

  2. Install dev dependencies with composer install --dev

  3. Build:

vendor/bin/phake

Preview locally

  1. Install Bundler gem: gem install bundler.
  2. Install dependencies: bundle install
  3. 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.

How to translate

  1. Add your language to [_config.yml](https://github.com/wp-cli/wp-cli.github.com/blob/master/_config.yml).
  2. Create a folder under the name of your appropriate language code (IETF language tag). e.g. ja or pt_BR
  3. Copy index.md into your language's directory.
  4. Translate index.md.

About

wp-cli.org website

http://wp-cli.org/


Languages

Language:HTML 46.5%Language:PHP 27.8%Language:CSS 24.3%Language:Shell 1.2%Language:Ruby 0.2%