diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md index 2c34a482e..053e03f67 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md @@ -15,6 +15,13 @@ There are some several members of this ecosystem that all work together to provi All of these pillars of the frontend application can be customised, giving you more control over how the admin interface looks, feels, and behaves. +
+These technologies underpin the future of SilverStripe CMS development, but their current implementation is +_experimental_. Our APIs are not expected to change drastically between releases, but they are excluded from +our [semantic versioning](https://semver.org) commitments for the time being. Any breaking changes will be +clearly signalled in release notes. +
+ First, a brief summary of what each of these are: ## React @@ -1356,4 +1363,4 @@ Injector.transform( { after: ['noteslist-graphql', 'notesaddform-graphql'] } ); -``` \ No newline at end of file +```