diff options
| author | XhmikosR <[email protected]> | 2024-03-05 08:12:38 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2024-03-06 09:52:50 +0200 |
| commit | 2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3 (patch) | |
| tree | e3e932e7e12d2454cbdb0b5943c059c10fb84d93 /site/content/docs/5.3/getting-started | |
| parent | 953b4b6c1b67e120235fc19f565444a0f7a97a76 (diff) | |
| download | bootstrap-2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3.tar.xz bootstrap-2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3.zip | |
Improve front matter "added" params
Add missing ones and add the ability to show or hide the badge
Fixes a few more 404 errors in the version picker
Diffstat (limited to 'site/content/docs/5.3/getting-started')
| -rw-r--r-- | site/content/docs/5.3/getting-started/contribute.md | 3 | ||||
| -rw-r--r-- | site/content/docs/5.3/getting-started/vite.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/site/content/docs/5.3/getting-started/contribute.md b/site/content/docs/5.3/getting-started/contribute.md index 3b517bd9c..5ab3f0aa3 100644 --- a/site/content/docs/5.3/getting-started/contribute.md +++ b/site/content/docs/5.3/getting-started/contribute.md @@ -5,6 +5,9 @@ description: Help develop Bootstrap with our documentation build scripts and tes group: getting-started toc: true aliases: "/docs/5.3/getting-started/build-tools/" +added: + show_badge: false + version: "5.1" --- ## Tooling setup diff --git a/site/content/docs/5.3/getting-started/vite.md b/site/content/docs/5.3/getting-started/vite.md index 33b76d3df..653d7a9c5 100644 --- a/site/content/docs/5.3/getting-started/vite.md +++ b/site/content/docs/5.3/getting-started/vite.md @@ -5,6 +5,9 @@ description: The official guide for how to include and bundle Bootstrap's CSS an group: getting-started toc: true thumbnail: guides/[email protected] +added: + show_badge: false + version: "5.2" --- <img class="mb-4 img-fluid rounded-3" srcset="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-vite.png, /docs/{{< param docs_version >}}/assets/img/guides/[email protected] 2x" src="/docs/{{< param docs_version >}}/assets/img/guides/bootstrap-vite.png" width="2000" height="1000" alt=""> |
