diff --git a/docs/getting-started/integrations/react.md b/docs/getting-started/integrations/react.md index 5d3c691d9e0..9f72b13f997 100644 --- a/docs/getting-started/integrations/react.md +++ b/docs/getting-started/integrations/react.md @@ -21,10 +21,10 @@ React lets you build user interfaces out of individual pieces called components. Starting from version 6.0.0 of this package, you can use native type definitions provided by CKEditor 5. Check the details about {@link getting-started/setup/typescript-support TypeScript support}. -## Quick start - {@snippet getting-started/use-builder} +## Quick start + ### Setting up the project This guide assumes you have a React project. You can create a basic React project using [Vite](https://vitejs.dev/). Refer to the [React documentation](https://react.dev/learn/start-a-new-react-project) to learn how to set up a project in the framework. diff --git a/docs/getting-started/integrations/vuejs-v2.md b/docs/getting-started/integrations/vuejs-v2.md index 5fbeb152c47..acc55f3403a 100644 --- a/docs/getting-started/integrations/vuejs-v2.md +++ b/docs/getting-started/integrations/vuejs-v2.md @@ -21,14 +21,10 @@ order: 40 Vue.js is a versatile framework for building web user interfaces. CKEditor 5 provides the official Vue component you can use in your application. - - The {@link features/watchdog watchdog feature} is available for the {@link getting-started/integrations/react React} and {@link getting-started/integrations/angular Angular} integrations, but is not supported in Vue yet. - +{@snippet getting-started/use-builder} ## Quick start -{@snippet getting-started/use-builder} - ### Installing from npm This guide assumes you already have a Vue project. First, install the CKEditor 5 packages: diff --git a/docs/getting-started/integrations/vuejs-v3.md b/docs/getting-started/integrations/vuejs-v3.md index 11348e760de..b5c8fe6814e 100644 --- a/docs/getting-started/integrations/vuejs-v3.md +++ b/docs/getting-started/integrations/vuejs-v3.md @@ -17,14 +17,10 @@ order: 50 Vue.js is a versatile framework for building web user interfaces. CKEditor 5 provides the official Vue component you can use in your application. - - Starting from version 5.0.0 of this package, you can use native type definitions provided by CKEditor 5. Check the details about {@link getting-started/setup/typescript-support TypeScript support}. - +{@snippet getting-started/use-builder} ## Quick start -{@snippet getting-started/use-builder} - ### Setting up the project This guide assumes that you already have a Vue project. If you do not have one, see the [Vue documentation](https://vuejs.org/guide/quick-start) to learn how to create it.