diff --git a/Examples/README.md b/Examples/README.md index ca05dddb..441a7c04 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -1,8 +1,19 @@ -The files contained within this directory are NOT SUPPORTED by Segment. -They are here merely as an example, and for your convenience should you +Note: The files contained within this directory are NOT SUPPORTED by Segment. +They are here merely as an example, and for your convenience should you find it useful. ---- +# How this folder is structured + +- [apps](apps) + Example projects which showcase analytics instrumentation on different platforms/languages + +- [Destination Plugins](destination_plugins) + A collection of Sample Destination plugins, and how to include them in your own projects + +- [Other Plugins](other_plugins) & [Task Plugins](tasks) + A collection of plugins to help solve common use-cases + +--- MIT License Copyright (c) 2021 Segment diff --git a/README.md b/README.md index 4bc447eb..afb09288 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ The hassle-free way to add Segment analytics to your Swift app (iOS/tvOS/watchOS You can find usage documentation at [https://segment.com/docs/sources/mobile/swift-ios/](https://segment.com/docs/sources/mobile/swift-ios/). +Explore more via the [example projects](Examples) which showcase analytics instrumentation on different platforms/languages and usage of plugins. These projects contain sample [plugins](Examples/other_plugins) and [destination plugins](Examples/destination_plugins) + ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.