Skip to content

Commit

Permalink
Unify builder snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Sep 10, 2024
1 parent 7ed7b59 commit 6ca6ec6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/integrations/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
</info-box>

## 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.
Expand Down
6 changes: 1 addition & 5 deletions docs/getting-started/integrations/vuejs-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ order: 40

Vue.js is a versatile framework for building web user interfaces. CKEditor&nbsp;5 provides the official Vue component you can use in your application.

<info-box>
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.
</info-box>
{@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:
Expand Down
6 changes: 1 addition & 5 deletions docs/getting-started/integrations/vuejs-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ order: 50

Vue.js is a versatile framework for building web user interfaces. CKEditor&nbsp;5 provides the official Vue component you can use in your application.

<info-box hint>
Starting from version 5.0.0 of this package, you can use native type definitions provided by CKEditor&nbsp;5. Check the details about {@link getting-started/setup/typescript-support TypeScript support}.
</info-box>
{@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.
Expand Down

0 comments on commit 6ca6ec6

Please sign in to comment.