You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/01 06:11:30 UTC

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

Author: marcelk
Date: Tue Oct  1 04:11:30 2013
New Revision: 1527866

URL: http://svn.apache.org/r1527866
Log:
[CB-4830] add reminder to "svn add" new version dir

Modified:
    cordova/site/README.md

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1527866&r1=1527865&r2=1527866&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Tue Oct  1 04:11:30 2013
@@ -54,6 +54,9 @@ How to update the docs
     # copy the rendered docs from `cordova-docs` to `cordova-website`
     $ rsync -av --exclude='.svn*' public/ ../cordova-website/public/docs
 
+    # if you are adding a new version of cordova docs, don't forget to:
+    $ svn add public/docs/my_new_version
+
     # 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.