-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: upgrade docus and improve structure (#564)
* docs: upgrade docus * docs: ready * chore: update * docs: bigger update * chore: upgrade plausible * docs: update * docs: fix cover * chore: upgrade deps * docs: update * chore: move to generate * chore: rename to get started * docs: improvements * chore: disable releases and contributors fetching * docs: typo * docs: update * hofix: disable github module * refactor: dist is already ignored for all levels * small updates and add vercel.json * add generate to avoid failing netlify Co-authored-by: Pooya Parsa <[email protected]>
- Loading branch information
Showing
50 changed files
with
919 additions
and
720 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Used for GitHub integration | ||
GITHUB_TOKEN= |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Optimized images for Nuxt | ||
description: Plug-and-play image optimization for Nuxt apps. Resize and transform your images using built-in optimizer or your favorite images CDN. | ||
layout: fluid | ||
navigation: false | ||
--- | ||
|
||
::block-hero | ||
--- | ||
cta: | ||
- Get Started | ||
- /get-started | ||
secondary: | ||
- Star on GitHub → | ||
- https://github.com/nuxt/image | ||
snippet: yarn add -D @nuxt/image | ||
--- | ||
|
||
#top | ||
[Learn more about Nuxt 3 current support](https://github.com/nuxt/image/discussions/548) | ||
|
||
#title | ||
Nuxt [Image]{.text-primary-500} | ||
|
||
#description | ||
Plug-and-play image optimization for Nuxt apps. Resize and transform your images using built-in optimizer or your favorite images CDN. | ||
|
||
#extra | ||
::list | ||
- [`<nuxt-img>`](/components/nuxt-img) drop-in replacement for the native `<img>` element | ||
- [`<nuxt-picture>`](/components/nuxt-picture) drop-in replacement for the native `<picture>` element. | ||
- Built-in image resizer and transformer with [unjs/ipx](https://github.com/unjs/ipx) | ||
- Support [18+ providers](/providers/cloudflare) | ||
- Generate responsive sizes | ||
- Optimize using modern formats such as `webp` and `avif` | ||
:: | ||
:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.