-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: various improvements for 12.x docs (#1330)
* doc: improve app template page * doc: remove mention of deprecated globalization plugin * doc: update splashscreen link on platform support * doc(ios): refactor requirements and support section * doc(menu): relabel Introduction to Getting Started * doc(menu): move & relabel Creating an App to Getting Started * doc(menu): create & move project related items to Cordova Projects * doc(menu): relabel Platform Support * doc(menu): relabel Platform Pinning * doc(menu): relabel Version Management * doc(menu): relabel section Create Apps to App Development * doc(menu): move Platform App Development section * doc(menu): update App Development items order, labels & sections * doc(menu): relabel Plugin Development section * doc(menu): update Plugin Development item labels * doc(menu): remove Windows from Plugin Development * doc(menu): move References below Plugin Development * doc(menu): create Resources section * doc(menu): move Plugins section below Resources * doc(menu): relabel References section items * doc(menu): relabel App Templates * doc(menu): add installation page * doc(top-page): remove hidden deprecated platforms * doc(storage): remove windows platform information
- Loading branch information
Showing
18 changed files
with
259 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,85 @@ | ||
- | ||
name: Introduction | ||
name: Getting Started | ||
children: | ||
- url: guide/overview/index.html | ||
- url: guide/cli/installation.html | ||
- url: guide/cli/index.html | ||
|
||
- | ||
name: Create apps | ||
name: Cordova Projects | ||
children: | ||
- url: guide/cli/index.html | ||
- url: guide/cli/template.html | ||
- url: reference/cordova-cli/index.html | ||
- url: guide/support/index.html | ||
- url: third-party/index.html | ||
- url: platform_pinning/index.html | ||
- url: platform_plugin_versioning_ref/index.html | ||
- url: guide/appdev/hooks/index.html | ||
|
||
- | ||
name: App Development | ||
children: | ||
- | ||
name: Develop for platforms | ||
name: Platforms | ||
children: | ||
- url: guide/platforms/android/index.html | ||
- url: guide/platforms/ios/index.html | ||
- url: guide/platforms/windows/index.html | ||
- url: guide/platforms/osx/index.html | ||
- url: guide/platforms/electron/index.html | ||
- url: platform_plugin_versioning_ref/index.html | ||
- url: platform_pinning/index.html | ||
- url: config_ref/images.html | ||
- | ||
name: Customization | ||
children: | ||
- url: config_ref/images.html | ||
- url: core/features/splashscreen/index.html | ||
- | ||
name: Security & Privacy | ||
children: | ||
- url: guide/appdev/security/index.html | ||
- url: guide/appdev/privacy/index.html | ||
- url: guide/appdev/allowlist/index.html | ||
- url: cordova/storage/storage.html | ||
- url: guide/appdev/privacy/index.html | ||
- url: guide/appdev/security/index.html | ||
- url: guide/appdev/allowlist/index.html | ||
|
||
- | ||
name: Create plugins | ||
name: Plugin Development | ||
children: | ||
- url: guide/hybrid/plugins/index.html | ||
- | ||
name: Develop for platforms | ||
name: Support a Platform | ||
children: | ||
- url: guide/platforms/android/plugin.html | ||
- url: guide/platforms/ios/plugin.html | ||
- url: guide/platforms/windows/plugin.html | ||
- url: plugin_ref/plugman.html | ||
|
||
- | ||
name: Advanced Topics | ||
name: References | ||
children: | ||
- url: guide/hybrid/webviews/index.html | ||
- url: config_ref/index.html | ||
- url: plugin_ref/spec.html | ||
- url: cordova/events/events.html | ||
|
||
- | ||
name: Resources | ||
children: | ||
- url: third-party/index.html | ||
- url: guide/cli/template.html | ||
- url: guide/next/index.html | ||
|
||
- | ||
name: Reference | ||
name: Plugins | ||
children: | ||
- url: config_ref/index.html | ||
- url: cordova/events/events.html | ||
- url: reference/cordova-cli/index.html | ||
- url: guide/appdev/hooks/index.html | ||
- | ||
name: Core Features | ||
children: | ||
- url: core/features/splashscreen/index.html | ||
- url: plugin_ref/spec.html | ||
- | ||
name: Plugins | ||
children: | ||
- url: reference/cordova-plugin-battery-status/index.html | ||
- url: reference/cordova-plugin-camera/index.html | ||
- url: reference/cordova-plugin-device/index.html | ||
- url: reference/cordova-plugin-dialogs/index.html | ||
- url: reference/cordova-plugin-file/index.html | ||
- url: reference/cordova-plugin-geolocation/index.html | ||
- url: reference/cordova-plugin-inappbrowser/index.html | ||
- url: reference/cordova-plugin-media/index.html | ||
- url: reference/cordova-plugin-media-capture/index.html | ||
- url: reference/cordova-plugin-network-information/index.html | ||
- url: reference/cordova-plugin-screen-orientation/index.html | ||
- url: reference/cordova-plugin-splashscreen/index.html | ||
- url: reference/cordova-plugin-statusbar/index.html | ||
- url: reference/cordova-plugin-vibration/index.html | ||
- url: reference/cordova-plugin-battery-status/index.html | ||
- url: reference/cordova-plugin-camera/index.html | ||
- url: reference/cordova-plugin-device/index.html | ||
- url: reference/cordova-plugin-dialogs/index.html | ||
- url: reference/cordova-plugin-file/index.html | ||
- url: reference/cordova-plugin-geolocation/index.html | ||
- url: reference/cordova-plugin-inappbrowser/index.html | ||
- url: reference/cordova-plugin-media/index.html | ||
- url: reference/cordova-plugin-media-capture/index.html | ||
- url: reference/cordova-plugin-network-information/index.html | ||
- url: reference/cordova-plugin-screen-orientation/index.html | ||
- url: reference/cordova-plugin-splashscreen/index.html | ||
- url: reference/cordova-plugin-statusbar/index.html | ||
- url: reference/cordova-plugin-vibration/index.html | ||
|
||
- | ||
name: Advanced Topics | ||
children: | ||
- url: guide/hybrid/webviews/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.