Skip to content

Commit

Permalink
update pnpm & prettier (#2983)
Browse files Browse the repository at this point in the history
* update prettier

* update pnpm
  • Loading branch information
Dimitri POSTOLOV authored Jul 20, 2024
1 parent 376b895 commit 97c59d5
Show file tree
Hide file tree
Showing 25 changed files with 3,700 additions and 214 deletions.
6 changes: 1 addition & 5 deletions docs/components/icons/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/components/icons/folder-tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
212 changes: 152 additions & 60 deletions docs/pages/showcase/cloudquery.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
252 changes: 251 additions & 1 deletion docs/public/assets/syntax-highlighting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 20 additions & 9 deletions docs/public/favicon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 20 additions & 9 deletions docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/blog/pages/posts/callout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ Contents for step 2.
</Cards>

[^1]: With custom emoji

[^2]: This is an info callout.
2 changes: 2 additions & 0 deletions examples/docs/src/pages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,7 @@ You can also use [`<style jsx>`](https://nextjs.org/docs/basic-features/built-in
</Callout>

[^1]: Install Next.js, Nextra and React.

[^2]: Install the docs theme.

[^3]: To start.
3 changes: 2 additions & 1 deletion examples/swr-site/pages/en/docs/with-nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ request-time data fetching.

If the page must be pre-rendered, Next.js supports
[2 forms of pre-rendering](https://nextjs.org/docs/basic-features/data-fetching):
**Static Generation (SSG)** and **Server-side Rendering (SSR)**.
**Static
Generation (SSG)** and **Server-side Rendering (SSR)**.

Together with SWR, you can pre-render the page for SEO, and also have features
such as caching, revalidation, focus tracking, refetching on interval on the
Expand Down
3 changes: 2 additions & 1 deletion examples/swr-site/pages/es/docs/with-nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ solicitud.

If the page must be pre-rendered, Next.js supports
[2 forms of pre-rendering](https://nextjs.org/docs/basic-features/data-fetching):
**Static Generation (SSG)** and **Server-side Rendering (SSR)**.
**Static
Generation (SSG)** and **Server-side Rendering (SSR)**.

Together with SWR, you can pre-render the page for SEO, and also have features
such as caching, revalidation, focus tracking, refetching on interval on the
Expand Down
Loading

0 comments on commit 97c59d5

Please sign in to comment.