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

[cordova-docs] branch master updated: document `gulp fetch`

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6517865  document `gulp fetch`
6517865 is described below

commit 6517865f7abfd45a6b8d0f968291539da00414ba
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Mar 1 12:56:28 2018 +0100

    document `gulp fetch`
---
 doc/working-on-docs.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/working-on-docs.md b/doc/working-on-docs.md
index 4dad151..3ecfb73 100644
--- a/doc/working-on-docs.md
+++ b/doc/working-on-docs.md
@@ -1,8 +1,11 @@
-# Working on `/docs`
+# Working on `www/docs`
 
 ## Pull in documentation from other repos
 
-Many changes to the overall documentation come from other repos and are simply pulled together by a build. `tools/bin/fetch_docs.js` has more details and `www/_data/fetched-files.yml` contains an informative list of src/dest pairs. Most auto-generated files have a comment tag at the top of the file to indicate that they come from elsewhere.
+* Many files of the documentation come from other repos (mainly plugin READMEs) and are simply pulled together by a build script.
+* `tools/bin/fetch_docs.js` (execute via `node ./tools/bin/fetch_docs.js`) has more details and `www/_data/fetched-files.yml` contains an informative list of src/dest pairs.
+* This can also be executed via `gulpfile.js` task `fetch`, by running `gulp fetch` which pulls in the files to `dev/en/{file dest}`.
+* Most auto-generated files have a comment tag at the top of the file to indicate that they come from elsewhere.
 
 ## Update latest (x.y) from `dev`
 

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org