From 4ca2fcda44917662fe1115f92f4716b8d0296cd5 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Thu, 3 Sep 2026 10:48:32 -0700 Subject: [PATCH 1/2] docs(gallery): add to the sidebar and components page --- docs/components.mdx | 4 ++++ sidebars.js | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/docs/components.mdx b/docs/components.mdx index 01d153f89f..c07adaf6b9 100644 --- a/docs/components.mdx +++ b/docs/components.mdx @@ -72,6 +72,10 @@ Ionic apps are made of high-level building blocks called Components, which allow

Floating action buttons are circular buttons that perform a primary action on a screen.

+ +

Galleries arrange images, cards, and other content in responsive uniform or masonry layouts.

+
+

The grid is a powerful mobile-first system for building custom layouts.

diff --git a/sidebars.js b/sidebars.js index 0e56b007be..2dd4597762 100644 --- a/sidebars.js +++ b/sidebars.js @@ -348,6 +348,12 @@ module.exports = { collapsed: false, items: ['api/fab', 'api/fab-button', 'api/fab-list'], }, + { + type: 'category', + label: 'Gallery', + collapsed: false, + items: ['api/gallery', 'api/gallery-item'], + }, { type: 'category', label: 'Grid', From f574dfa5098ffa7885456d439576978246eb6318 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Fri, 4 Sep 2026 10:48:32 -0700 Subject: [PATCH 2/2] docs(gallery, gallery-item): add to grids category Co-authored-by: Brandy Smith --- docs/components.mdx | 4 ---- sidebars.js | 10 ++-------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/components.mdx b/docs/components.mdx index c07adaf6b9..01d153f89f 100644 --- a/docs/components.mdx +++ b/docs/components.mdx @@ -72,10 +72,6 @@ Ionic apps are made of high-level building blocks called Components, which allow

Floating action buttons are circular buttons that perform a primary action on a screen.

- -

Galleries arrange images, cards, and other content in responsive uniform or masonry layouts.

-
-

The grid is a powerful mobile-first system for building custom layouts.

diff --git a/sidebars.js b/sidebars.js index 2dd4597762..4773c12b26 100644 --- a/sidebars.js +++ b/sidebars.js @@ -350,15 +350,9 @@ module.exports = { }, { type: 'category', - label: 'Gallery', + label: 'Grids', collapsed: false, - items: ['api/gallery', 'api/gallery-item'], - }, - { - type: 'category', - label: 'Grid', - collapsed: false, - items: ['api/grid', 'api/col', 'api/row'], + items: ['api/grid', 'api/col', 'api/row', 'api/gallery', 'api/gallery-item'], }, { type: 'category',