Promote documents in md-pages branch.

Seems that now both master branch and md-pages branch have docs/
directory, but only the latter looks to be maintained.
  https://chromium.googlesource.com/external/gyp/+/master/docs/
  https://chromium.googlesource.com/external/gyp/+/md-pages/docs/

This might be a bit confusing for users and contributors,
since they could be easily navigated to those documents in
master branch in the following steps.

  1. Search 'GYP' then be navigated to
     https://code.google.com/p/gyp
  2. Find 'Source' tab and click it to be navigated to
     https://code.google.com/p/gyp/wiki/Source?tm=4
  3. Find a new repository URL.
     https://chromium.googlesource.com/external/gyp
  4. Find a 'Hacking' guide w/o realizing that the document is
     a bit out of date.
     https://chromium.googlesource.com/external/gyp/+/HEAD/docs/Hacking.md

With this CL, hopefully users and contributors can find the
latest documents.

BUG=
R=dpranke@chromium.org

Review URL: https://codereview.chromium.org/1400043002 .
9 files changed
tree: 75db94144e6dee49970799cfc49990a80761eb5d
  1. buildbot/
  2. data/
  3. pylib/
  4. samples/
  5. test/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. codereview.settings
  10. DEPS
  11. gyp
  12. gyp.bat
  13. gyp_main.py
  14. gyptest.py
  15. LICENSE
  16. OWNERS
  17. PRESUBMIT.py
  18. README.md
  19. setup.py
README.md

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.