From 39c51aa3eb50cc0b74895cf36038b658bd579d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Mon, 31 Oct 2022 06:29:34 +0100 Subject: [PATCH] Docs: change some title containing '&' to bypass Algolia issue --- site/content/docs/5.3/getting-started/parcel.md | 2 +- site/content/docs/5.3/getting-started/vite.md | 2 +- site/content/docs/5.3/getting-started/webpack.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/5.3/getting-started/parcel.md b/site/content/docs/5.3/getting-started/parcel.md index 833b077132..8d6a66222e 100644 --- a/site/content/docs/5.3/getting-started/parcel.md +++ b/site/content/docs/5.3/getting-started/parcel.md @@ -1,6 +1,6 @@ --- layout: docs -title: "Bootstrap & Parcel" +title: Bootstrap and Parcel description: The official guide for how to include and bundle Bootstrap's CSS and JavaScript in your project using Parcel. group: getting-started toc: true diff --git a/site/content/docs/5.3/getting-started/vite.md b/site/content/docs/5.3/getting-started/vite.md index 4086316d30..7e91ebfc36 100644 --- a/site/content/docs/5.3/getting-started/vite.md +++ b/site/content/docs/5.3/getting-started/vite.md @@ -1,6 +1,6 @@ --- layout: docs -title: "Bootstrap & Vite" +title: Bootstrap and Vite description: The official guide for how to include and bundle Bootstrap's CSS and JavaScript in your project using Vite. group: getting-started toc: true diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index 870e070e3d..685da39473 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -1,6 +1,6 @@ --- layout: docs -title: "Bootstrap & Webpack" +title: Bootstrap and Webpack description: The official guide for how to include and bundle Bootstrap's CSS and JavaScript in your project using Webpack. group: getting-started toc: true