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