Dmitry Blotsky
Dmitry Blotsky
Might it be intentionally slightly obscure? If not, please feel free to make a PR to change the [footer](https://github.com/apache/cordova-docs/blob/master/www/_includes/footer_site.html).
It's here: https://cordova.apache.org/deprecation_policy.html. Linking to it from the *Contribute* page sounds like a great idea.
I don’t think we should be recommending `npx` to users because it incurs a heavy performance overhead, relaxes security, and increases the number of points of failure at each invocation...
Even if you omit the performance overhead, the other two issues remain unaddressed.
UX aside, I *still* think `npx` greatly relaxes security, and increases the number of points of failure at each invocation of cordova (e.g. when there are typos). I think recommending...
Do you think the Cordova docs should have general pointers to getting started with mobile development?
Hey @brodybits! Here is the original proposal that shaped the site and docs as they are today: https://github.com/apache/cordova-discuss/blob/doc-improvements/proposals/ImprovedDocumentationGenerator.md. JSDoc is a great option, and was originally proposed as the way...
I totally forgot about SVN. Yes, that is the history you’re looking for. It is where the website was before merging it into cordova-docs.
Is the history import worth the effort? I would pit it against the effort of finding answers without history. IMO there are few enough files in this repo that just...
I think it's a design choice. Do you have examples of any other software project's (non-docs) webpage that has a link to edit its source?