Skip to content

Commit

Permalink
docs: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 6, 2024
1 parent 196f6d6 commit 6c08ad8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/react/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can also <Link href="#custom-integration">integrate React yourself</Link> if

## Custom integration

Instead of using <Link href="/vike-react">`vike-react`</Link>, you can implement your own React integration, giving you full control over the integration of both React and React libraries.
Instead of using <Link href="/vike-react">`vike-react`</Link>, you can implement your own React integration, for full control over the integration of React and React libraries.

<CustomIntegrationWarning list={['vike-react']} />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/solid/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can also <Link href="#custom-integration">integrate Solid yourself</Link> if

## Custom integration

Instead of using <Link href="/vike-solid">`vike-solid`</Link>, you can implement your own Solid integration, giving you full control over the integration of both Solid and Solid libraries.
Instead of using <Link href="/vike-solid">`vike-solid`</Link>, you can implement your own Solid integration, for full control over the integration of Solid and Solid libraries.

<CustomIntegrationWarning list={['vike-solid']} />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/vue/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can also <Link href="#custom-integration">integrate Vue yourself</Link> if y

## Custom integration

Instead of using <Link href="/vike-vue">`vike-vue`</Link>, you can implement your own Vue integration, giving you full control over the integration of both Vue and Vue libraries.
Instead of using <Link href="/vike-vue">`vike-vue`</Link>, you can implement your own Vue integration, for full control over the integration of Vue and Vue libraries.

<CustomIntegrationWarning list={['vike-vue']} />

Expand Down

0 comments on commit 6c08ad8

Please sign in to comment.