diff options
| author | Julien Déramond <[email protected]> | 2022-10-31 06:29:34 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-12-26 15:36:16 -0800 |
| commit | 39c51aa3eb50cc0b74895cf36038b658bd579d18 (patch) | |
| tree | 753cd085d96df968371b8dc005e543acf33c9e80 | |
| parent | 6295d3ba36045252729772b90a60d857dfa13aa9 (diff) | |
| download | bootstrap-39c51aa3eb50cc0b74895cf36038b658bd579d18.tar.xz bootstrap-39c51aa3eb50cc0b74895cf36038b658bd579d18.zip | |
Docs: change some title containing '&' to bypass Algolia issue
| -rw-r--r-- | site/content/docs/5.3/getting-started/parcel.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.3/getting-started/vite.md | 2 | ||||
| -rw-r--r-- | 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 833b07713..8d6a66222 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 4086316d3..7e91ebfc3 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 870e070e3..685da3947 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 |
