[jira] [Created] (CB-11065) Documentation - CLI Reference Page References Top Level 'merges' Folder that CLI does not create

2016-04-11 Thread Simon Prickett (JIRA)
Simon Prickett created CB-11065:
---

 Summary: Documentation - CLI Reference Page References Top Level 
'merges' Folder that CLI does not create
 Key: CB-11065
 URL: https://issues.apache.org/jira/browse/CB-11065
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 6.1.1
Reporter: Simon Prickett
Priority: Trivial


The documentation says that:

"Directory structure
A Cordova application created with cordova-cli will have the following 
directory structure:"

on this page 
https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html

It then shows a tree including a top level 'merges' folder:

{code}
myapp/
|-- config.xml
|-- hooks/
|-- merges/
| | |-- android/
| | |-- windows/
| | |-- ios/
|-- www/
...
{code}

This is not actually created by the CLI in 6.1.1 (unlike say the hooks folder 
which is).

Example test:

{code}
Simon-P:tmp simon$ cordova -version
6.1.1
Simon-P:tmp simon$ cordova create myapp com.whatever.myapp MyApp
Creating a new cordova project.
Simon-P:tmp simon$ cd myapp/
Simon-P:myapp simon$ ls -F
config.xml  hooks/  platforms/  plugins/www/
Simon-P:myapp simon$ 
{code}

Note missing "merges/" at top level.  Not sure if this is a fault in the CLI or 
the documentation.  If it creates "hooks/" then it should also create "merges/" 
or documentation should reflect this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11037) Documentation - Sample Apps & Pass data from Cordova app to host links don't work

2016-04-07 Thread Simon Prickett (JIRA)
Simon Prickett created CB-11037:
---

 Summary: Documentation - Sample Apps & Pass data from Cordova app 
to host links don't work
 Key: CB-11037
 URL: https://issues.apache.org/jira/browse/CB-11037
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Reporter: Simon Prickett
Priority: Minor


I just noticed in the docs here http://cordova.apache.org/docs/en/latest/ if 
you go down the navigation on the right to Advanced Topics then try "Pass data 
from Cordova app to host" it doesn't link to that and instead takes  you to 
http://cordova.apache.org/docs/en/latest/ which is the page you are on.  Same 
for "Sample Apps" link at the bottom of the Reference section.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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