diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index c4aa863e2..52c25cd5a 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -29,7 +29,10 @@ * [Managed and Unmanaged Devices](core-concepts/devices/managed-and-unmanaged-devices.md) * [Adding Custom Metadata to a Device](core-concepts/devices/adding-custom-metadata-to-a-device.md) * [Filtering Devices by Custom Metadata](core-concepts/devices/filtering-devices-by-custom-metadata.md) + * [Handling Device Errors](core-concepts/devices/handling-device-errors.md) * [Testing Your App Against Device Disconnection and Removal](core-concepts/devices/testing-your-app-against-device-disconnection-and-removal.md) +* [Providers](core-concepts/providers/README.md) + * [Provider Metadata](core-concepts/providers/provider-metadata.md) * [Connected Accounts](core-concepts/connected-accounts/README.md) * [Adding Custom Metadata to a Connected Account](core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account.md) * [Filtering Connected Accounts by Custom Metadata](core-concepts/connected-accounts/filtering-connected-accounts-by-custom-metadata.md) diff --git a/docs/core-concepts/providers/device-provider-metadata.md b/docs/core-concepts/providers/provider-metadata.md similarity index 100% rename from docs/core-concepts/providers/device-provider-metadata.md rename to docs/core-concepts/providers/provider-metadata.md