Author: steven
Date: Thu May 17 14:49:08 2018
New Revision: 1831786

URL: http://svn.apache.org/viewvc?rev=1831786&view=rev
Log:
Updated docs

Modified:
    cordova/site/public/docs/en/dev/guide/cli/template.html
    cordova/site/public/feed.xml

Modified: cordova/site/public/docs/en/dev/guide/cli/template.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/cli/template.html?rev=1831786&r1=1831785&r2=1831786&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/cli/template.html (original)
+++ cordova/site/public/docs/en/dev/guide/cli/template.html Thu May 17 14:49:08 
2018
@@ -2503,7 +2503,7 @@ $ cordova create hello com.example.hello
 <p>Begin by creating a cordova app that will become the basis for your 
template. Then you&#39;ll take the contents of your app and put them into the 
following structure. When your template is used, all of the contents within 
<code>template_src</code> will be used to create the new project, so be sure to 
include any necessary files in that folder. Reference <a 
href="https://github.com/apache/cordova-template-reference";>this example</a> 
for details.</p>
 <div class="highlight"><pre><code class="language-" 
data-lang="">template_package/
 ├── package.json      (optional; needed to publish template on npm)
-├──   index.js        (required)
+├── index.js      (required)
 └── template_src/     (required)
     └── CONTENTS OF APP TEMPLATE
 </code></pre></div>

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1831786&r1=1831785&r2=1831786&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu May 17 14:49:08 2018
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Sun, 06 May 2018 20:09:58 +0000</pubDate>
-    <lastBuildDate>Sun, 06 May 2018 20:09:58 +0000</lastBuildDate>
+    <pubDate>Thu, 17 May 2018 14:23:51 +0000</pubDate>
+    <lastBuildDate>Thu, 17 May 2018 14:23:51 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>



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

Reply via email to