Skip to content

Commit

Permalink
docs: polish
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 27, 2024
1 parent fc40823 commit 42a3f17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/components/Advanced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { Advanced, Warning } from '@brillout/docpress'
{ props.children }
</Advanced>
<Warning style={{ marginTop: 0 }}>
We recommend using such advanced Vike functionality, which can be complex to use, only as last resort and only if you have a clear reason.
We recommend using such advanced Vike functionality, which can be complex to use, only if you have a clear reason.
</Warning>
2 changes: 1 addition & 1 deletion docs/pages/vike-react/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The documentation for using `vike-react` can be found throughout this website (`

> The guides, such as <Link href="/data-fetching" />, assume you're using Vike with <UiFrameworkExtension name noLink comma />. If you aren't then see the sections `Without vike-{react,vue,solid}` such as <Link href="/useData#without-vike-react-vue-solid" />.
> You can integrate React yourself instead of using `vike-react`, see <Link href="/react" />.
> You can integrate React yourself instead of using `vike-react`, see <Link href="/react#custom-integration" />.
Notes about [RSC](https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023#react-server-components):
- <Link href="/nextjs#react-server-components" doNotInferSectionTitle />
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/vike-solid/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The documentation for using `vike-solid` can be found throughout this website (`

> The guides, such as <Link href="/data-fetching" />, assume you're using Vike with <UiFrameworkExtension name noLink comma />. If you aren't then see the sections `Without vike-{react,vue,solid}` such as <Link href="/useData#without-vike-react-vue-solid" />.
> You can integrate Solid yourself instead of using `vike-solid`, see <Link href="/solid" />.
> You can integrate Solid yourself instead of using `vike-solid`, see <Link href="/solid#custom-integration" />.

## Scaffold new `vike-solid` app
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/vike-vue/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The documentation for using `vike-vue` can be found throughout this website (`vi

> The guides, such as <Link href="/data-fetching" />, assume you're using Vike with <UiFrameworkExtension name noLink comma />. If you aren't then see the sections `Without vike-{react,vue,solid}` such as <Link href="/useData#without-vike-react-vue-solid" />.
> You can integrate Vue yourself instead of using `vike-vue`, see <Link href="/vue" />.
> You can integrate Vue yourself instead of using `vike-vue`, see <Link href="/vue#custom-integration" />.

## Scaffold new `vike-vue` app
Expand Down

0 comments on commit 42a3f17

Please sign in to comment.