From c233ec1fa7759bf66435c76ffe8aec961e996923 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Wed, 25 Feb 2026 09:17:46 +0100 Subject: [PATCH] feat: put resources in appropriate sections - Put `Config.xml API` and `Cordova JavaScript API` under `App Development` > `References` - Put `Plugin.xml API` under `Plugin Development` after section `Support a Platform` --- www/_data/toc/en_latest-src.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/www/_data/toc/en_latest-src.yml b/www/_data/toc/en_latest-src.yml index 6e81cb676da..96242d6a45b 100644 --- a/www/_data/toc/en_latest-src.yml +++ b/www/_data/toc/en_latest-src.yml @@ -24,6 +24,11 @@ - url: guide/platforms/android/index.html - url: guide/platforms/ios/index.html - url: guide/platforms/electron/index.html + - + name: References + children: + - url: config_ref/index.html + - url: cordova/events/events.html - name: Customization children: @@ -35,7 +40,10 @@ - url: guide/appdev/security/index.html - url: guide/appdev/privacy/index.html - url: guide/appdev/allowlist/index.html - - url: cordova/storage/storage.html + - + name: Miscellaneous + children: + - url: cordova/storage/storage.html - name: Plugin Development @@ -46,14 +54,8 @@ children: - url: guide/platforms/android/plugin.html - url: guide/platforms/ios/plugin.html - - url: plugin_ref/plugman.html - -- - name: References - children: - - url: config_ref/index.html - url: plugin_ref/spec.html - - url: cordova/events/events.html + - url: plugin_ref/plugman.html - name: Resources