From 3636533569d7a7f2d4465c0b97cf160fe3e8b9c7 Mon Sep 17 00:00:00 2001 From: Trisha Hanlon Date: Tue, 29 Apr 2025 17:03:31 -0500 Subject: [PATCH 1/3] Update README.md with new doc links --- README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7bc6ac1..07a4a26 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,17 @@ If you can't find what you are looking or have any feedback, [open an issue](htt ## Contents -- [Optimizely Web](#web) -- [Optimizely Edge](#edge) -- [Optimizely FullStack and Rollouts](#fullstack-and-rollouts) +- [Optimizely Web Experimentation](#web-experimentation) +- [Optimizely Performance Edge](#performance-edge) +- [Optimizely Full Stack (Deprecated)](#fullstack-and-feature-experimentation) +- [Optimizely Feature Experimentation](#fullstack-and-feature-experimentation) - [Optimizely Platform](#platform) - [Demos](#demos) - [Community](#community) - [Blog Posts](#blog-posts) - [Videos](#videos) -## Web +## Web Experimentation ### Extensions @@ -69,17 +70,17 @@ Project Javascript is an advanced configuration setting that provides a code fie - [Clear Local Storage](Project-JS/clear-localstorage/) - Clear any local storage related to Optimizely -## Edge +## Performance Edge - [Adobe Analytics List Variable Integration](Edge/Integrations/Analytics/Adobe/ListVar) - track your Optimizely Performance Edge campaigns and experiments in Adobe Analytics - [Google Analytics Integration](Edge/Integrations/Analytics/Google) - track your Optimizely Performance Edge campaigns and experiments in Google Analytics -## FullStack and Rollouts +## Full Stack and Feature Experimentation -Optimizely FullStack is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the [documentation](https://docs.developers.optimizely.com/full-stack/docs). +Optimizely FullStack is a deprecated A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the [documentation]([https://docs.developers.optimizely.com/full-stack/docs](https://docs.developers.optimizely.com/full-stack-experimentation/docs/welcome)). -Optimizely Rollouts is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the [documentation](https://docs.developers.optimizely.com/rollouts/docs). +Optimizely Feature Experimentation is feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the [documentation]([https://docs.developers.optimizely.com/rollouts/docs](https://docs.developers.optimizely.com/feature-experimentation/docs/introduction)). -### JavaScript +### JavaScript SDK - [Demo App: Algorithm Testing](https://github.com/optimizely/javascript-sdk-demo-app) - [Demo App: Isomorphic React Web App](https://github.com/optimizely/isomorphic-react-demo-app) - [Event Dispatcher: Experimental Solution for Tracking Redirect Clicks](https://github.com/optimizely/javascript-sdk-plugin-pending-events) @@ -88,36 +89,36 @@ Optimizely Rollouts is free feature flags for development teams. Easily roll out - [Demo App: Amazon Alexa + FullStack](https://github.com/optimizely/alexa-demo) - [Demo App: CLI + FullStack](https://github.com/pcolombo/optimizely-fullstack-sandbox) -### React +### React SDK - [React SDK](https://github.com/optimizely/react-sdk) - [Guide: Feature Flag Rollouts](https://blog.optimizely.com/2019/06/05/react-feature-flags/) - Rollout customer-by-customer with React Feature Flags -### Node +### Node SDK - [Express Middleware](https://github.com/optimizely/express-middleware) - convenient wrapper to make installation in an ExpressJS application easy - [Guide: Feature Flag Rollouts](https://blog.optimizely.com/2019/06/17/feature-flags-node-express/) - Rollout customer-by-customer with Feature Flags in Express - [RunKit: Simple Node Feature Flag](https://runkit.com/asaschachar/optimizely-node-sdk-example) - [RunKit: Secure Webhook Implementation](https://runkit.com/asaschachar/secure-webhook-example-node) -### PHP +### PHP SDK - [Demo App: Algorithm Testing](https://github.com/optimizely/php-sdk-demo-app) -### Python +### Python SDK - [Demo App: Algorithm Testing](https://github.com/optimizely/python-sdk-demo-app) - [Demo App: SMS with Twilio](https://github.com/optimizely/fullstack-outbound-marketing) - [SDK Wrapper: Async Event Dispatcher](https://gist.github.com/cooperreid-optimizely/4d57682b39deb3557d437ae79c991eb3) - [SDK Wrapper: Bulk Event Dispatcher with AWS SQS](https://github.com/mauerbac/opti_fullstack_event_dispatcher) -### Ruby +### Ruby SDK - [Demo App: Algorithm Testing](https://github.com/optimizely/ruby_full_stack_demo) - [SDK Wrapper: Cached Datafile](https://github.com/ankit8898/optimizely_server_side) -### Android +### Android SDK - [Demo App](https://github.com/optimizely/android-sdk/tree/master/test-app) -### Java & Kotlin +### Java & Kotlin SDKs - [poetimizely](https://github.com/patxibocos/poetimizely/) - generate type safe accessors for Optimizely experiments and features. -### iOS +### iOS SDK - [Demo App](https://github.com/optimizely/objective-c-sdk/tree/master/OptimizelyDemoApp) ### FullStack Edge From 9e520244cc644ff855a23a98a25bb3980cdc96ee Mon Sep 17 00:00:00 2001 From: Trisha Hanlon Date: Tue, 29 Apr 2025 17:20:03 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07a4a26..93a406e 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ If you can't find what you are looking or have any feedback, [open an issue](htt - [Optimizely Web Experimentation](#web-experimentation) - [Optimizely Performance Edge](#performance-edge) -- [Optimizely Full Stack (Deprecated)](#fullstack-and-feature-experimentation) -- [Optimizely Feature Experimentation](#fullstack-and-feature-experimentation) +- [Optimizely Full Stack (Deprecated)](#full-stack-and-feature-experimentation) +- [Optimizely Feature Experimentation](#full-stack-and-feature-experimentation) - [Optimizely Platform](#platform) - [Demos](#demos) - [Community](#community) From fecd4721b2fd823a7dee3d9d3ffbfcb0289f5b85 Mon Sep 17 00:00:00 2001 From: Trisha Hanlon Date: Tue, 29 Apr 2025 17:21:35 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93a406e..e1671fb 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ Project Javascript is an advanced configuration setting that provides a code fie ## Full Stack and Feature Experimentation -Optimizely FullStack is a deprecated A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the [documentation]([https://docs.developers.optimizely.com/full-stack/docs](https://docs.developers.optimizely.com/full-stack-experimentation/docs/welcome)). +Optimizely FullStack is a deprecated A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the [documentation](https://docs.developers.optimizely.com/full-stack-experimentation/docs/welcome). -Optimizely Feature Experimentation is feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the [documentation]([https://docs.developers.optimizely.com/rollouts/docs](https://docs.developers.optimizely.com/feature-experimentation/docs/introduction)). +Optimizely Feature Experimentation is feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the [documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/introduction). ### JavaScript SDK - [Demo App: Algorithm Testing](https://github.com/optimizely/javascript-sdk-demo-app)