85 lines
2.2 KiB
JavaScript
85 lines
2.2 KiB
JavaScript
/**
|
|
* Copyright (c) 2017-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
module.exports = {
|
|
docs: {
|
|
'Getting Started': [
|
|
'getting_started/getting-started'],
|
|
'Core Features': [
|
|
'core/core',
|
|
'core/actions',
|
|
'core/android-flavors',
|
|
'core/location',
|
|
'core/sensors'],
|
|
'Notifications': [
|
|
'notifications/notifications-basic',
|
|
'notifications/actionable-notifications',
|
|
{
|
|
'type': 'category',
|
|
'label': 'Attachments',
|
|
'items': [
|
|
'notifications/notification-attachments',
|
|
'notifications/dynamic-content'
|
|
]
|
|
},
|
|
'notifications/critical-notifications',
|
|
'notifications/notification-details',
|
|
'notifications/notification-cleared',
|
|
'notifications/notification-commands',
|
|
'notifications/notification-sounds',
|
|
'notifications/notification-local',
|
|
'notifications/notification-received',
|
|
],
|
|
'Integrations': [
|
|
'integrations/integrations',
|
|
'integrations/android-device-controls',
|
|
'integrations/android-quick-settings',
|
|
'integrations/android-shortcuts',
|
|
'integrations/android-webview',
|
|
'integrations/android-widgets',
|
|
'integrations/app-events',
|
|
'integrations/haptics',
|
|
'integrations/sharing',
|
|
'integrations/siri-shortcuts',
|
|
'integrations/theming',
|
|
'integrations/universal-links',
|
|
'integrations/url-handler',
|
|
'integrations/x-callback-url'],
|
|
'Apple Watch': [
|
|
'apple-watch/apple-watch',
|
|
'apple-watch/watch-actions',
|
|
'apple-watch/complications'
|
|
],
|
|
'Wear OS': [
|
|
'wear-os/wear-os',
|
|
'wear-os/sensors'
|
|
],
|
|
'Android Auto/Automotive': [
|
|
'android-auto/android-auto'
|
|
],
|
|
'CarPlay': [
|
|
'carplay/carplay'
|
|
],
|
|
'Meta Quest': [
|
|
'meta-quest/meta-quest'
|
|
],
|
|
'Troubleshooting': [
|
|
'troubleshooting/faqs',
|
|
'troubleshooting/errors',
|
|
'troubleshooting/networking',
|
|
'troubleshooting/resetting',
|
|
'troubleshooting/troubleshooting-integrations',
|
|
'troubleshooting/more-help'
|
|
]
|
|
},
|
|
gallery: {
|
|
'Gallery': [
|
|
'gallery/android'
|
|
]
|
|
},
|
|
};
|