You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/08/02 16:44:30 UTC

svn commit: r1509727 - /cordova/site/README.md

Author: agrieve
Date: Fri Aug  2 14:44:29 2013
New Revision: 1509727

URL: http://svn.apache.org/r1509727
Log:
Update README.md to mention checking your diff when updating docs

Modified:
    cordova/site/README.md

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1509727&r1=1509726&r2=1509727&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Fri Aug  2 14:44:29 2013
@@ -52,7 +52,11 @@ How to update the docs
     $ ./bin/generate
 
     # copy the rendered docs from `cordova-docs` to `cordova-website`
-    $ rsync -av --exclude='.svn*' public/ ../site/public/docs
+    $ rsync -av --exclude='.svn*' public/ ../cordova-website/public/docs
+
+    # Ensure that an "svn diff" looks to include only your changes:
+    $ svn diff | less
+    # If it doesn't, make sure that you are using the correct version of nokogiri when generating.
 
     # update the "Documentation" URL on the site to point to the latest version of the docs
     $ vi _config.yml