]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix aliases/redirections of main sections (#42387)
authorJulien Déramond <juderamond@gmail.com>
Sun, 3 May 2026 04:04:24 +0000 (06:04 +0200)
committerGitHub <noreply@github.com>
Sun, 3 May 2026 04:04:24 +0000 (21:04 -0700)
site/src/content/docs/components/accordion.mdx
site/src/content/docs/components/buttons.mdx
site/src/content/docs/content/reboot.mdx
site/src/content/docs/customize/overview.mdx
site/src/content/docs/forms/overview.mdx
site/src/content/docs/guides/quickstart.mdx
site/src/content/docs/helpers/focus-ring.mdx
site/src/content/docs/layout/breakpoints.mdx
site/src/content/docs/utilities/api.mdx

index b479ab5a72792ed4e237b1257370af4b39ac6698..3f7037ca378258c6a0f6b1445a427fad56bbecec 100644 (file)
@@ -1,9 +1,6 @@
 ---
 title: Accordion
 description: Build vertically collapsing accordions with native HTML `<details>` and `<summary>` elements.
-aliases:
- - "/components/"
- - "/docs/[[config:docs_version]]/components/"
 toc: true
 css_layer: components
 ---
index bcac523d9ffaf49ea3bd201ab7983339eb75542a..8b482e74ac9f5c9f5c43e03b8847e4a1610501cc 100644 (file)
@@ -1,6 +1,10 @@
 ---
 title: Buttons
 description: Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
+aliases:
+ - "/docs/[[config:docs_version]]/components/"
+ - "/docs/components/"
+ - "/components/"
 toc: true
 css_layer: components
 ---
index 5bed7ebac257b523f4a0170bf60f685acabd4aa9..740629ff5d00adc2a32d4dc91a8b440ab9c344d7 100644 (file)
@@ -1,7 +1,10 @@
 ---
 title: Reboot
 description: Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon.
-aliases: "/docs/[[config:docs_version]]/content/"
+aliases:
+ - "/docs/[[config:docs_version]]/content/"
+ - "/docs/content/"
+ - "/content/"
 toc: true
 css_layer: reboot
 ---
index 87d909ca7db7e47a39df00c599d441a036f4857c..6a3bc67e3518f6428149107bb274d696940d0408 100644 (file)
@@ -2,7 +2,10 @@
 title: Customize
 description: Learn how Bootstrap's colors power our design system theme. Customize and extend Bootstrap with Sass, a boatload of global options, and plenty of global and component-specific CSS variables.
 toc: false
-aliases: "/docs/[[config:docs_version]]/customize/"
+aliases:
+ - "/docs/[[config:docs_version]]/customize/"
+ - "/docs/customize/"
+ - "/customize/"
 sections:
   - title: Sass
     description: Utilize our source Sass files to take advantage of variables, maps, mixins, and functions.
index 9cb015454c365acf55188b77b139370832a84489..b2e8bb501275f6db775527c99839ce8012029cf4 100644 (file)
@@ -2,7 +2,10 @@
 title: Forms
 description: Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.
 toc: true
-aliases: "/docs/[[config:docs_version]]/forms/"
+aliases:
+ - "/docs/[[config:docs_version]]/forms/"
+ - "/docs/forms/"
+ - "/forms/"
 sections:
   - title: Form control
     description: Style textual inputs and textareas with support for multiple states.
index 6552cf44943db3a5c1f170963352fba04f5be28f..50f56aedf5ef85b6099382499eb9960601dced59 100644 (file)
@@ -1,6 +1,10 @@
 ---
 title: CDN Quickstart
 description: The official guide for how to include Bootstrap’s CSS and JavaScript in your project using a CDN.
+aliases:
+ - "/docs/[[config:docs_version]]/guides/"
+ - "/docs/guides/"
+ - "/guides/"
 ---
 
 Get started using Bootstrap in seconds by including our production-ready CSS and JavaScript by [using a CDN]([[docsref:/getting-started/install#cdn]]) without the need for any build steps. CDNs provide copies of Bootstrap’s codebase that’s ready to be used in any environment with minimal code changes required on your part.
index 30b73182f87f16fe8134e8ffa7290221e3c71cf3..e51e0370ab27980e28dbee2e3b1c2f532b2fd369 100644 (file)
@@ -1,6 +1,10 @@
 ---
 title: Focus ring
 description: Utility classes that allows you to add and modify custom focus ring styles to elements and components.
+aliases:
+ - "/docs/[[config:docs_version]]/helpers/"
+ - "/docs/helpers/"
+ - "/helpers/"
 toc: true
 ---
 
index 1876492ed6afd994ccfae91737afd47f344444e8..b837af51400efc8c87af8b0d1fceec9d18962722 100644 (file)
@@ -1,7 +1,10 @@
 ---
 title: Breakpoints
 description: Breakpoints are customizable widths that determine how your responsive layout behaves across device or viewport sizes in Bootstrap.
-aliases: "/docs/[[config:docs_version]]/layout/"
+aliases:
+ - "/docs/[[config:docs_version]]/layout/"
+ - "/docs/layout/"
+ - "/layout/"
 toc: true
 ---
 
index e1511467fa68d7d0c72c1b749d7326e3a24cda18..4c6768967f916ea1fa8d22fcbd76c914825f3c26 100644 (file)
@@ -1,7 +1,10 @@
 ---
 title: Utility API
 description: The utility API is a Sass-based tool to generate utility classes.
-aliases: "/docs/[[config:docs_version]]/utilities/"
+aliases:
+ - "/docs/[[config:docs_version]]/utilities/"
+ - "/docs/utilities/"
+ - "/utilities/"
 toc: true
 ---