diff options
| author | Julien Déramond <[email protected]> | 2022-06-04 18:42:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-04 09:42:32 -0700 |
| commit | 5b0bf3f49a94ca96334651eca9aeeb56d48bf144 (patch) | |
| tree | 4140119de309be6e5121c445521253d2955d8ff0 /site/data | |
| parent | 8965b11dd5ec9f6d353c53b58e256880d6a96703 (diff) | |
| download | bootstrap-5b0bf3f49a94ca96334651eca9aeeb56d48bf144.tar.xz bootstrap-5b0bf3f49a94ca96334651eca9aeeb56d48bf144.zip | |
Docs: Add a Vite Getting Started guide (#36412)
* Docs: Add a Vite Getting Started guide
* Fix npm run docs temporarily
* Fix cspell and lint
* Uncomment the 2nd part
* .
* Make it work without dist
* Updates after merges of Parcel/Webpack guides rewriting
* Update images
* Replace dev images
* Compress the new images better
* Update site/content/docs/5.2/customize/optimize.md
Co-authored-by: Mark Otto <[email protected]>
* Update site/content/docs/5.2/getting-started/vite.md
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'site/data')
| -rw-r--r-- | site/data/sidebar.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index c63f29c6e..2b7fddfd4 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -12,6 +12,7 @@ - title: JavaScript - title: Webpack - title: Parcel + - title: Vite - title: Accessibility - title: RFS - title: RTL |
