Error
@@ -93,13 +93,13 @@ Alerts come with a smaller variant: `.alert-sm`.
### Additional content
-Alerts can also contain additional HTML elements like headings, paragraphs and dividers.
+Alerts can also contain additional HTML elements like headings, actions, paragraphs and dividers.
{{< example >}}
diff --git a/site/content/docs/5.1/components/card.md b/site/content/docs/5.1/components/card.md
index c7f2b30bbb..59485b1b2f 100644
--- a/site/content/docs/5.1/components/card.md
+++ b/site/content/docs/5.1/components/card.md
@@ -10,19 +10,78 @@ toc: true
A **card** is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options. If you're familiar with Boosted 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.
-## Example
+## Examples
Cards are built with as little markup and styles as possible, but still manage to deliver a ton of control and customization. Built with flexbox, they offer easy alignment and mix well with other Boosted components. They have no `margin` by default, so use [spacing utilities]({{< docsref "/utilities/spacing" >}}) as needed.
-Below is an example of a basic card with mixed content and a fixed width. Cards have no fixed width to start, so they'll naturally fill the full width of its parent element. This is easily customized with our various [sizing options](#sizing).
+Below are some examples of basic cards. Cards have no fixed width to start, so they'll naturally fill the full width of its parent element. This is easily customized with our various [sizing options](#sizing).
-{{< example >}}
-
{{< /example >}}
diff --git a/site/content/docs/5.1/components/close-button.md b/site/content/docs/5.1/components/close-button.md
index fc773e2866..8a943405f0 100644
--- a/site/content/docs/5.1/components/close-button.md
+++ b/site/content/docs/5.1/components/close-button.md
@@ -6,7 +6,11 @@ group: components
toc: true
---
-## Example
+{{< callout warning >}}
+This section might change in the future with [#521]({{}}/issues/521). The class **`.btn-close` might be removed**.
+{{< /callout >}}
+
+## Examples
Provide an option to dismiss or close a component with `.btn-close`. Default styling is limited, but highly customizable. Modify the Sass variables to replace the default `mask-image`. **Be sure to include text for screen readers**, as we've done with ``.
@@ -14,6 +18,32 @@ Provide an option to dismiss or close a component with `.btn-close`. Default sty
{{< /example >}}
+{{< callout info >}}
+The **following examples** are branded and won't change for now. The white variant of these buttons will come with [#917]({{}}/issues/917).
+{{< /callout >}}
+
+{{< example >}}
+
+
+
+
+
+
+
+{{< /example >}}
+
## Disabled state
Disabled close buttons change their `color`. We've also applied `pointer-events: none` and `user-select: none` to preventing hover and active states from triggering.
diff --git a/site/content/docs/5.1/components/navs-tabs.md b/site/content/docs/5.1/components/navs-tabs.md
index 6ebc2fc99e..4cc81630bc 100644
--- a/site/content/docs/5.1/components/navs-tabs.md
+++ b/site/content/docs/5.1/components/navs-tabs.md
@@ -14,12 +14,19 @@ Navigation available in Boosted share general markup and styles, from the base `
The base `.nav` component is built with flexbox and provide a strong foundation for building all types of navigation components. It includes some style overrides (for working with lists), some link padding for larger hit areas, and basic disabled styling.
{{< callout info >}}
+Note that the `.nav-link` can be used out of any context.
+
The base `.nav` component does not include any `.active` state. The following examples include the class, mainly to demonstrate that this particular class does not trigger any special styling.
To convey the active state to assistive technologies, use the `aria-current` attribute — using the `page` value for current page, or `true` for the current item in a set.
{{< /callout >}}
{{< example >}}
+Link
+Link
+
+
+
Active
diff --git a/site/content/docs/5.1/components/tooltips.md b/site/content/docs/5.1/components/tooltips.md
index 2a32f669f9..a4e57ba5b9 100644
--- a/site/content/docs/5.1/components/tooltips.md
+++ b/site/content/docs/5.1/components/tooltips.md
@@ -88,14 +88,71 @@ And with custom HTML added:
With an SVG:
Standard table with column headers and row selection
+
+
+
+
+
+
+
+
+
Column header
+
Column header
+
Column header
+
Column header
+
+
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
Cell text
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+{{< callout info >}}
+#### Selection feature
+
+The selection behavior isn't implemented yet. This feature will be delivered with [#410]({{< param repo >}}/issues/410) as an example.
+{{< /callout >}}
+
+### With icons or thumbnails
+
+
+
+
Standard table with column headers, row selection and icons or thumbnails
+
+
+
+
+
+
+
+
+
Column header
+
Column header
+
Column header
+
Column header
+
+
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+
+
+
+
+
+ Cell text
+
+
Cell text
+
Cell text
+
Cell text
+
+
+
+
+
+### With column headers and icons
+
+
+
+
Standard table with column headers and icons
+
+
+
Column header
+
Column header
+
Column header
+
Column header
+
+
+
+
+
Cell text
+
+
+
+
+
+
+
+
+
+
+
+
Cell text
+
+
+
+
+
+
+
+
+
+
+
+
Cell text
+
+
+
+
+
+
+
+
+
+
Cell text
+
+
+
+
+
+
+
+
+
+
Cell text
+
+
+
+
+
+
+
+
Cell text
+
+
+
+
+
+
+
+
+
+
## Sass
### Variables
diff --git a/site/content/docs/5.1/content/typography.md b/site/content/docs/5.1/content/typography.md
index 884b3261b9..2caea6bfa5 100644
--- a/site/content/docs/5.1/content/typography.md
+++ b/site/content/docs/5.1/content/typography.md
@@ -371,7 +371,8 @@ Links in content are black and underlined. They adapt to their context otherwise
Add `.link-chevron` to bold your link and enhance them with a chevron.
{{< example >}}
-This is a sample link with chevron
+This is a sample link with chevron
+This is a sample link with chevron
{{< /example >}}
diff --git a/site/content/docs/5.1/forms/range.md b/site/content/docs/5.1/forms/range.md
index c68ba2a57f..7da2408924 100644
--- a/site/content/docs/5.1/forms/range.md
+++ b/site/content/docs/5.1/forms/range.md
@@ -16,6 +16,13 @@ Create custom `` controls with `.form-range`. The track (the
Only Firefox supports “filling” their track from the left or right of the thumb as a means to visually indicate progress — so Edge, Chrome and Safari won’t show it, and [it's perfectly fine](https://alistapart.com/article/understandingprogressiveenhancement/).
{{< /callout >}}
+{{< callout info >}}
+These features will be delivered with [#116]({{< param repo >}}/issues/116):
+- Slider with value
+- Slider with units
+- Range slider
+{{< /callout >}}
+
{{< example >}}
diff --git a/site/content/docs/5.1/forms/select.md b/site/content/docs/5.1/forms/select.md
index d409e8d41e..522624ee4e 100644
--- a/site/content/docs/5.1/forms/select.md
+++ b/site/content/docs/5.1/forms/select.md
@@ -17,6 +17,16 @@ Custom `
+
+
+
+
+
{{< /example >}}
## Sizing
diff --git a/site/content/docs/5.1/guidelines/_index.md b/site/content/docs/5.1/guidelines/_index.md
index 98face85d7..d224f21599 100644
--- a/site/content/docs/5.1/guidelines/_index.md
+++ b/site/content/docs/5.1/guidelines/_index.md
@@ -5,8 +5,58 @@ description: Streamline your workflow and improve experience consistency with th
aliases: "/guidelines/"
---
-
Standard table with column headers and row selection
-
-
-
-
-
-
-
-
-
Column header
-
Column header
-
Column header
-
Column header
-
-
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
Cell text
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-{{< callout info >}}
-### Selection feature
-
-The selection behavior isn't implemented yet. This feature will be delivered with [#410]({{< param repo >}}/issues/410) as an example.
-{{< /callout >}}
-
-## With icons or thumbnails
-
-[Documentation]({{< docsref "/content/tables" >}}) — {{< anchor web-tbl-std-003 >}}
-
-
-
-
Standard table with column headers, row selection and icons or thumbnails
-
-
-
-
-
-
-
-
-
Column header
-
Column header
-
Column header
-
Column header
-
-
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-
-
-
-
-
- Cell text
-
-
Cell text
-
Cell text
-
Cell text
-
-
-
-
-
-## With column headers and icons
-
-[Documentation]({{< docsref "/content/tables" >}}) — {{< anchor web-tbl-std-005 >}}
-
-
-
-
Standard table with column headers and icons
-
-
-
Column header
-
Column header
-
Column header
-
Column header
-
-
-
-
-
Cell text
-
-
-
-
-
-
-
-
-
-
-
-
Cell text
-
-
-
-
-
-
-
-
-
-
-
-
Cell text
-
-
-
-
-
-
-
-
-
-
Cell text
-
-
-
-
-
-
-
-
-
-
Cell text
-
-
-
-
-
-
-
-
Cell text
-
-
-
-
-
-
-
-
-
diff --git a/site/content/docs/5.1/guidelines/footers.md b/site/content/docs/5.1/guidelines/footers.md
deleted file mode 100644
index 5453dfb54f..0000000000
--- a/site/content/docs/5.1/guidelines/footers.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: guidelines
-title: Footers
-description: This design kit contains the essential UI elements for designing, prototyping and building Orange products and services on the web.
-group: guidelines
-subgroup: Modules
-toc: true
----
-
-{{< callout info >}}
-The feature will be delivered with [#410]({{< param repo >}}/issues/410) as examples.
-{{< /callout >}}
diff --git a/site/content/docs/5.1/guidelines/forms.md b/site/content/docs/5.1/guidelines/forms.md
deleted file mode 100644
index 48d8fea6ce..0000000000
--- a/site/content/docs/5.1/guidelines/forms.md
+++ /dev/null
@@ -1,296 +0,0 @@
----
-layout: guidelines
-title: Forms
-description: Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.
-group: guidelines
-subgroup: Components
-toc: true
----
-
-## Text field sizes
-
-[Documentation]({{< docsref "/forms/form-control" >}}#sizing)
-
-
-
-
Standard height
-
-
-
-
-
-
-
-
-
Large
-
-
-
-
-
-
-
-
-
-## Text field standard
-
-[Documentation]({{< docsref "/forms/overview" >}}) — {{< anchor web-for-tf1-001 >}}
-
-
-
-
Default
-
-
-
-
-
-
-
-
-
Placeholder
-
-
-
-
-
-
-
-
-
Required
-
-
-
-
-
-
-
-
-
Disabled
-
-
-
-
-
-
-
-
-
Error
-
-
-
-
-
-
Error notification text goes here.
-
-
-
-
-## Text field multiline
-
-[Documentation]({{< docsref "/forms/form-control" >}}) — {{< anchor web-for-tf1-002 >}}
-
-
-
-{{< callout info >}}
-This feature will be delivered with [#116]({{< param repo >}}/issues/116).
-{{< /callout >}}
-
-
Slider with units
-
-{{< callout info >}}
-This feature will be delivered with [#116]({{< param repo >}}/issues/116).
-{{< /callout >}}
-
-
Range slider with values
-
-{{< callout info >}}
-This feature will be delivered with [#116]({{< param repo >}}/issues/116).
-{{< /callout >}}
-
-
Range slider with units
-
-{{< callout info >}}
-This feature will be delivered with [#116]({{< param repo >}}/issues/116).
-{{< /callout >}}
-
diff --git a/site/content/docs/5.1/guidelines/global-headers.md b/site/content/docs/5.1/guidelines/global-headers.md
deleted file mode 100644
index 0018f1ffad..0000000000
--- a/site/content/docs/5.1/guidelines/global-headers.md
+++ /dev/null
@@ -1,76 +0,0 @@
----
-layout: guidelines
-title: Global headers
-description: This design kit contains the essential UI elements for designing, prototyping and building Orange products and services on the web.
-group: guidelines
-subgroup: Modules
-toc: true
----
-
-## Supra bars
-{{< callout info >}}
-Supra bars are hidden on tablet and mobile devices.
-Based on viewport size, supra bar is hidden under 768px.
-{{< /callout >}}
-
-### Supra bar standard
-
-{{< anchor web-glh-sub-001 >}}
-
-{{< example show_markup="true" class="p-0">}}
-{{< orange-supra >}}
-{{< /orange-supra >}}
-{{< /example >}}
-
-### Supra bar with language options
-
-{{< anchor web-glh-sub-002 >}}
-
-{{< example show_markup="true" class="p-0">}}
-{{< orange-supra >}}
-
-{{< /orange-supra >}}
-{{< /example >}}
\ No newline at end of file
diff --git a/site/content/docs/5.1/guidelines/global-menu.md b/site/content/docs/5.1/guidelines/global-menu.md
deleted file mode 100644
index 9f90bac613..0000000000
--- a/site/content/docs/5.1/guidelines/global-menu.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: guidelines
-title: Global menu
-description: This design kit contains the essential UI elements for designing, prototyping and building Orange products and services on the web.
-group: guidelines
-subgroup: Modules
-toc: true
----
-
-{{< callout info >}}
-The feature will be delivered with [#522]({{< param repo >}}/issues/522).
-{{< /callout >}}
diff --git a/site/content/docs/5.1/guidelines/global-search.md b/site/content/docs/5.1/guidelines/global-search.md
deleted file mode 100644
index 0e52d43a6e..0000000000
--- a/site/content/docs/5.1/guidelines/global-search.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: guidelines
-title: Global search
-description: This design kit contains the essential UI elements for designing, prototyping and building Orange products and services on the web.
-group: guidelines
-subgroup: Modules
-toc: true
----
-
-{{< callout info >}}
-The feature will be delivered with [#260]({{< param repo >}}/issues/260).
-{{< /callout >}}
diff --git a/site/content/docs/5.1/guidelines/local-headers.md b/site/content/docs/5.1/guidelines/local-headers.md
deleted file mode 100644
index 31f397a406..0000000000
--- a/site/content/docs/5.1/guidelines/local-headers.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: guidelines
-title: Local headers
-description: This design kit contains the essential UI elements for designing, prototyping and building Orange products and services on the web.
-group: guidelines
-subgroup: Modules
-toc: true
----
-
-{{< callout info >}}
-The feature will be delivered with [#537]({{< param repo >}}/issues/537).
-{{< /callout >}}
diff --git a/site/content/docs/5.1/guidelines/modals.md b/site/content/docs/5.1/guidelines/modals.md
deleted file mode 100644
index 3cecdb9fc7..0000000000
--- a/site/content/docs/5.1/guidelines/modals.md
+++ /dev/null
@@ -1,104 +0,0 @@
----
-layout: guidelines
-title: Modals
-description: Display dialog or additional information above the current page.
-group: guidelines
-subgroup: Components
-toc: true
----
-
-## Modal with title and description
-
-[Documentation]({{< docsref "/components/modal" >}}) — {{< anchor web-mod-std-001 >}}
-
-
-
-
-
-
-
Modal title
-
-
-
-
Modal body text goes here.
-
-
-
-
-
-
-
-
-
-
Modal title
-
-
-
-
Modal body text goes here.
-
-
-
-
-
-
-
-## Modal with image, title and description
-
-[Documentation]({{< docsref "/components/modal" >}}#with-image) — {{< anchor web-mod-std-002 >}}
-
-
Included are directions for opening issues, coding standards, and notes on development.
-
Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests.
-
All HTML and CSS should conform to the Code Guide.
-
Editor preferences are available in the editor config for easy use in common text editors.
-
For transparency into our release cycle and in striving to maintain backward compatibility, Boosted is maintained under the Semantic Versioning guidelines.
-
Sometimes we screw up, but we adhere to those rules whenever possible.
-
-
-
-
-
-
diff --git a/site/content/docs/5.1/guidelines/navigation.md b/site/content/docs/5.1/guidelines/navigation.md
deleted file mode 100644
index c83346bf26..0000000000
--- a/site/content/docs/5.1/guidelines/navigation.md
+++ /dev/null
@@ -1,301 +0,0 @@
----
-layout: guidelines
-title: Navigation
-description: Navigation available in Boosted share general markup and styles, from standard links to full featured navbars.
-group: guidelines
-subgroup: Components
-toc: true
----
-
-## Links
-
-[Documentation]({{< docsref "/content/typography" >}}#links)
-
-
-
-
Main navigation links — {{< anchor web-nav-lnk-001 >}}
- This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
-
-
- This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
-
-
- This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
Medium — {{< anchor web-nav-acc-002 >}}
-
-
-
-
-
-
-
- This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
-
-
- This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
-
-
- This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
Large — {{< anchor web-nav-acc-003 >}}
-
-
-
-
-
-
-
- This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
-
-
- This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
-
-
-
-
-
-
-
-
- This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
-
diff --git a/site/content/docs/5.1/guidelines/stickers.md b/site/content/docs/5.1/guidelines/stickers.md
deleted file mode 100644
index 4209f82d9f..0000000000
--- a/site/content/docs/5.1/guidelines/stickers.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-layout: guidelines
-title: Stickers
-description: This design kit contains the essential UI elements for designing, prototyping and building Orange products and services on the web.
-group: guidelines
-subgroup: Stickers
-toc: true
----
-
-{{< callout info >}}
-The feature will be delivered with [#440]({{< param repo >}}/issues/440).
-{{< /callout >}}
-
-## Service offer on one line
-
-{{< anchor web-prm-stk-001 >}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-{{< callout warning >}}
-### Proof-of-concept
-
-This is a proof-of-concept using only SVG to implement stickers. It probably won't stay as-is!
-{{< /callout >}}
diff --git a/site/content/docs/5.1/helpers/colored-links.md b/site/content/docs/5.1/helpers/colored-links.md
index e3d11d0622..71067bc693 100644
--- a/site/content/docs/5.1/helpers/colored-links.md
+++ b/site/content/docs/5.1/helpers/colored-links.md
@@ -9,7 +9,10 @@ toc: false
You can use the `.link-*` classes to colorize links. Unlike the [`.text-*` classes]({{< docsref "/utilities/colors" >}}), these classes have a `:hover` and `:focus` state.
{{< example >}}
-Primary link
-Light link
+Link
+Bold link
+Small bold link
+Primary link
+Light link
{{< /example >}}
diff --git a/site/content/docs/5.1/layout/grid.md b/site/content/docs/5.1/layout/grid.md
index 2a3de301b4..c3b52f3b70 100644
--- a/site/content/docs/5.1/layout/grid.md
+++ b/site/content/docs/5.1/layout/grid.md
@@ -411,6 +411,10 @@ To nest your content with the default grid, add a new `.row` and set of `.col-sm
When using Boosted's source Sass files, you have the option of using Sass variables and mixins to create custom, semantic, and responsive page layouts. Our predefined grid classes use these same variables and mixins to provide a whole suite of ready-to-use classes for fast responsive layouts.
+{{< callout warning >}}
+Boosted branded grids are described in the **[design guidelines](https://system.design.orange.com/0c1af118d/p/43fadd-responsive-grids/t/74add6)**.
+{{< /callout >}}
+
### Variables
Variables and maps determine the number of columns, the gutter width, and the media query point at which to begin floating columns. We use these to generate the predefined grid classes documented above, as well as for the custom mixins listed below.
diff --git a/site/data/guidelines.yml b/site/data/guidelines.yml
index 0aeb66bbaa..89b4585152 100644
--- a/site/data/guidelines.yml
+++ b/site/data/guidelines.yml
@@ -4,30 +4,3 @@
- title: Colors
- title: Line styles
- title: Typography
-
-- title: Responsive grids
- pages:
- - title: Responsive grid
-
-- title: Components
- pages:
- - title: Buttons
- - title: Alerts
- - title: Navigation
- - title: Forms
- - title: Data tables
- - title: Progress indicators
- - title: Modals
-
-- title: Modules
- pages:
- - title: Global headers
- - title: Global menu
- - title: Global search
- - title: Local headers
- - title: Footers
- - title: Cards
-
-- title: Stickers
- pages:
- - title: Stickers
diff --git a/site/layouts/_default/guidelines.html b/site/layouts/_default/guidelines.html
index c909182f35..eff3dd52e9 100644
--- a/site/layouts/_default/guidelines.html
+++ b/site/layouts/_default/guidelines.html
@@ -7,7 +7,7 @@