Fix rendering of Polish documentation.
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1193c42b Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1193c42b Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1193c42b Branch: refs/heads/master Commit: 1193c42b8d75e9611cabd432a0ca588ff126f8fb Parents: e1030bb Author: Michael Brooks <[email protected]> Authored: Mon Jun 9 15:43:10 2014 -0700 Committer: Michael Brooks <[email protected]> Committed: Mon Jun 9 16:21:33 2014 -0700 ---------------------------------------------------------------------- docs/pl/edge/config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1193c42b/docs/pl/edge/config.json ---------------------------------------------------------------------- diff --git a/docs/pl/edge/config.json b/docs/pl/edge/config.json new file mode 100644 index 0000000..4246142 --- /dev/null +++ b/docs/pl/edge/config.json @@ -0,0 +1,18 @@ +{ + "language": "Polish", + "merge": { + "events.md": [ + "cordova/events/events.md", + "cordova/events/events.deviceready.md", + "cordova/events/events.pause.md", + "cordova/events/events.resume.md", + "cordova/events/events.backbutton.md", + "cordova/events/events.menubutton.md", + "cordova/events/events.searchbutton.md", + "cordova/events/events.startcallbutton.md", + "cordova/events/events.endcallbutton.md", + "cordova/events/events.volumedownbutton.md", + "cordova/events/events.volumeupbutton.md" + ] + } +}
