sidebars.json 310 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3 4 5 6 7 8
{
  "docs": {
    "Installation": ["installation-ios", "installation-android"],
    "Subscription": ["doc2"],
    "Notification Events": ["doc3"],
    "Advanced API - iOS": ["doc3"]
  },
  "api": {
yogevbd's avatar
yogevbd committed
9 10
    "Commands": ["general-api", "ios-api", "android-api"],
    "Events": ["general-events", "ios-events"]
yogevbd's avatar
yogevbd committed
11 12
  }
}