Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <juderamond@gmail.com>2022-06-04 19:42:32 +0300
committerGitHub <noreply@github.com>2022-06-04 19:42:32 +0300
commit5b0bf3f49a94ca96334651eca9aeeb56d48bf144 (patch)
tree4140119de309be6e5121c445521253d2955d8ff0 /site/layouts
parent8965b11dd5ec9f6d353c53b58e256880d6a96703 (diff)
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 <otto@github.com> * Update site/content/docs/5.2/getting-started/vite.md Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html
index 2cd5fc2bc3..c7eb7e2178 100644
--- a/site/layouts/partials/footer.html
+++ b/site/layouts/partials/footer.html
@@ -30,6 +30,7 @@
<li class="mb-2"><a href="/docs/{{ .Site.Params.docs_version }}/examples/starter-template/">Starter template</a></li>
<li class="mb-2"><a href="/docs/{{ .Site.Params.docs_version }}/getting-started/webpack/">Webpack</a></li>
<li class="mb-2"><a href="/docs/{{ .Site.Params.docs_version }}/getting-started/parcel/">Parcel</a></li>
+ <li class="mb-2"><a href="/docs/{{ .Site.Params.docs_version }}/getting-started/vite/">Vite</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">