Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 243921872C for ; Thu, 19 Nov 2015 05:27:03 +0000 (UTC) Received: (qmail 45699 invoked by uid 500); 19 Nov 2015 05:27:03 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 45592 invoked by uid 500); 19 Nov 2015 05:27:02 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 43295 invoked by uid 99); 19 Nov 2015 05:27:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 05:27:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4A587E049D; Thu, 19 Nov 2015 05:27:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: dblotsky@apache.org To: commits@cordova.apache.org Date: Thu, 19 Nov 2015 05:27:47 -0000 Message-Id: <25b5d10719d4490184cad0475cb63c54@git.apache.org> In-Reply-To: <40e6990ff6234e50b63902481203e324@git.apache.org> References: <40e6990ff6234e50b63902481203e324@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [50/51] [partial] docs commit: CB-10029: rename edge to dev. This closes #426. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 946b278..c528500 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ repo: # NOTE: # this value gets overwritten in _version.yml, which is a generated file -latest_docs_version: edge +latest_docs_version: dev # NOTE: # this value might get overwritten on some pages; see _defaults.yml http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/_dev.yml ---------------------------------------------------------------------- diff --git a/_dev.yml b/_dev.yml index 224b846..c491180 100644 --- a/_dev.yml +++ b/_dev.yml @@ -41,4 +41,4 @@ exclude: - docs/en/5.0.0 - docs/en/5.1.1 #- docs/en/5.4.0 - #- docs/en/edge + #- docs/en/dev http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/de/README.md ---------------------------------------------------------------------- diff --git a/doc/README/de/README.md b/doc/README/de/README.md index 90dc430..ea5f4e1 100644 --- a/doc/README/de/README.md +++ b/doc/README/de/README.md @@ -72,8 +72,8 @@ Jetzt konnte die Dokumentation mit Node.js entweder auf Windows oder Linux-Rechn $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English dev docs + $ ./bin/genjs ru dev # compile Russian dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/en/README.md ---------------------------------------------------------------------- diff --git a/doc/README/en/README.md b/doc/README/en/README.md index 1e2daad..92c2869 100644 --- a/doc/README/en/README.md +++ b/doc/README/en/README.md @@ -67,8 +67,8 @@ Right now documentation could be run using Node.js either on Windows, or on Linu $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English dev docs + $ ./bin/genjs ru dev # compile Russian dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs ### Setting up Node.js @@ -129,7 +129,7 @@ Usage: bin\fixyaml # Runs fixyaml across all docs. bin\fixyaml ru # Runs fixyaml across all Russian docs. - bin\fixyaml ru edge # Runs fixyaml on the latest Russian docs. + bin\fixyaml ru dev # Runs fixyaml on the latest Russian docs. bin\fixyaml ru 5.0.0 # Runs fixyaml on the version 5.0.0 of Russian docs. ### Translation Report tool. @@ -185,37 +185,37 @@ Now you ready to download content from CrowdIn. Run following commands (All comm 4. Copy the unpacked content to the `docs` folder. * on Linux: - cp tmp/ru/cordova-docs/docs/ru/edge/* docs/ru/edge/ + cp tmp/ru/cordova-docs/docs/ru/dev/* docs/ru/dev/ * on Windows: - xcopy tmp/ru/cordova-docs/docs/ru/edge/* docs/ru/edge/ + xcopy tmp/ru/cordova-docs/docs/ru/dev/* docs/ru/dev/ 5. Remove temporary directory. In my case `tmp/ru`. Now you have fresh translation and could generate content. 6. Fix Yaml headers by running. - bin/fixyaml ru edge + bin/fixyaml ru dev 7. Run generator. You should generate both English version and language which you tranlate. - bin/genjs en edge - bin/genjs ru edge + bin/genjs en dev + bin/genjs ru dev - The generated documentation contains in the `public/en/edge` and `public/ru/edge` + The generated documentation contains in the `public/en/dev` and `public/ru/dev` You need both versions, to validate that translated docs would have same structure as original documentation. 8. Validate you translation. - bin/translationreport ru edge + bin/translationreport ru dev This will give you list of files which has structural differences from the original docs. Below the example output: - => Validating translation for version edge on language ru... - Comparing C:\Users\kant\Documents\GitHub\cordova-docs\public\en\edge - with C:\Users\kant\Documents\GitHub\cordova-docs\public\ru\edge + => Validating translation for version dev on language ru... + Comparing C:\Users\kant\Documents\GitHub\cordova-docs\public\en\dev + with C:\Users\kant\Documents\GitHub\cordova-docs\public\ru\dev Path guide_platforms_blackberry10_upgrade.md.html is different. Path guide_platforms_blackberry_upgrade.md.html is different. Path guide_platforms_ios_tools.md.html is different. @@ -227,7 +227,7 @@ Now you ready to download content from CrowdIn. Run following commands (All comm If on the first sight you could not find the differences, you could add switch `-v` which will increase verbosity of the tool. For example: - `bin/translationreport ru edge -v` + `bin/translationreport ru dev -v` 10. Currently there two type of errors reported: http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/es/README.md ---------------------------------------------------------------------- diff --git a/doc/README/es/README.md b/doc/README/es/README.md index 8423a0f..16dc044 100644 --- a/doc/README/es/README.md +++ b/doc/README/es/README.md @@ -72,8 +72,8 @@ Ahora se podía ejecutar documentación usando Node.js en Windows o en Linux box $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English Dev docs + $ ./bin/genjs ru dev # compile Russian Dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/fr/README.md ---------------------------------------------------------------------- diff --git a/doc/README/fr/README.md b/doc/README/fr/README.md index bea3b67..b3a104e 100644 --- a/doc/README/fr/README.md +++ b/doc/README/fr/README.md @@ -72,8 +72,8 @@ Ce moment documentation pouvait être exécutée à l'aide de Node.js sur GNU / $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English Dev docs + $ ./bin/genjs ru dev # compile Russian Dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/it/README.md ---------------------------------------------------------------------- diff --git a/doc/README/it/README.md b/doc/README/it/README.md index 26e1a28..416cd8c 100644 --- a/doc/README/it/README.md +++ b/doc/README/it/README.md @@ -72,8 +72,8 @@ In questo momento la documentazione potrebbe essere eseguito utilizzando node. j $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English Dev docs + $ ./bin/genjs ru dev # compile Russian Dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/ja/README.md ---------------------------------------------------------------------- diff --git a/doc/README/ja/README.md b/doc/README/ja/README.md index be95c11..2af861f 100644 --- a/doc/README/ja/README.md +++ b/doc/README/ja/README.md @@ -72,8 +72,8 @@ $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English Dev docs + $ ./bin/genjs ru dev # compile Russian Dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/ko/README.md ---------------------------------------------------------------------- diff --git a/doc/README/ko/README.md b/doc/README/ko/README.md index fd20233..278006e 100644 --- a/doc/README/ko/README.md +++ b/doc/README/ko/README.md @@ -72,8 +72,8 @@ $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English Dev docs + $ ./bin/genjs ru dev # compile Russian Dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/pl/README.md ---------------------------------------------------------------------- diff --git a/doc/README/pl/README.md b/doc/README/pl/README.md index 9051ba0..0ac14ad 100644 --- a/doc/README/pl/README.md +++ b/doc/README/pl/README.md @@ -72,8 +72,8 @@ Już teraz dokumentacji mogą być uruchamiane za pomocą Node.js na Windows, al $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English Dev docs + $ ./bin/genjs ru dev # compile Russian Dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/doc/README/zh/README.md ---------------------------------------------------------------------- diff --git a/doc/README/zh/README.md b/doc/README/zh/README.md index b65379d..8cf2e2e 100644 --- a/doc/README/zh/README.md +++ b/doc/README/zh/README.md @@ -72,8 +72,8 @@ $ rm -r tmp public # Clear out old docs $ ./bin/genjs # compile all docs - $ ./bin/genjs en edge # compile English Edge docs - $ ./bin/genjs ru edge # compile Russian Edge docs + $ ./bin/genjs en dev # compile English Dev docs + $ ./bin/genjs ru dev # compile Russian Dev docs $ ./bin/genjs es 3.5.0 # compile Spanish 3.5.0 docs http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/tools/bin/fixyaml ---------------------------------------------------------------------- diff --git a/tools/bin/fixyaml b/tools/bin/fixyaml index c1a8876..6fcba9c 100644 --- a/tools/bin/fixyaml +++ b/tools/bin/fixyaml @@ -25,12 +25,12 @@ var yargs = require('yargs') .alias('v', 'verbose') .describe('verbose', 'Increase verbosity level of produced output') .describe('source', 'Path to the documentation sources. Default: public') - .usage('Usage: $0 [-v] [lang] [version] [--edge]\n' + + + .usage('Usage: $0 [-v] [lang] [version] [--dev]\n' + + 'Fix the output which is produced by CrowdIn for MD files\n' + '\n' + ' : Language for which fix YAML header. If not specified then fixed for all languages.\n' + ' : Version for which fix YAML header. If not specified then fixed all versions.\n') - .usage('Usage: $0\n' + + .usage('Usage: $0\n' + 'Fix the output which is produced by CrowdIn for MD files'); var argv = yargs.argv; @@ -41,9 +41,9 @@ if (argv.help) { var language = null; var version = null; -if (argv.edge) { +if (argv.dev) { language = null; - version = "edge"; + version = "dev"; } else { var argumentsCount = argv._.length; if (argumentsCount !== 0) { @@ -62,4 +62,4 @@ if (argv.edge) { } var validator = require('../lib/docs_validator'); -new validator().fixYamlHeader(argv.source, language, version, argv.verbose); \ No newline at end of file +new validator().fixYamlHeader(argv.source, language, version, argv.verbose); http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/tools/bin/genjs ---------------------------------------------------------------------- diff --git a/tools/bin/genjs b/tools/bin/genjs index a03d088..6985a33 100755 --- a/tools/bin/genjs +++ b/tools/bin/genjs @@ -22,7 +22,7 @@ var generator = require('../lib/docs_generator'); var yargs = require('yargs') - .describe('edge', 'Generate edge version of English docs') + .describe('dev', 'Generate dev version of English docs') .count("verbose") .alias('v', 'verbose') .describe('timing', 'Species level of timing measurements. If level not provided level 0 is used.') @@ -32,7 +32,7 @@ var yargs = require('yargs') .example('./bin/genjs --out public/test en', 'Generates English docs in the directory public/test') .example('./bin/genjs --timing', 'Basic timing measurements') .example('./bin/genjs --timing 1', 'Detailed timing measurements') - .usage('Usage: $0 [-v] [...options] [--edge] [lang] [version]\n' + + .usage('Usage: $0 [-v] [...options] [--dev] [lang] [version]\n' + ' : Language for which generate docs. If not specified then generate for all languages.\n' + ' : Version for which generate docs. If not specified then generate all versions.'); var argv = yargs.argv; @@ -44,9 +44,9 @@ if (argv.help) { var language = null; var version = null; -if (argv.edge) { +if (argv.dev) { language = "en"; - version = "edge"; + version = "dev"; } else { var argumentsCount = argv._.length; if (argumentsCount !== 0) { @@ -64,4 +64,4 @@ if (argv.edge) { } } -new generator(argv.source, argv.out).run(language, version, argv.verbose, argv.timing); \ No newline at end of file +new generator(argv.source, argv.out).run(language, version, argv.verbose, argv.timing); http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/tools/bin/incrementversion ---------------------------------------------------------------------- diff --git a/tools/bin/incrementversion b/tools/bin/incrementversion index e74852f..71be7e5 100755 --- a/tools/bin/incrementversion +++ b/tools/bin/incrementversion @@ -22,7 +22,7 @@ var fs = require('fs-extra'), path = require('path'), yargs = require('yargs') - .describe('edge', 'Compare edge version of English docs with Ruby version') + .describe('dev', 'Compare dev version of English docs with Ruby version') .count("verbose") .alias('v', 'verbose') .describe('verbose', 'Increase verbosity level of produced output') @@ -71,18 +71,18 @@ if (argumentsCount === 2) { } var prevVersion = fs.readFileSync('VERSION', { encoding: 'utf8' }), - edge_dir = path.join('docs', language, 'edge'), + dev_dir = path.join('docs', language, 'dev'), release_dir = path.join('docs', language, version), versionShort; prevVersion = prevVersion.replace(/rc\d+$/, '').trim(); if (argv.verbose > 0) { - console.log("Copy edge docs to " + release_dir); + console.log("Copy dev docs to " + release_dir); } fs.mkdirSync(release_dir); -fs.copySync(edge_dir, release_dir); +fs.copySync(dev_dir, release_dir); versionShort = version.replace(/rc\d+$/, '').trim(); if (prevVersion !== versionShort) { @@ -91,7 +91,7 @@ if (prevVersion !== versionShort) { if (path.extname(filename) != ".md" && path.extname(filename) != ".html") { return; } - + var content = fs.readFileSync(filename, { encoding: 'utf8' }); content.replace('x.x.x', versionShort); fs.writeFileSync(filename, content); @@ -107,4 +107,4 @@ console.log("Next steps:"); console.log(" 1. Review the update using `git status`"); console.log(" 2. Commit the changes as 'Version " + version + "'"); console.log(" 3. Tag the commit as '" + version + "'"); -console.log(""); \ No newline at end of file +console.log(""); http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/tools/bin/incrementversion.js ---------------------------------------------------------------------- diff --git a/tools/bin/incrementversion.js b/tools/bin/incrementversion.js index 77e3929..bcd5e39 100755 --- a/tools/bin/incrementversion.js +++ b/tools/bin/incrementversion.js @@ -28,7 +28,7 @@ var util = require("./util"); // constants var VERSION_FILE_NAME = "VERSION"; -var DEV_VERSION_NAME = "edge"; +var DEV_VERSION_NAME = "dev"; var ENCODING = "utf8"; // helpers http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/tools/bin/translationreport ---------------------------------------------------------------------- diff --git a/tools/bin/translationreport b/tools/bin/translationreport index 8a805be..5f716d6 100755 --- a/tools/bin/translationreport +++ b/tools/bin/translationreport @@ -20,12 +20,12 @@ /*jslint node:true, nomen: true */ var yargs = require('yargs') - .describe('edge', 'Compare version of English docs with translated version') + .describe('dev', 'Compare version of English docs with translated version') .count("verbose") .alias('v', 'verbose') .describe('verbose', 'Increase verbosity level of produced output') .describe('source', 'Path to the documentation sources. Default: public') - .usage('Usage: $0 [-v] [lang] [version] [--edge]\n' + + .usage('Usage: $0 [-v] [lang] [version] [--dev]\n' + ' : Language for which generate docs. If not specified then generate for all languages.\n' + ' : Version for which generate docs. If not specified then generate all versions.\n'); var argv = yargs.argv; @@ -37,9 +37,9 @@ if (argv.help) { var language = null; var version = null; -if (argv.edge) { +if (argv.dev) { language = null; - version = "edge"; + version = "dev"; } else { var argumentsCount = argv._.length; if (argumentsCount !== 0) { @@ -58,4 +58,4 @@ if (argv.edge) { } var validator = require('../lib/docs_validator'); -new validator().validateTranslation(argv.source, language, version, argv.verbose); \ No newline at end of file +new validator().validateTranslation(argv.source, language, version, argv.verbose); http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/tools/bin/validatejsdoc ---------------------------------------------------------------------- diff --git a/tools/bin/validatejsdoc b/tools/bin/validatejsdoc index ef72b5a..7823d11 100755 --- a/tools/bin/validatejsdoc +++ b/tools/bin/validatejsdoc @@ -21,11 +21,11 @@ /*jslint node:true, nomen: true */ var yargs = require('yargs') - .describe('edge', 'Compare edge version of English docs with Ruby version') + .describe('dev', 'Compare dev version of English docs with Ruby version') .count("verbose") .alias('v', 'verbose') .describe('verbose', 'Increase verbosity level of produced output') - .usage('Usage: $0 [-v] [lang] [version] [--edge]\n' + + .usage('Usage: $0 [-v] [lang] [version] [--dev]\n' + ' : Language for which generate docs. If not specified then generate for all languages.\n' + ' : Version for which generate docs. If not specified then generate all versions.\n'); var argv = yargs.argv; @@ -37,9 +37,9 @@ if (argv.help) { var language = null; var version = null; -if (argv.edge) { +if (argv.dev) { language = "en"; - version = "edge"; + version = "dev"; } else { var argumentsCount = argv._.length; if (argumentsCount !== 0) { @@ -63,4 +63,4 @@ if (argv.compare) { } else { var validator = require('../lib/docs_validator'); new validator().validate(language, version, argv.verbose); -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/tools/lib/cordova/post/noindex.js ---------------------------------------------------------------------- diff --git a/tools/lib/cordova/post/noindex.js b/tools/lib/cordova/post/noindex.js index 0dae885..ee0e52f 100644 --- a/tools/lib/cordova/post/noindex.js +++ b/tools/lib/cordova/post/noindex.js @@ -53,9 +53,9 @@ var NoIndex = (function () { versions.sort().reverse(); // we want the latest stable release - // if edge is the most recent, remove it + // if dev is the most recent, remove it last = versions.shift(); - if (last === 'edge') { + if (last === 'dev') { last = versions.shift(); } http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/.htaccess ---------------------------------------------------------------------- diff --git a/www/.htaccess b/www/.htaccess index 20b1907..0429591 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -11,7 +11,7 @@ RewriteEngine on # Some of the below redirects are 302s, and some are 301s. 302s are used # for redirects whose targets change sometimes. For example: # - /docs/ -> /docs/fr/, /docs/en/, etc. -# - /docs/en/ -> /docs/en/edge/, /docs/en/latest/, etc. +# - /docs/en/ -> /docs/en/dev/, /docs/en/latest/, etc. # - /docs/en/latest -> /docs/en/4.0.0/, /docs/en/5.0.0/, etc. # # 301s are for PERMANENT redirects. These are used only for mapping old http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/de-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/de-dev-manual.yml b/www/_data/toc/de-dev-manual.yml new file mode 100644 index 0000000..34bab11 --- /dev/null +++ b/www/_data/toc/de-dev-manual.yml @@ -0,0 +1,19 @@ +- {name: "Reisef\xFChrer", url: !!python/unicode '/docs/de/dev/'} +- {name: "\xDCbersicht", url: !!python/unicode '/docs/de/dev/guide/overview/index.html'} +- {name: "Plattformunterst\xFCtzung", url: !!python/unicode '/docs/de/dev/guide/support/index.html'} +- {name: !!python/unicode 'Die Befehlszeilenschnittstelle', url: !!python/unicode '/docs/de/dev/guide/cli/index.html'} +- {name: !!python/unicode 'Plattform-Guides', url: !!python/unicode '/docs/de/dev/guide/platforms/index.html'} +- {name: !!python/unicode 'Plugins verwalten mithilfe Plugman', url: !!python/unicode '/docs/de/dev/plugin_ref/plugman.html'} +- {name: !!python/unicode 'Die Datei config.xml', url: !!python/unicode '/docs/de/dev/config_ref/index.html'} +- {name: !!python/unicode 'Symbole und Splash-Screens', url: !!python/unicode '/docs/de/dev/config_ref/images.html'} +- {name: "Einbetten von Webansichten f\xFCr", url: !!python/unicode '/docs/de/dev/guide/hybrid/webviews/index.html'} +- {name: !!python/unicode 'Plugin-Entwicklung-Guide', url: !!python/unicode '/docs/de/dev/guide/hybrid/plugins/index.html'} +- {name: !!python/unicode 'Plugin-Spezifikation', url: !!python/unicode '/docs/de/dev/plugin_ref/spec.html'} +- {name: !!python/unicode 'Datenschutz-Guide', url: !!python/unicode '/docs/de/dev/guide/appdev/privacy/index.html'} +- {name: !!python/unicode 'Sicherheitshandbuch', url: !!python/unicode '/docs/de/dev/guide/appdev/security/index.html'} +- {name: !!python/unicode 'Plattformen und Plugins Versionsmanagement', url: !!python/unicode '/docs/de/dev/platform_plugin_versioning_ref/index.html'} +- {name: !!python/unicode 'Whitelist-Guide', url: !!python/unicode '/docs/de/dev/guide/appdev/whitelist/index.html'} +- {name: "Die n\xE4chsten Schritte", url: !!python/unicode '/docs/de/dev/guide/next/index.html'} +- {name: !!python/unicode 'Veranstaltungen', url: !!python/unicode '/docs/de/dev/cordova/events/events.html'} +- {name: !!python/unicode 'Plugin APIs', url: !!python/unicode '/docs/de/dev/cordova/plugins/pluginapis.html'} +- {name: !!python/unicode 'Stichwort-Index', url: !!python/unicode '/docs/de/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/de-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/de-edge-manual.yml b/www/_data/toc/de-edge-manual.yml deleted file mode 100644 index 6ac8024..0000000 --- a/www/_data/toc/de-edge-manual.yml +++ /dev/null @@ -1,19 +0,0 @@ -- {name: "Reisef\xFChrer", url: !!python/unicode '/docs/de/edge/'} -- {name: "\xDCbersicht", url: !!python/unicode '/docs/de/edge/guide/overview/index.html'} -- {name: "Plattformunterst\xFCtzung", url: !!python/unicode '/docs/de/edge/guide/support/index.html'} -- {name: !!python/unicode 'Die Befehlszeilenschnittstelle', url: !!python/unicode '/docs/de/edge/guide/cli/index.html'} -- {name: !!python/unicode 'Plattform-Guides', url: !!python/unicode '/docs/de/edge/guide/platforms/index.html'} -- {name: !!python/unicode 'Plugins verwalten mithilfe Plugman', url: !!python/unicode '/docs/de/edge/plugin_ref/plugman.html'} -- {name: !!python/unicode 'Die Datei config.xml', url: !!python/unicode '/docs/de/edge/config_ref/index.html'} -- {name: !!python/unicode 'Symbole und Splash-Screens', url: !!python/unicode '/docs/de/edge/config_ref/images.html'} -- {name: "Einbetten von Webansichten f\xFCr", url: !!python/unicode '/docs/de/edge/guide/hybrid/webviews/index.html'} -- {name: !!python/unicode 'Plugin-Entwicklung-Guide', url: !!python/unicode '/docs/de/edge/guide/hybrid/plugins/index.html'} -- {name: !!python/unicode 'Plugin-Spezifikation', url: !!python/unicode '/docs/de/edge/plugin_ref/spec.html'} -- {name: !!python/unicode 'Datenschutz-Guide', url: !!python/unicode '/docs/de/edge/guide/appdev/privacy/index.html'} -- {name: !!python/unicode 'Sicherheitshandbuch', url: !!python/unicode '/docs/de/edge/guide/appdev/security/index.html'} -- {name: !!python/unicode 'Plattformen und Plugins Versionsmanagement', url: !!python/unicode '/docs/de/edge/platform_plugin_versioning_ref/index.html'} -- {name: !!python/unicode 'Whitelist-Guide', url: !!python/unicode '/docs/de/edge/guide/appdev/whitelist/index.html'} -- {name: "Die n\xE4chsten Schritte", url: !!python/unicode '/docs/de/edge/guide/next/index.html'} -- {name: !!python/unicode 'Veranstaltungen', url: !!python/unicode '/docs/de/edge/cordova/events/events.html'} -- {name: !!python/unicode 'Plugin APIs', url: !!python/unicode '/docs/de/edge/cordova/plugins/pluginapis.html'} -- {name: !!python/unicode 'Stichwort-Index', url: !!python/unicode '/docs/de/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/en-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/en-dev-manual.yml b/www/_data/toc/en-dev-manual.yml new file mode 100644 index 0000000..9fae782 --- /dev/null +++ b/www/_data/toc/en-dev-manual.yml @@ -0,0 +1,21 @@ +- {name: !!python/unicode 'Guides', url: !!python/unicode '/docs/en/dev/'} +- {name: !!python/unicode 'Overview', url: !!python/unicode '/docs/en/dev/guide/overview/index.html'} +- {name: !!python/unicode 'Platform Support', url: !!python/unicode '/docs/en/dev/guide/support/index.html'} +- {name: !!python/unicode 'The Command-Line Interface', url: !!python/unicode '/docs/en/dev/guide/cli/index.html'} +- {name: !!python/unicode 'Platform Guides', url: !!python/unicode '/docs/en/dev/guide/platforms/index.html'} +- {name: !!python/unicode 'Using Plugman to Manage Plugins', url: !!python/unicode '/docs/en/dev/plugin_ref/plugman.html'} +- {name: !!python/unicode 'The config.xml File', url: !!python/unicode '/docs/en/dev/config_ref/index.html'} +- {name: !!python/unicode 'Icons and Splash Screens', url: !!python/unicode '/docs/en/dev/config_ref/images.html'} +- {name: !!python/unicode 'Embedding WebViews', url: !!python/unicode '/docs/en/dev/guide/hybrid/webviews/index.html'} +- {name: !!python/unicode 'Plugin Development Guide', url: !!python/unicode '/docs/en/dev/guide/hybrid/plugins/index.html'} +- {name: !!python/unicode 'Plugin Specification', url: !!python/unicode '/docs/en/dev/plugin_ref/spec.html'} +- {name: !!python/unicode 'Privacy Guide', url: !!python/unicode '/docs/en/dev/guide/appdev/privacy/index.html'} +- {name: !!python/unicode 'Security Guide', url: !!python/unicode '/docs/en/dev/guide/appdev/security/index.html'} +- {name: !!python/unicode 'Platforms and Plugins Version Management', url: !!python/unicode '/docs/en/dev/platform_plugin_versioning_ref/index.html'} +- {name: !!python/unicode 'Whitelist Guide', url: !!python/unicode '/docs/en/dev/guide/appdev/whitelist/index.html'} +- {name: !!python/unicode 'Storage', url: !!python/unicode '/docs/en/dev/cordova/storage/storage.html'} +- {name: !!python/unicode 'Hooks Guide', url: !!python/unicode '/docs/en/dev/guide/appdev/hooks/index.html'} +- {name: !!python/unicode 'Next Steps', url: !!python/unicode '/docs/en/dev/guide/next/index.html'} +- {name: !!python/unicode 'Events', url: !!python/unicode '/docs/en/dev/cordova/events/events.html'} +- {name: !!python/unicode 'Plugin APIs', url: !!python/unicode '/docs/en/dev/cordova/plugins/pluginapis.html'} +- {name: !!python/unicode 'Keyword Index', url: !!python/unicode '/docs/en/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/en-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/en-edge-manual.yml b/www/_data/toc/en-edge-manual.yml deleted file mode 100644 index 6ebf068..0000000 --- a/www/_data/toc/en-edge-manual.yml +++ /dev/null @@ -1,21 +0,0 @@ -- {name: !!python/unicode 'Guides', url: !!python/unicode '/docs/en/edge/'} -- {name: !!python/unicode 'Overview', url: !!python/unicode '/docs/en/edge/guide/overview/index.html'} -- {name: !!python/unicode 'Platform Support', url: !!python/unicode '/docs/en/edge/guide/support/index.html'} -- {name: !!python/unicode 'The Command-Line Interface', url: !!python/unicode '/docs/en/edge/guide/cli/index.html'} -- {name: !!python/unicode 'Platform Guides', url: !!python/unicode '/docs/en/edge/guide/platforms/index.html'} -- {name: !!python/unicode 'Using Plugman to Manage Plugins', url: !!python/unicode '/docs/en/edge/plugin_ref/plugman.html'} -- {name: !!python/unicode 'The config.xml File', url: !!python/unicode '/docs/en/edge/config_ref/index.html'} -- {name: !!python/unicode 'Icons and Splash Screens', url: !!python/unicode '/docs/en/edge/config_ref/images.html'} -- {name: !!python/unicode 'Embedding WebViews', url: !!python/unicode '/docs/en/edge/guide/hybrid/webviews/index.html'} -- {name: !!python/unicode 'Plugin Development Guide', url: !!python/unicode '/docs/en/edge/guide/hybrid/plugins/index.html'} -- {name: !!python/unicode 'Plugin Specification', url: !!python/unicode '/docs/en/edge/plugin_ref/spec.html'} -- {name: !!python/unicode 'Privacy Guide', url: !!python/unicode '/docs/en/edge/guide/appdev/privacy/index.html'} -- {name: !!python/unicode 'Security Guide', url: !!python/unicode '/docs/en/edge/guide/appdev/security/index.html'} -- {name: !!python/unicode 'Platforms and Plugins Version Management', url: !!python/unicode '/docs/en/edge/platform_plugin_versioning_ref/index.html'} -- {name: !!python/unicode 'Whitelist Guide', url: !!python/unicode '/docs/en/edge/guide/appdev/whitelist/index.html'} -- {name: !!python/unicode 'Storage', url: !!python/unicode '/docs/en/edge/cordova/storage/storage.html'} -- {name: !!python/unicode 'Hooks Guide', url: !!python/unicode '/docs/en/edge/guide/appdev/hooks/index.html'} -- {name: !!python/unicode 'Next Steps', url: !!python/unicode '/docs/en/edge/guide/next/index.html'} -- {name: !!python/unicode 'Events', url: !!python/unicode '/docs/en/edge/cordova/events/events.html'} -- {name: !!python/unicode 'Plugin APIs', url: !!python/unicode '/docs/en/edge/cordova/plugins/pluginapis.html'} -- {name: !!python/unicode 'Keyword Index', url: !!python/unicode '/docs/en/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/es-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/es-dev-manual.yml b/www/_data/toc/es-dev-manual.yml new file mode 100644 index 0000000..da6a659 --- /dev/null +++ b/www/_data/toc/es-dev-manual.yml @@ -0,0 +1,19 @@ +- {name: "Gu\xEDas", url: !!python/unicode '/docs/es/dev/'} +- {name: !!python/unicode 'Resumen', url: !!python/unicode '/docs/es/dev/guide/overview/index.html'} +- {name: !!python/unicode 'Soporte de plataformas', url: !!python/unicode '/docs/es/dev/guide/support/index.html'} +- {name: !!python/unicode 'La interfaz de linea de comandos', url: !!python/unicode '/docs/es/dev/guide/cli/index.html'} +- {name: "Gu\xEDas de plataformas", url: !!python/unicode '/docs/es/dev/guide/platforms/index.html'} +- {name: !!python/unicode 'Utilizando Plugman para administrar Plugins', url: !!python/unicode '/docs/es/dev/plugin_ref/plugman.html'} +- {name: !!python/unicode 'El archivo config.xml', url: !!python/unicode '/docs/es/dev/config_ref/index.html'} +- {name: !!python/unicode 'Incrustar WebViews', url: !!python/unicode '/docs/es/dev/guide/hybrid/webviews/index.html'} +- {name: "Gu\xEDa de desarrollo de plugin", url: !!python/unicode '/docs/es/dev/guide/hybrid/plugins/index.html'} +- {name: "Especificaci\xf3n de plugin", url: !!python/unicode '/docs/es/dev/plugin_ref/spec.html'} +- {name: "Gu\xEDa de privacidad", url: !!python/unicode '/docs/es/dev/guide/appdev/privacy/index.html'} +- {name: "Gu\xEDa de seguridad", url: !!python/unicode '/docs/es/dev/guide/appdev/security/index.html'} +- {name: "Plataformas y gesti\xF3n de versiones de Plugins", url: !!python/unicode '/docs/es/dev/platform_plugin_versioning_ref/index.html'} +- {name: "Gu\xEDa de lista blanca", url: !!python/unicode '/docs/es/dev/guide/appdev/whitelist/index.html'} +- {name: "Almacenamiento de informaci\xF3n", url: !!python/unicode '/docs/es/dev/cordova/storage/storage.html'} +- {name: "Ganchos de gu\xEDa", url: !!python/unicode '/docs/es/dev/guide/appdev/hooks/index.html'} +- {name: !!python/unicode 'Eventos', url: !!python/unicode '/docs/es/dev/cordova/events/events.html'} +- {name: !!python/unicode 'Plugin APIs', url: !!python/unicode '/docs/es/dev/cordova/plugins/pluginapis.html'} +- {name: "\xCDndice de palabra clave", url: !!python/unicode '/docs/es/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/es-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/es-edge-manual.yml b/www/_data/toc/es-edge-manual.yml deleted file mode 100644 index 88e0904..0000000 --- a/www/_data/toc/es-edge-manual.yml +++ /dev/null @@ -1,19 +0,0 @@ -- {name: "Gu\xEDas", url: !!python/unicode '/docs/es/edge/'} -- {name: !!python/unicode 'Resumen', url: !!python/unicode '/docs/es/edge/guide/overview/index.html'} -- {name: !!python/unicode 'Soporte de plataformas', url: !!python/unicode '/docs/es/edge/guide/support/index.html'} -- {name: !!python/unicode 'La interfaz de linea de comandos', url: !!python/unicode '/docs/es/edge/guide/cli/index.html'} -- {name: "Gu\xEDas de plataformas", url: !!python/unicode '/docs/es/edge/guide/platforms/index.html'} -- {name: !!python/unicode 'Utilizando Plugman para administrar Plugins', url: !!python/unicode '/docs/es/edge/plugin_ref/plugman.html'} -- {name: !!python/unicode 'El archivo config.xml', url: !!python/unicode '/docs/es/edge/config_ref/index.html'} -- {name: !!python/unicode 'Incrustar WebViews', url: !!python/unicode '/docs/es/edge/guide/hybrid/webviews/index.html'} -- {name: "Gu\xEDa de desarrollo de plugin", url: !!python/unicode '/docs/es/edge/guide/hybrid/plugins/index.html'} -- {name: "Especificaci\xf3n de plugin", url: !!python/unicode '/docs/es/edge/plugin_ref/spec.html'} -- {name: "Gu\xEDa de privacidad", url: !!python/unicode '/docs/es/edge/guide/appdev/privacy/index.html'} -- {name: "Gu\xEDa de seguridad", url: !!python/unicode '/docs/es/edge/guide/appdev/security/index.html'} -- {name: "Plataformas y gesti\xF3n de versiones de Plugins", url: !!python/unicode '/docs/es/edge/platform_plugin_versioning_ref/index.html'} -- {name: "Gu\xEDa de lista blanca", url: !!python/unicode '/docs/es/edge/guide/appdev/whitelist/index.html'} -- {name: "Almacenamiento de informaci\xF3n", url: !!python/unicode '/docs/es/edge/cordova/storage/storage.html'} -- {name: "Ganchos de gu\xEDa", url: !!python/unicode '/docs/es/edge/guide/appdev/hooks/index.html'} -- {name: !!python/unicode 'Eventos', url: !!python/unicode '/docs/es/edge/cordova/events/events.html'} -- {name: !!python/unicode 'Plugin APIs', url: !!python/unicode '/docs/es/edge/cordova/plugins/pluginapis.html'} -- {name: "\xCDndice de palabra clave", url: !!python/unicode '/docs/es/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/fr-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/fr-dev-manual.yml b/www/_data/toc/fr-dev-manual.yml new file mode 100644 index 0000000..c86c303 --- /dev/null +++ b/www/_data/toc/fr-dev-manual.yml @@ -0,0 +1,16 @@ +- {name: !!python/unicode 'Guides', url: !!python/unicode '/docs/fr/dev/'} +- {name: !!python/unicode 'Plateforme de Support', url: !!python/unicode '/docs/fr/dev/guide/support/index.html'} +- {name: !!python/unicode 'Guides de la plate-forme', url: !!python/unicode '/docs/fr/dev/guide/platforms/index.html'} +- {name: !!python/unicode 'Le fichier config.xml', url: !!python/unicode '/docs/fr/dev/config_ref/index.html'} +- {name: !!python/unicode 'Icones et Splash Screen', url: !!python/unicode '/docs/fr/dev/config_ref/images.html'} +- {name: "Guide de d\xE9veloppement de plugin", url: !!python/unicode '/docs/fr/dev/guide/hybrid/plugins/index.html'} +- {name: "Sp\xE9cification des plugins", url: !!python/unicode '/docs/fr/dev/plugin_ref/spec.html'} +- {name: "Guide de la vie priv\xE9e", url: !!python/unicode '/docs/fr/dev/guide/appdev/privacy/index.html'} +- {name: "Guide de s\xE9curit\xE9", url: !!python/unicode '/docs/fr/dev/guide/appdev/security/index.html'} +- {name: !!python/unicode 'Plates-formes et gestion de Plugins Version', url: !!python/unicode '/docs/fr/dev/platform_plugin_versioning_ref/index.html'} +- {name: !!python/unicode 'Guide de la liste blanche', url: !!python/unicode '/docs/fr/dev/guide/appdev/whitelist/index.html'} +- {name: !!python/unicode 'Stockage', url: !!python/unicode '/docs/fr/dev/cordova/storage/storage.html'} +- {name: !!python/unicode 'Guide de crochets', url: !!python/unicode '/docs/fr/dev/guide/appdev/hooks/index.html'} +- {name: "Prochaines \xE9tapes", url: !!python/unicode '/docs/fr/dev/guide/next/index.html'} +- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/fr/dev/cordova/plugins/pluginapis.html'} +- {name: "Index des mots cl\xE9s", url: !!python/unicode '/docs/fr/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/fr-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/fr-edge-manual.yml b/www/_data/toc/fr-edge-manual.yml deleted file mode 100644 index 4db2457..0000000 --- a/www/_data/toc/fr-edge-manual.yml +++ /dev/null @@ -1,16 +0,0 @@ -- {name: !!python/unicode 'Guides', url: !!python/unicode '/docs/fr/edge/'} -- {name: !!python/unicode 'Plateforme de Support', url: !!python/unicode '/docs/fr/edge/guide/support/index.html'} -- {name: !!python/unicode 'Guides de la plate-forme', url: !!python/unicode '/docs/fr/edge/guide/platforms/index.html'} -- {name: !!python/unicode 'Le fichier config.xml', url: !!python/unicode '/docs/fr/edge/config_ref/index.html'} -- {name: !!python/unicode 'Icones et Splash Screen', url: !!python/unicode '/docs/fr/edge/config_ref/images.html'} -- {name: "Guide de d\xE9veloppement de plugin", url: !!python/unicode '/docs/fr/edge/guide/hybrid/plugins/index.html'} -- {name: "Sp\xE9cification des plugins", url: !!python/unicode '/docs/fr/edge/plugin_ref/spec.html'} -- {name: "Guide de la vie priv\xE9e", url: !!python/unicode '/docs/fr/edge/guide/appdev/privacy/index.html'} -- {name: "Guide de s\xE9curit\xE9", url: !!python/unicode '/docs/fr/edge/guide/appdev/security/index.html'} -- {name: !!python/unicode 'Plates-formes et gestion de Plugins Version', url: !!python/unicode '/docs/fr/edge/platform_plugin_versioning_ref/index.html'} -- {name: !!python/unicode 'Guide de la liste blanche', url: !!python/unicode '/docs/fr/edge/guide/appdev/whitelist/index.html'} -- {name: !!python/unicode 'Stockage', url: !!python/unicode '/docs/fr/edge/cordova/storage/storage.html'} -- {name: !!python/unicode 'Guide de crochets', url: !!python/unicode '/docs/fr/edge/guide/appdev/hooks/index.html'} -- {name: "Prochaines \xE9tapes", url: !!python/unicode '/docs/fr/edge/guide/next/index.html'} -- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/fr/edge/cordova/plugins/pluginapis.html'} -- {name: "Index des mots cl\xE9s", url: !!python/unicode '/docs/fr/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/it-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/it-dev-manual.yml b/www/_data/toc/it-dev-manual.yml new file mode 100644 index 0000000..541eb92 --- /dev/null +++ b/www/_data/toc/it-dev-manual.yml @@ -0,0 +1,20 @@ +- {name: !!python/unicode 'Guide', url: !!python/unicode '/docs/it/dev/'} +- {name: !!python/unicode 'Panoramica', url: !!python/unicode '/docs/it/dev/guide/overview/index.html'} +- {name: !!python/unicode 'Supporto di piattaforma', url: !!python/unicode '/docs/it/dev/guide/support/index.html'} +- {name: !!python/unicode 'L'interfaccia della riga di comando', url: !!python/unicode '/docs/it/dev/guide/cli/index.html'} +- {name: !!python/unicode 'Piattaforma guide', url: !!python/unicode '/docs/it/dev/guide/platforms/index.html'} +- {name: !!python/unicode 'L'utilizzo di Plugman per gestire i plugin', url: !!python/unicode '/docs/it/dev/plugin_ref/plugman.html'} +- {name: !!python/unicode 'Il File config. Xml', url: !!python/unicode '/docs/it/dev/config_ref/index.html'} +- {name: !!python/unicode 'Icone e Splash screen', url: !!python/unicode '/docs/it/dev/config_ref/images.html'} +- {name: !!python/unicode 'Incorporamento visualizzazioni Web', url: !!python/unicode '/docs/it/dev/guide/hybrid/webviews/index.html'} +- {name: !!python/unicode 'Guida allo sviluppo di plugin', url: !!python/unicode '/docs/it/dev/guide/hybrid/plugins/index.html'} +- {name: !!python/unicode 'Plugin Specification', url: !!python/unicode '/docs/it/dev/plugin_ref/spec.html'} +- {name: !!python/unicode 'Guida sulla privacy', url: !!python/unicode '/docs/it/dev/guide/appdev/privacy/index.html'} +- {name: !!python/unicode 'Guida alla sicurezza', url: !!python/unicode '/docs/it/dev/guide/appdev/security/index.html'} +- {name: !!python/unicode 'Piattaforme e gestione plugin versione', url: !!python/unicode '/docs/it/dev/platform_plugin_versioning_ref/index.html'} +- {name: !!python/unicode 'Guida di whitelist', url: !!python/unicode '/docs/it/dev/guide/appdev/whitelist/index.html'} +- {name: !!python/unicode 'Guida di ganci', url: !!python/unicode '/docs/it/dev/guide/appdev/hooks/index.html'} +- {name: !!python/unicode 'Prossimi passi', url: !!python/unicode '/docs/it/dev/guide/next/index.html'} +- {name: !!python/unicode 'Eventi', url: !!python/unicode '/docs/it/dev/cordova/events/events.html'} +- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/it/dev/cordova/plugins/pluginapis.html'} +- {name: !!python/unicode 'Indice delle parole chiave', url: !!python/unicode '/docs/it/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/it-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/it-edge-manual.yml b/www/_data/toc/it-edge-manual.yml deleted file mode 100644 index 6e19c38..0000000 --- a/www/_data/toc/it-edge-manual.yml +++ /dev/null @@ -1,20 +0,0 @@ -- {name: !!python/unicode 'Guide', url: !!python/unicode '/docs/it/edge/'} -- {name: !!python/unicode 'Panoramica', url: !!python/unicode '/docs/it/edge/guide/overview/index.html'} -- {name: !!python/unicode 'Supporto di piattaforma', url: !!python/unicode '/docs/it/edge/guide/support/index.html'} -- {name: !!python/unicode 'L'interfaccia della riga di comando', url: !!python/unicode '/docs/it/edge/guide/cli/index.html'} -- {name: !!python/unicode 'Piattaforma guide', url: !!python/unicode '/docs/it/edge/guide/platforms/index.html'} -- {name: !!python/unicode 'L'utilizzo di Plugman per gestire i plugin', url: !!python/unicode '/docs/it/edge/plugin_ref/plugman.html'} -- {name: !!python/unicode 'Il File config. Xml', url: !!python/unicode '/docs/it/edge/config_ref/index.html'} -- {name: !!python/unicode 'Icone e Splash screen', url: !!python/unicode '/docs/it/edge/config_ref/images.html'} -- {name: !!python/unicode 'Incorporamento visualizzazioni Web', url: !!python/unicode '/docs/it/edge/guide/hybrid/webviews/index.html'} -- {name: !!python/unicode 'Guida allo sviluppo di plugin', url: !!python/unicode '/docs/it/edge/guide/hybrid/plugins/index.html'} -- {name: !!python/unicode 'Plugin Specification', url: !!python/unicode '/docs/it/edge/plugin_ref/spec.html'} -- {name: !!python/unicode 'Guida sulla privacy', url: !!python/unicode '/docs/it/edge/guide/appdev/privacy/index.html'} -- {name: !!python/unicode 'Guida alla sicurezza', url: !!python/unicode '/docs/it/edge/guide/appdev/security/index.html'} -- {name: !!python/unicode 'Piattaforme e gestione plugin versione', url: !!python/unicode '/docs/it/edge/platform_plugin_versioning_ref/index.html'} -- {name: !!python/unicode 'Guida di whitelist', url: !!python/unicode '/docs/it/edge/guide/appdev/whitelist/index.html'} -- {name: !!python/unicode 'Guida di ganci', url: !!python/unicode '/docs/it/edge/guide/appdev/hooks/index.html'} -- {name: !!python/unicode 'Prossimi passi', url: !!python/unicode '/docs/it/edge/guide/next/index.html'} -- {name: !!python/unicode 'Eventi', url: !!python/unicode '/docs/it/edge/cordova/events/events.html'} -- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/it/edge/cordova/plugins/pluginapis.html'} -- {name: !!python/unicode 'Indice delle parole chiave', url: !!python/unicode '/docs/it/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/ja-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/ja-dev-manual.yml b/www/_data/toc/ja-dev-manual.yml new file mode 100644 index 0000000..f7c6e47 --- /dev/null +++ b/www/_data/toc/ja-dev-manual.yml @@ -0,0 +1,26 @@ +- {name: "\u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/dev/'} +- {name: "\u6982\u8981", url: !!python/unicode '/docs/ja/dev/guide/overview/index.html'} +- {name: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u306E\u30B5\u30DD\u30FC\ + \u30C8", url: !!python/unicode '/docs/ja/dev/guide/support/index.html'} +- {name: "\u30B3\u30DE\u30F3\u30C9 \u30E9\u30A4\u30F3 \u30A4\u30F3\u30BF\u30FC\u30D5\ + \u30A7\u30A4\u30B9", url: !!python/unicode '/docs/ja/dev/guide/cli/index.html'} +- {name: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u306E\u30AC\u30A4\u30C9", + url: !!python/unicode '/docs/ja/dev/guide/platforms/index.html'} +- {name: "Plugman \u3092\u4F7F\u7528\u3057\u3066\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\ + \u7BA1\u7406\u3059\u308B\u306B\u306F", url: !!python/unicode '/docs/ja/dev/plugin_ref/plugman.html'} +- {name: "Config.xml \u30D5\u30A1\u30A4\u30EB", url: !!python/unicode '/docs/ja/dev/config_ref/index.html'} +- {name: "\u30A2\u30A4\u30B3\u30F3\u3068\u30B9\u30D7\u30E9\u30C3\u30B7\u30E5\u753B\ + \u9762", url: !!python/unicode '/docs/ja/dev/config_ref/images.html'} +- {name: "\u57CB\u3081\u8FBC\u307F web \u8868\u793A", url: !!python/unicode '/docs/ja/dev/guide/hybrid/webviews/index.html'} +- {name: "\u30D7\u30E9\u30B0\u30A4\u30F3\u958B\u767A\u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/dev/guide/hybrid/plugins/index.html'} +- {name: "\u30D7\u30E9\u30B0\u30A4\u30F3\u4ED5\u69D8", url: !!python/unicode '/docs/ja/dev/plugin_ref/spec.html'} +- {name: "\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/dev/guide/appdev/privacy/index.html'} +- {name: "\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3 \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/dev/guide/appdev/security/index.html'} +- {name: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u3068\u30D7\u30E9\u30B0\ + \u30A4\u30F3\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u7BA1\u7406", url: !!python/unicode '/docs/ja/dev/platform_plugin_versioning_ref/index.html'} +- {name: "\u30DB\u30EF\u30A4\u30C8 \u30EA\u30B9\u30C8 \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/dev/guide/appdev/whitelist/index.html'} +- {name: "\u30B9\u30C8\u30EC\u30FC\u30B8", url: !!python/unicode '/docs/ja/dev/cordova/storage/storage.html'} +- {name: "\u6B21\u306E\u30B9\u30C6\u30C3\u30D7", url: !!python/unicode '/docs/ja/dev/guide/next/index.html'} +- {name: "\u30A4\u30D9\u30F3\u30C8", url: !!python/unicode '/docs/ja/dev/cordova/events/events.html'} +- {name: "\u30D7\u30E9\u30B0\u30A4\u30F3 Api", url: !!python/unicode '/docs/ja/dev/cordova/plugins/pluginapis.html'} +- {name: "\u30AD\u30FC\u30EF\u30FC\u30C9 \u30A4\u30F3\u30C7\u30C3\u30AF\u30B9", url: !!python/unicode '/docs/ja/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/ja-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/ja-edge-manual.yml b/www/_data/toc/ja-edge-manual.yml deleted file mode 100644 index 7a7b12f..0000000 --- a/www/_data/toc/ja-edge-manual.yml +++ /dev/null @@ -1,26 +0,0 @@ -- {name: "\u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/'} -- {name: "\u6982\u8981", url: !!python/unicode '/docs/ja/edge/guide/overview/index.html'} -- {name: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u306E\u30B5\u30DD\u30FC\ - \u30C8", url: !!python/unicode '/docs/ja/edge/guide/support/index.html'} -- {name: "\u30B3\u30DE\u30F3\u30C9 \u30E9\u30A4\u30F3 \u30A4\u30F3\u30BF\u30FC\u30D5\ - \u30A7\u30A4\u30B9", url: !!python/unicode '/docs/ja/edge/guide/cli/index.html'} -- {name: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u306E\u30AC\u30A4\u30C9", - url: !!python/unicode '/docs/ja/edge/guide/platforms/index.html'} -- {name: "Plugman \u3092\u4F7F\u7528\u3057\u3066\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\ - \u7BA1\u7406\u3059\u308B\u306B\u306F", url: !!python/unicode '/docs/ja/edge/plugin_ref/plugman.html'} -- {name: "Config.xml \u30D5\u30A1\u30A4\u30EB", url: !!python/unicode '/docs/ja/edge/config_ref/index.html'} -- {name: "\u30A2\u30A4\u30B3\u30F3\u3068\u30B9\u30D7\u30E9\u30C3\u30B7\u30E5\u753B\ - \u9762", url: !!python/unicode '/docs/ja/edge/config_ref/images.html'} -- {name: "\u57CB\u3081\u8FBC\u307F web \u8868\u793A", url: !!python/unicode '/docs/ja/edge/guide/hybrid/webviews/index.html'} -- {name: "\u30D7\u30E9\u30B0\u30A4\u30F3\u958B\u767A\u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/guide/hybrid/plugins/index.html'} -- {name: "\u30D7\u30E9\u30B0\u30A4\u30F3\u4ED5\u69D8", url: !!python/unicode '/docs/ja/edge/plugin_ref/spec.html'} -- {name: "\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/guide/appdev/privacy/index.html'} -- {name: "\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3 \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/guide/appdev/security/index.html'} -- {name: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u3068\u30D7\u30E9\u30B0\ - \u30A4\u30F3\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u7BA1\u7406", url: !!python/unicode '/docs/ja/edge/platform_plugin_versioning_ref/index.html'} -- {name: "\u30DB\u30EF\u30A4\u30C8 \u30EA\u30B9\u30C8 \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/guide/appdev/whitelist/index.html'} -- {name: "\u30B9\u30C8\u30EC\u30FC\u30B8", url: !!python/unicode '/docs/ja/edge/cordova/storage/storage.html'} -- {name: "\u6B21\u306E\u30B9\u30C6\u30C3\u30D7", url: !!python/unicode '/docs/ja/edge/guide/next/index.html'} -- {name: "\u30A4\u30D9\u30F3\u30C8", url: !!python/unicode '/docs/ja/edge/cordova/events/events.html'} -- {name: "\u30D7\u30E9\u30B0\u30A4\u30F3 Api", url: !!python/unicode '/docs/ja/edge/cordova/plugins/pluginapis.html'} -- {name: "\u30AD\u30FC\u30EF\u30FC\u30C9 \u30A4\u30F3\u30C7\u30C3\u30AF\u30B9", url: !!python/unicode '/docs/ja/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/ko-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/ko-dev-manual.yml b/www/_data/toc/ko-dev-manual.yml new file mode 100644 index 0000000..d2dd891 --- /dev/null +++ b/www/_data/toc/ko-dev-manual.yml @@ -0,0 +1,22 @@ +- {name: "\uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/dev/'} +- {name: "\uAC1C\uC694", url: !!python/unicode '/docs/ko/dev/guide/overview/index.html'} +- {name: "\uD50C\uB7AB\uD3FC \uC9C0\uC6D0", url: !!python/unicode '/docs/ko/dev/guide/support/index.html'} +- {name: "\uBA85\uB839\uC904 \uC778\uD130\uD398\uC774\uC2A4", url: !!python/unicode '/docs/ko/dev/guide/cli/index.html'} +- {name: "\uD50C\uB7AB\uD3FC \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/dev/guide/platforms/index.html'} +- {name: "Plugman\uB97C \uC0AC\uC6A9 \uD558 \uC5EC \uD50C\uB7EC\uADF8\uC778\uC744\ + \ \uAD00\uB9AC \uD558", url: !!python/unicode '/docs/ko/dev/plugin_ref/plugman.html'} +- {name: "Config.xml \uD30C\uC77C", url: !!python/unicode '/docs/ko/dev/config_ref/index.html'} +- {name: "\uC544\uC774\uCF58 \uBC0F \uC2DC\uC791 \uD654\uBA74", url: !!python/unicode '/docs/ko/dev/config_ref/images.html'} +- {name: "WebViews \uD3EC\uD568", url: !!python/unicode '/docs/ko/dev/guide/hybrid/webviews/index.html'} +- {name: "\uD50C\uB7EC\uADF8\uC778 \uAC1C\uBC1C \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/dev/guide/hybrid/plugins/index.html'} +- {name: "\uD50C\uB7EC\uADF8\uC778 \uBA85\uC138", url: !!python/unicode '/docs/ko/dev/plugin_ref/spec.html'} +- {name: "\uBCF4\uC548 \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/dev/guide/appdev/security/index.html'} +- {name: "\uD50C\uB7AB\uD3FC \uBC0F \uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 \uAD00\uB9AC", + url: !!python/unicode '/docs/ko/dev/platform_plugin_versioning_ref/index.html'} +- {name: "\uD654\uC774\uD2B8 \uB9AC\uC2A4\uD2B8 \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/dev/guide/appdev/whitelist/index.html'} +- {name: "\uC2A4\uD1A0\uB9AC\uC9C0", url: !!python/unicode '/docs/ko/dev/cordova/storage/storage.html'} +- {name: "\uD6C4\uD06C \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/dev/guide/appdev/hooks/index.html'} +- {name: "\uB2E4\uC74C \uB2E8\uACC4", url: !!python/unicode '/docs/ko/dev/guide/next/index.html'} +- {name: "\uC774\uBCA4\uD2B8", url: !!python/unicode '/docs/ko/dev/cordova/events/events.html'} +- {name: "\uD50C\uB7EC\uADF8\uC778 Api", url: !!python/unicode '/docs/ko/dev/cordova/plugins/pluginapis.html'} +- {name: "\uD0A4\uC6CC\uB4DC \uC778\uB371\uC2A4", url: !!python/unicode '/docs/ko/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/ko-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/ko-edge-manual.yml b/www/_data/toc/ko-edge-manual.yml deleted file mode 100644 index c96c79c..0000000 --- a/www/_data/toc/ko-edge-manual.yml +++ /dev/null @@ -1,22 +0,0 @@ -- {name: "\uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/'} -- {name: "\uAC1C\uC694", url: !!python/unicode '/docs/ko/edge/guide/overview/index.html'} -- {name: "\uD50C\uB7AB\uD3FC \uC9C0\uC6D0", url: !!python/unicode '/docs/ko/edge/guide/support/index.html'} -- {name: "\uBA85\uB839\uC904 \uC778\uD130\uD398\uC774\uC2A4", url: !!python/unicode '/docs/ko/edge/guide/cli/index.html'} -- {name: "\uD50C\uB7AB\uD3FC \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/guide/platforms/index.html'} -- {name: "Plugman\uB97C \uC0AC\uC6A9 \uD558 \uC5EC \uD50C\uB7EC\uADF8\uC778\uC744\ - \ \uAD00\uB9AC \uD558", url: !!python/unicode '/docs/ko/edge/plugin_ref/plugman.html'} -- {name: "Config.xml \uD30C\uC77C", url: !!python/unicode '/docs/ko/edge/config_ref/index.html'} -- {name: "\uC544\uC774\uCF58 \uBC0F \uC2DC\uC791 \uD654\uBA74", url: !!python/unicode '/docs/ko/edge/config_ref/images.html'} -- {name: "WebViews \uD3EC\uD568", url: !!python/unicode '/docs/ko/edge/guide/hybrid/webviews/index.html'} -- {name: "\uD50C\uB7EC\uADF8\uC778 \uAC1C\uBC1C \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/guide/hybrid/plugins/index.html'} -- {name: "\uD50C\uB7EC\uADF8\uC778 \uBA85\uC138", url: !!python/unicode '/docs/ko/edge/plugin_ref/spec.html'} -- {name: "\uBCF4\uC548 \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/guide/appdev/security/index.html'} -- {name: "\uD50C\uB7AB\uD3FC \uBC0F \uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 \uAD00\uB9AC", - url: !!python/unicode '/docs/ko/edge/platform_plugin_versioning_ref/index.html'} -- {name: "\uD654\uC774\uD2B8 \uB9AC\uC2A4\uD2B8 \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/guide/appdev/whitelist/index.html'} -- {name: "\uC2A4\uD1A0\uB9AC\uC9C0", url: !!python/unicode '/docs/ko/edge/cordova/storage/storage.html'} -- {name: "\uD6C4\uD06C \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/guide/appdev/hooks/index.html'} -- {name: "\uB2E4\uC74C \uB2E8\uACC4", url: !!python/unicode '/docs/ko/edge/guide/next/index.html'} -- {name: "\uC774\uBCA4\uD2B8", url: !!python/unicode '/docs/ko/edge/cordova/events/events.html'} -- {name: "\uD50C\uB7EC\uADF8\uC778 Api", url: !!python/unicode '/docs/ko/edge/cordova/plugins/pluginapis.html'} -- {name: "\uD0A4\uC6CC\uB4DC \uC778\uB371\uC2A4", url: !!python/unicode '/docs/ko/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/pl-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/pl-dev-manual.yml b/www/_data/toc/pl-dev-manual.yml new file mode 100644 index 0000000..a5afdb2 --- /dev/null +++ b/www/_data/toc/pl-dev-manual.yml @@ -0,0 +1,18 @@ +- {name: !!python/unicode 'Przewodniki', url: !!python/unicode '/docs/pl/dev/'} +- {name: "Przegl\u0105d", url: !!python/unicode '/docs/pl/dev/guide/overview/index.html'} +- {name: "Interfejs wiersza polece\u0144", url: !!python/unicode '/docs/pl/dev/guide/cli/index.html'} +- {name: "Platforma przewodnik\xF3w", url: !!python/unicode '/docs/pl/dev/guide/platforms/index.html'} +- {name: "Za pomoc\u0105 Plugman do zarz\u0105dzania wtyczki", url: !!python/unicode '/docs/pl/dev/plugin_ref/plugman.html'} +- {name: !!python/unicode 'Plik config.xml', url: !!python/unicode '/docs/pl/dev/config_ref/index.html'} +- {name: !!python/unicode 'Ikony i ekrany powitalne w aplikacjach', url: !!python/unicode '/docs/pl/dev/config_ref/images.html'} +- {name: !!python/unicode 'Osadzanie WebViews', url: !!python/unicode '/docs/pl/dev/guide/hybrid/webviews/index.html'} +- {name: !!python/unicode 'Plugin rozwoju Przewodnik', url: !!python/unicode '/docs/pl/dev/guide/hybrid/plugins/index.html'} +- {name: !!python/unicode 'Specyfikacja plugin', url: !!python/unicode '/docs/pl/dev/plugin_ref/spec.html'} +- {name: "Prywatno\u015Bci Przewodnik", url: !!python/unicode '/docs/pl/dev/guide/appdev/privacy/index.html'} +- {name: "Przewodnik bezpiecze\u0144stwa", url: !!python/unicode '/docs/pl/dev/guide/appdev/security/index.html'} +- {name: "Platform i Zarz\u0105dzanie wersjami plugin\xF3w", url: !!python/unicode '/docs/pl/dev/platform_plugin_versioning_ref/index.html'} +- {name: !!python/unicode 'Magazyn', url: !!python/unicode '/docs/pl/dev/cordova/storage/storage.html'} +- {name: !!python/unicode 'Kolejne kroki', url: !!python/unicode '/docs/pl/dev/guide/next/index.html'} +- {name: !!python/unicode 'Wydarzenia', url: !!python/unicode '/docs/pl/dev/cordova/events/events.html'} +- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/pl/dev/cordova/plugins/pluginapis.html'} +- {name: "Indeks s\u0142\xF3w kluczowych", url: !!python/unicode '/docs/pl/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/pl-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/pl-edge-manual.yml b/www/_data/toc/pl-edge-manual.yml deleted file mode 100644 index 834421d..0000000 --- a/www/_data/toc/pl-edge-manual.yml +++ /dev/null @@ -1,18 +0,0 @@ -- {name: !!python/unicode 'Przewodniki', url: !!python/unicode '/docs/pl/edge/'} -- {name: "Przegl\u0105d", url: !!python/unicode '/docs/pl/edge/guide/overview/index.html'} -- {name: "Interfejs wiersza polece\u0144", url: !!python/unicode '/docs/pl/edge/guide/cli/index.html'} -- {name: "Platforma przewodnik\xF3w", url: !!python/unicode '/docs/pl/edge/guide/platforms/index.html'} -- {name: "Za pomoc\u0105 Plugman do zarz\u0105dzania wtyczki", url: !!python/unicode '/docs/pl/edge/plugin_ref/plugman.html'} -- {name: !!python/unicode 'Plik config.xml', url: !!python/unicode '/docs/pl/edge/config_ref/index.html'} -- {name: !!python/unicode 'Ikony i ekrany powitalne w aplikacjach', url: !!python/unicode '/docs/pl/edge/config_ref/images.html'} -- {name: !!python/unicode 'Osadzanie WebViews', url: !!python/unicode '/docs/pl/edge/guide/hybrid/webviews/index.html'} -- {name: !!python/unicode 'Plugin rozwoju Przewodnik', url: !!python/unicode '/docs/pl/edge/guide/hybrid/plugins/index.html'} -- {name: !!python/unicode 'Specyfikacja plugin', url: !!python/unicode '/docs/pl/edge/plugin_ref/spec.html'} -- {name: "Prywatno\u015Bci Przewodnik", url: !!python/unicode '/docs/pl/edge/guide/appdev/privacy/index.html'} -- {name: "Przewodnik bezpiecze\u0144stwa", url: !!python/unicode '/docs/pl/edge/guide/appdev/security/index.html'} -- {name: "Platform i Zarz\u0105dzanie wersjami plugin\xF3w", url: !!python/unicode '/docs/pl/edge/platform_plugin_versioning_ref/index.html'} -- {name: !!python/unicode 'Magazyn', url: !!python/unicode '/docs/pl/edge/cordova/storage/storage.html'} -- {name: !!python/unicode 'Kolejne kroki', url: !!python/unicode '/docs/pl/edge/guide/next/index.html'} -- {name: !!python/unicode 'Wydarzenia', url: !!python/unicode '/docs/pl/edge/cordova/events/events.html'} -- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/pl/edge/cordova/plugins/pluginapis.html'} -- {name: "Indeks s\u0142\xF3w kluczowych", url: !!python/unicode '/docs/pl/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/ru-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/ru-dev-manual.yml b/www/_data/toc/ru-dev-manual.yml new file mode 100644 index 0000000..584ff03 --- /dev/null +++ b/www/_data/toc/ru-dev-manual.yml @@ -0,0 +1,43 @@ +- {name: "\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438", url: !!python/unicode '/docs/ru/dev/'} +- {name: "\u0412\u0432\u0435\u0434\u0435\u043D\u0438\u0435", url: !!python/unicode '/docs/ru/dev/guide/overview/index.html'} +- {name: "\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\ + \u044B\u0435 \u041F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B", url: !!python/unicode '/docs/ru/dev/guide/support/index.html'} +- {name: "\u0418\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043A\u043E\u043C\ + \u0430\u043D\u0434\u043D\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438", url: !!python/unicode '/docs/ru/dev/guide/cli/index.html'} +- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ + \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\ + \u044B\u043C \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0430\u043C", url: !!python/unicode '/docs/ru/dev/guide/platforms/index.html'} +- {name: "\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\ + \u0435 Plugman \u0434\u043B\u044F \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\ + \u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\ + \u0438", url: !!python/unicode '/docs/ru/dev/plugin_ref/plugman.html'} +- {name: "\u0424\u0430\u0439\u043B config.xml", url: !!python/unicode '/docs/ru/dev/config_ref/index.html'} +- {name: "\u0418\u043A\u043E\u043D\u043A\u0438 \u0438 \u0437\u0430\u0441\u0442\u0430\ + \u0432\u043A\u0438", url: !!python/unicode '/docs/ru/dev/config_ref/images.html'} +- {name: "\u0418\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044F WebViews", + url: !!python/unicode '/docs/ru/dev/guide/hybrid/webviews/index.html'} +- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ + \u043E \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0435 \u043F\u043B\ + \u0430\u0433\u0438\u043D\u043E\u0432", url: !!python/unicode '/docs/ru/dev/guide/hybrid/plugins/index.html'} +- {name: "\u0421\u043F\u0435\u0446\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439", url: !!python/unicode '/docs/ru/dev/plugin_ref/spec.html'} +- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ + \u043E \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\ + \u044C\u043D\u043E\u0441\u0442\u0438", url: !!python/unicode '/docs/ru/dev/guide/appdev/privacy/index.html'} +- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ + \u043E \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438", + url: !!python/unicode '/docs/ru/dev/guide/appdev/security/index.html'} +- {name: "\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0432\u0435\ + \u0440\u0441\u0438\u044F\u043C\u0438 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\ + \u043C \u0438 \u043F\u043B\u0430\u0433\u0438\u043D\u043E\u0432", url: !!python/unicode '/docs/ru/dev/platform_plugin_versioning_ref/index.html'} +- {name: "\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E\ + \ \u0434\u043E\u0441\u0442\u0443\u043F\u0443 \u043A \u0432\u043D\u0435\u0448\u043D\ + \u0438\u043C \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043C", url: !!python/unicode '/docs/ru/dev/guide/appdev/whitelist/index.html'} +- {name: "\u0425\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435", url: !!python/unicode '/docs/ru/dev/cordova/storage/storage.html'} +- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ + \u043E \u0445\u0443\u043A\u0430\u043C", url: !!python/unicode '/docs/ru/dev/guide/appdev/hooks/index.html'} +- {name: "\u041F\u043E\u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0448\ + \u0430\u0433\u0438", url: !!python/unicode '/docs/ru/dev/guide/next/index.html'} +- {name: "\u0421\u043E\u0431\u044B\u0442\u0438\u044F", url: !!python/unicode '/docs/ru/dev/cordova/events/events.html'} +- {name: "API \u043F\u043B\u0430\u0433\u0438\u043D\u043E\u0432", url: !!python/unicode '/docs/ru/dev/cordova/plugins/pluginapis.html'} +- {name: "\u0410\u043B\u0444\u0430\u0432\u0438\u0442\u043D\u044B\u0439 \u0443\u043A\ + \u0430\u0437\u0430\u0442\u0435\u043B\u044C", url: !!python/unicode '/docs/ru/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/ru-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/ru-edge-manual.yml b/www/_data/toc/ru-edge-manual.yml deleted file mode 100644 index 8347f11..0000000 --- a/www/_data/toc/ru-edge-manual.yml +++ /dev/null @@ -1,43 +0,0 @@ -- {name: "\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438", url: !!python/unicode '/docs/ru/edge/'} -- {name: "\u0412\u0432\u0435\u0434\u0435\u043D\u0438\u0435", url: !!python/unicode '/docs/ru/edge/guide/overview/index.html'} -- {name: "\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\ - \u044B\u0435 \u041F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B", url: !!python/unicode '/docs/ru/edge/guide/support/index.html'} -- {name: "\u0418\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043A\u043E\u043C\ - \u0430\u043D\u0434\u043D\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0438", url: !!python/unicode '/docs/ru/edge/guide/cli/index.html'} -- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ - \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\ - \u044B\u043C \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0430\u043C", url: !!python/unicode '/docs/ru/edge/guide/platforms/index.html'} -- {name: "\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\ - \u0435 Plugman \u0434\u043B\u044F \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\ - \u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\ - \u0438", url: !!python/unicode '/docs/ru/edge/plugin_ref/plugman.html'} -- {name: "\u0424\u0430\u0439\u043B config.xml", url: !!python/unicode '/docs/ru/edge/config_ref/index.html'} -- {name: "\u0418\u043A\u043E\u043D\u043A\u0438 \u0438 \u0437\u0430\u0441\u0442\u0430\ - \u0432\u043A\u0438", url: !!python/unicode '/docs/ru/edge/config_ref/images.html'} -- {name: "\u0418\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044F WebViews", - url: !!python/unicode '/docs/ru/edge/guide/hybrid/webviews/index.html'} -- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ - \u043E \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0435 \u043F\u043B\ - \u0430\u0433\u0438\u043D\u043E\u0432", url: !!python/unicode '/docs/ru/edge/guide/hybrid/plugins/index.html'} -- {name: "\u0421\u043F\u0435\u0446\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439", url: !!python/unicode '/docs/ru/edge/plugin_ref/spec.html'} -- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ - \u043E \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\ - \u044C\u043D\u043E\u0441\u0442\u0438", url: !!python/unicode '/docs/ru/edge/guide/appdev/privacy/index.html'} -- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ - \u043E \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438", - url: !!python/unicode '/docs/ru/edge/guide/appdev/security/index.html'} -- {name: "\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0432\u0435\ - \u0440\u0441\u0438\u044F\u043C\u0438 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\ - \u043C \u0438 \u043F\u043B\u0430\u0433\u0438\u043D\u043E\u0432", url: !!python/unicode '/docs/ru/edge/platform_plugin_versioning_ref/index.html'} -- {name: "\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E\ - \ \u0434\u043E\u0441\u0442\u0443\u043F\u0443 \u043A \u0432\u043D\u0435\u0448\u043D\ - \u0438\u043C \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043C", url: !!python/unicode '/docs/ru/edge/guide/appdev/whitelist/index.html'} -- {name: "\u0425\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435", url: !!python/unicode '/docs/ru/edge/cordova/storage/storage.html'} -- {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\ - \u043E \u0445\u0443\u043A\u0430\u043C", url: !!python/unicode '/docs/ru/edge/guide/appdev/hooks/index.html'} -- {name: "\u041F\u043E\u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0448\ - \u0430\u0433\u0438", url: !!python/unicode '/docs/ru/edge/guide/next/index.html'} -- {name: "\u0421\u043E\u0431\u044B\u0442\u0438\u044F", url: !!python/unicode '/docs/ru/edge/cordova/events/events.html'} -- {name: "API \u043F\u043B\u0430\u0433\u0438\u043D\u043E\u0432", url: !!python/unicode '/docs/ru/edge/cordova/plugins/pluginapis.html'} -- {name: "\u0410\u043B\u0444\u0430\u0432\u0438\u0442\u043D\u044B\u0439 \u0443\u043A\ - \u0430\u0437\u0430\u0442\u0435\u043B\u044C", url: !!python/unicode '/docs/ru/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/sl-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/sl-dev-manual.yml b/www/_data/toc/sl-dev-manual.yml new file mode 100644 index 0000000..ace4295 --- /dev/null +++ b/www/_data/toc/sl-dev-manual.yml @@ -0,0 +1,17 @@ +- {name: !!python/unicode 'Vodila', url: !!python/unicode '/docs/sl/dev/'} +- {name: !!python/unicode 'Pregled', url: !!python/unicode '/docs/sl/dev/guide/overview/index.html'} +- {name: !!python/unicode 'Platforma podporo', url: !!python/unicode '/docs/sl/dev/guide/support/index.html'} +- {name: !!python/unicode 'Vmesnik ukazne vrstice', url: !!python/unicode '/docs/sl/dev/guide/cli/index.html'} +- {name: !!python/unicode 'Platforma vodniki', url: !!python/unicode '/docs/sl/dev/guide/platforms/index.html'} +- {name: !!python/unicode 'Uporaba Plugman za upravljanje Plugins', url: !!python/unicode '/docs/sl/dev/plugin_ref/plugman.html'} +- {name: !!python/unicode 'Config.xml datoteke', url: !!python/unicode '/docs/sl/dev/config_ref/index.html'} +- {name: !!python/unicode 'Ikone in brizg zaslon', url: !!python/unicode '/docs/sl/dev/config_ref/images.html'} +- {name: !!python/unicode 'Vdelava spletni pogledi', url: !!python/unicode '/docs/sl/dev/guide/hybrid/webviews/index.html'} +- {name: !!python/unicode 'Plugin razvoj vodnik', url: !!python/unicode '/docs/sl/dev/guide/hybrid/plugins/index.html'} +- {name: !!python/unicode 'Plugin specifikacija', url: !!python/unicode '/docs/sl/dev/plugin_ref/spec.html'} +- {name: !!python/unicode 'Vodnik o zasebnosti', url: !!python/unicode '/docs/sl/dev/guide/appdev/privacy/index.html'} +- {name: !!python/unicode 'Seznam dovoljenih vodnik', url: !!python/unicode '/docs/sl/dev/guide/appdev/whitelist/index.html'} +- {name: !!python/unicode 'Shranjevanje', url: !!python/unicode '/docs/sl/dev/cordova/storage/storage.html'} +- {name: !!python/unicode 'Dogodki', url: !!python/unicode '/docs/sl/dev/cordova/events/events.html'} +- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/sl/dev/cordova/plugins/pluginapis.html'} +- {name: "Klju\u010Dne besede kazalo", url: !!python/unicode '/docs/sl/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/sl-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/sl-edge-manual.yml b/www/_data/toc/sl-edge-manual.yml deleted file mode 100644 index 460c4c9..0000000 --- a/www/_data/toc/sl-edge-manual.yml +++ /dev/null @@ -1,17 +0,0 @@ -- {name: !!python/unicode 'Vodila', url: !!python/unicode '/docs/sl/edge/'} -- {name: !!python/unicode 'Pregled', url: !!python/unicode '/docs/sl/edge/guide/overview/index.html'} -- {name: !!python/unicode 'Platforma podporo', url: !!python/unicode '/docs/sl/edge/guide/support/index.html'} -- {name: !!python/unicode 'Vmesnik ukazne vrstice', url: !!python/unicode '/docs/sl/edge/guide/cli/index.html'} -- {name: !!python/unicode 'Platforma vodniki', url: !!python/unicode '/docs/sl/edge/guide/platforms/index.html'} -- {name: !!python/unicode 'Uporaba Plugman za upravljanje Plugins', url: !!python/unicode '/docs/sl/edge/plugin_ref/plugman.html'} -- {name: !!python/unicode 'Config.xml datoteke', url: !!python/unicode '/docs/sl/edge/config_ref/index.html'} -- {name: !!python/unicode 'Ikone in brizg zaslon', url: !!python/unicode '/docs/sl/edge/config_ref/images.html'} -- {name: !!python/unicode 'Vdelava spletni pogledi', url: !!python/unicode '/docs/sl/edge/guide/hybrid/webviews/index.html'} -- {name: !!python/unicode 'Plugin razvoj vodnik', url: !!python/unicode '/docs/sl/edge/guide/hybrid/plugins/index.html'} -- {name: !!python/unicode 'Plugin specifikacija', url: !!python/unicode '/docs/sl/edge/plugin_ref/spec.html'} -- {name: !!python/unicode 'Vodnik o zasebnosti', url: !!python/unicode '/docs/sl/edge/guide/appdev/privacy/index.html'} -- {name: !!python/unicode 'Seznam dovoljenih vodnik', url: !!python/unicode '/docs/sl/edge/guide/appdev/whitelist/index.html'} -- {name: !!python/unicode 'Shranjevanje', url: !!python/unicode '/docs/sl/edge/cordova/storage/storage.html'} -- {name: !!python/unicode 'Dogodki', url: !!python/unicode '/docs/sl/edge/cordova/events/events.html'} -- {name: !!python/unicode 'Plugin API', url: !!python/unicode '/docs/sl/edge/cordova/plugins/pluginapis.html'} -- {name: "Klju\u010Dne besede kazalo", url: !!python/unicode '/docs/sl/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/zh-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-dev-manual.yml b/www/_data/toc/zh-dev-manual.yml new file mode 100644 index 0000000..d314b81 --- /dev/null +++ b/www/_data/toc/zh-dev-manual.yml @@ -0,0 +1,19 @@ +- {name: "\u8F14\u52A9\u7DDA", url: !!python/unicode '/docs/zh/dev/'} +- {name: "\u6982\u8FF0", url: !!python/unicode '/docs/zh/dev/guide/overview/index.html'} +- {name: "\u5E73\u81FA\u652F\u63F4", url: !!python/unicode '/docs/zh/dev/guide/support/index.html'} +- {name: "\u547D\u4EE4\u5217\u4ECB\u9762", url: !!python/unicode '/docs/zh/dev/guide/cli/index.html'} +- {name: "\u5E73\u81FA\u6307\u5357", url: !!python/unicode '/docs/zh/dev/guide/platforms/index.html'} +- {name: "\u4F7F\u7528 Plugman \u4F86\u7BA1\u7406\u5916\u639B\u7A0B\u5F0F", url: !!python/unicode '/docs/zh/dev/plugin_ref/plugman.html'} +- {name: "Config.xml \u6A94", url: !!python/unicode '/docs/zh/dev/config_ref/index.html'} +- {name: "\u5716\u793A\u548C\u555F\u52D5\u756B\u9762", url: !!python/unicode '/docs/zh/dev/config_ref/images.html'} +- {name: "\u5D4C\u5165 WebViews", url: !!python/unicode '/docs/zh/dev/guide/hybrid/webviews/index.html'} +- {name: "\u5916\u639B\u7A0B\u5F0F\u958B\u767C\u6307\u5357", url: !!python/unicode '/docs/zh/dev/guide/hybrid/plugins/index.html'} +- {name: "\u5916\u639B\u7A0B\u5F0F\u898F\u7BC4", url: !!python/unicode '/docs/zh/dev/plugin_ref/spec.html'} +- {name: "\u96B1\u79C1\u6307\u5357", url: !!python/unicode '/docs/zh/dev/guide/appdev/privacy/index.html'} +- {name: "\u5B89\u5168\u6307\u5357", url: !!python/unicode '/docs/zh/dev/guide/appdev/security/index.html'} +- {name: "\u5E73\u81FA\u548C\u5916\u639B\u7A0B\u5F0F\u7248\u672C\u7BA1\u7406", url: !!python/unicode '/docs/zh/dev/platform_plugin_versioning_ref/index.html'} +- {name: "\u767D\u540D\u55AE\u6307\u5357", url: !!python/unicode '/docs/zh/dev/guide/appdev/whitelist/index.html'} +- {name: "\u5B58\u5132", url: !!python/unicode '/docs/zh/dev/cordova/storage/storage.html'} +- {name: "\u4E8B\u4EF6", url: !!python/unicode '/docs/zh/dev/cordova/events/events.html'} +- {name: "\u5916\u639B\u7A0B\u5F0F\u7684 Api", url: !!python/unicode '/docs/zh/dev/cordova/plugins/pluginapis.html'} +- {name: "\u95DC\u9375\u5B57\u7D22\u5F15", url: !!python/unicode '/docs/zh/dev/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_data/toc/zh-edge-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-edge-manual.yml b/www/_data/toc/zh-edge-manual.yml deleted file mode 100644 index 8094764..0000000 --- a/www/_data/toc/zh-edge-manual.yml +++ /dev/null @@ -1,19 +0,0 @@ -- {name: "\u8F14\u52A9\u7DDA", url: !!python/unicode '/docs/zh/edge/'} -- {name: "\u6982\u8FF0", url: !!python/unicode '/docs/zh/edge/guide/overview/index.html'} -- {name: "\u5E73\u81FA\u652F\u63F4", url: !!python/unicode '/docs/zh/edge/guide/support/index.html'} -- {name: "\u547D\u4EE4\u5217\u4ECB\u9762", url: !!python/unicode '/docs/zh/edge/guide/cli/index.html'} -- {name: "\u5E73\u81FA\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/platforms/index.html'} -- {name: "\u4F7F\u7528 Plugman \u4F86\u7BA1\u7406\u5916\u639B\u7A0B\u5F0F", url: !!python/unicode '/docs/zh/edge/plugin_ref/plugman.html'} -- {name: "Config.xml \u6A94", url: !!python/unicode '/docs/zh/edge/config_ref/index.html'} -- {name: "\u5716\u793A\u548C\u555F\u52D5\u756B\u9762", url: !!python/unicode '/docs/zh/edge/config_ref/images.html'} -- {name: "\u5D4C\u5165 WebViews", url: !!python/unicode '/docs/zh/edge/guide/hybrid/webviews/index.html'} -- {name: "\u5916\u639B\u7A0B\u5F0F\u958B\u767C\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/hybrid/plugins/index.html'} -- {name: "\u5916\u639B\u7A0B\u5F0F\u898F\u7BC4", url: !!python/unicode '/docs/zh/edge/plugin_ref/spec.html'} -- {name: "\u96B1\u79C1\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/appdev/privacy/index.html'} -- {name: "\u5B89\u5168\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/appdev/security/index.html'} -- {name: "\u5E73\u81FA\u548C\u5916\u639B\u7A0B\u5F0F\u7248\u672C\u7BA1\u7406", url: !!python/unicode '/docs/zh/edge/platform_plugin_versioning_ref/index.html'} -- {name: "\u767D\u540D\u55AE\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/appdev/whitelist/index.html'} -- {name: "\u5B58\u5132", url: !!python/unicode '/docs/zh/edge/cordova/storage/storage.html'} -- {name: "\u4E8B\u4EF6", url: !!python/unicode '/docs/zh/edge/cordova/events/events.html'} -- {name: "\u5916\u639B\u7A0B\u5F0F\u7684 Api", url: !!python/unicode '/docs/zh/edge/cordova/plugins/pluginapis.html'} -- {name: "\u95DC\u9375\u5B57\u7D22\u5F15", url: !!python/unicode '/docs/zh/edge/page_index.html'} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_layouts/docs.html ---------------------------------------------------------------------- diff --git a/www/_layouts/docs.html b/www/_layouts/docs.html index 4c27a03..d6d08f1 100644 --- a/www/_layouts/docs.html +++ b/www/_layouts/docs.html @@ -175,10 +175,10 @@ analytics_id: UA-64283057-1 {% capture latest_version_path %}/docs/{{ page.language }}/latest/{% endcapture %} {% assign latest_url = page.url | replace:current_version_path,latest_version_path %} - - {% if page.version == 'edge' or page.version != site.latest_docs_version %} + + {% if page.version == 'dev' or page.version != site.latest_docs_version %} - {% if page.version == 'edge' %} + {% if page.version == 'dev' %} {% assign alert_class = "alert-info" %} {% assign warning_text = page.in_development_text %} {% elsif page.version != site.latest_docs_version %} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_posts/2014-01-02-plugins-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2014-01-02-plugins-release.md b/www/_posts/2014-01-02-plugins-release.md index 5a8ecd6..dec708f 100644 --- a/www/_posts/2014-01-02-plugins-release.md +++ b/www/_posts/2014-01-02-plugins-release.md @@ -31,7 +31,7 @@ With this release, documentation for plugins have moved from [http://cordova.apache.org/docs](http://cordova.apache.org/docs) to the `doc/` directory within plugins themselves. Eventually, docs will be available online through [plugins.cordova.io](http://plugins.cordova.io). Until then, they will be viewable online -[via github](http://cordova.apache.org/docs/en/edge/cordova_plugins_pluginapis.md.html). +[via github](http://cordova.apache.org/docs/en/dev/cordova_plugins_pluginapis.md.html). Aside from documentation, changes include: http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_posts/2014-10-16-cordova-4.md ---------------------------------------------------------------------- diff --git a/www/_posts/2014-10-16-cordova-4.md b/www/_posts/2014-10-16-cordova-4.md index 0e6a7cc..de3ddda 100644 --- a/www/_posts/2014-10-16-cordova-4.md +++ b/www/_posts/2014-10-16-cordova-4.md @@ -34,7 +34,7 @@ We have recently decided to update our release process to include independent re Users should expect more frequent releases with bug fixes and new features. Users can always view what versions of platforms they are using in a cordova project with the `cordova platform list` command. Users workflow is exactly the same and updating existing projects should not be an issue. -Our [docs](http://cordova.apache.org/docs/en/edge/index.html) will be released alongside our **CLI**. +Our [docs](http://cordova.apache.org/docs/en/dev/index.html) will be released alongside our **CLI**. The **CLI** is released with a set of default platforms pinned. For instance, this release of **Cordova-CLI** will include **Cordova-Android@3.6.4** pinned by default. This means that when you type `cordova platform add android`, it will fetch and install version `3.6.4` into your project. It is also very simple to install a different version of a platform for a project if you wish by specifying the version of the platform when you are adding. Ex. `cordova platform add android@3.5.1`. Of course we always recommend using the latest release when possible. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_posts/2014-11-06-cordova-ios-3.7.0.md ---------------------------------------------------------------------- diff --git a/www/_posts/2014-11-06-cordova-ios-3.7.0.md b/www/_posts/2014-11-06-cordova-ios-3.7.0.md index c9b7d6c..34b5bde 100644 --- a/www/_posts/2014-11-06-cordova-ios-3.7.0.md +++ b/www/_posts/2014-11-06-cordova-ios-3.7.0.md @@ -25,7 +25,7 @@ To add it explicitly: -For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html). +For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/dev/guide_platforms_index.md.html). http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md ---------------------------------------------------------------------- diff --git a/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md b/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md index f6d9fec..bf82199 100644 --- a/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md +++ b/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md @@ -27,7 +27,7 @@ To add it explicitly (available now): -For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html). +For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/dev/guide_platforms_index.md.html). http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_posts/2014-11-25-ios-64bit.md ---------------------------------------------------------------------- diff --git a/www/_posts/2014-11-25-ios-64bit.md b/www/_posts/2014-11-25-ios-64bit.md index 3addcac..5d8301e 100644 --- a/www/_posts/2014-11-25-ios-64bit.md +++ b/www/_posts/2014-11-25-ios-64bit.md @@ -30,7 +30,7 @@ them for **iOS** versions *earlier than* **5.1.1**. If you are on a version of **Cordova** *older than* **3.4.1** and building **iOS** apps, you are encouraged to upgrade to a more recent version before **Apple**'s *deadline*. For *upgrade instructions*, please see the _Updating Cordova and Your Project_ -section of the [documentation](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html). +section of the [documentation](http://cordova.apache.org/docs/en/dev/guide_cli_index.md.html). You may also find upgrade hints in the blog, such as this [recent one for iOS 3.7.0](http://cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html). The Apache community has no plans to backport the iOS 64-bit capability to earlier versions of Cordova. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_posts/2015-02-06-cordova-android-3.7.1.md ---------------------------------------------------------------------- diff --git a/www/_posts/2015-02-06-cordova-android-3.7.1.md b/www/_posts/2015-02-06-cordova-android-3.7.1.md index 7283cd4..c4b6cfe 100644 --- a/www/_posts/2015-02-06-cordova-android-3.7.1.md +++ b/www/_posts/2015-02-06-cordova-android-3.7.1.md @@ -24,7 +24,7 @@ To add it explicitly: -For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html). +For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/dev/guide_platforms_index.md.html). http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f061b980/www/_posts/2015-02-25-cordova-ios-3.8.0.md ---------------------------------------------------------------------- diff --git a/www/_posts/2015-02-25-cordova-ios-3.8.0.md b/www/_posts/2015-02-25-cordova-ios-3.8.0.md index 77ed3a3..6d4fa58 100644 --- a/www/_posts/2015-02-25-cordova-ios-3.8.0.md +++ b/www/_posts/2015-02-25-cordova-ios-3.8.0.md @@ -27,7 +27,7 @@ To add it explicitly: -For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html). +For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/dev/guide_platforms_index.md.html). --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org