Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions docs/api/gallery-item.md

This file was deleted.

168 changes: 0 additions & 168 deletions docs/api/gallery.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Ionic apps are made of high-level building blocks called Components, which allow
<p>Floating action buttons are circular buttons that perform a primary action on a screen.</p>
</DocsCard>

<DocsCard header="Grids" href="api/grid" icon="/icons/component-grid-icon.png">
<p>A collection of layout components for building responsive grids and image layouts.</p>
<DocsCard header="Grid" href="api/grid" icon="/icons/component-grid-icon.png">
<p>The grid is a powerful mobile-first system for building custom layouts.</p>
</DocsCard>

<DocsCard header="Icons" href="api/icon" icon="/icons/component-icons-icon.png">
Expand Down
5 changes: 2 additions & 3 deletions plugins/docusaurus-plugin-ionic-component-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ module.exports = function (context, options) {
}

// TODO(FW-7097): Replace this with `latest` when v9 is released.
// Dev build based on the `next` branch of `ionic-framework`.
// This must be used to build the docs with the new components.
let npmTag = '8.8.9-dev.11781201980.1b6e8398';
// Dev build from the `major-9.0` branch of `ionic-framework` (sha a334b43).
let npmTag = '8.8.16-dev.11784913436.1a334b43';
if (currentVersion.banner === 'unreleased') {
npmTag = 'next';
} else if (currentVersion.path !== undefined) {
Expand Down
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ module.exports = {
},
{
type: 'category',
label: 'Grids',
label: 'Grid',
collapsed: false,
items: ['api/grid', 'api/col', 'api/row', 'api/gallery', 'api/gallery-item'],
items: ['api/grid', 'api/col', 'api/row'],
},
{
type: 'category',
Expand Down
Binary file removed static/img/demos/gallery/01.png
Binary file not shown.
Binary file removed static/img/demos/gallery/02.png
Binary file not shown.
Binary file removed static/img/demos/gallery/03.png
Binary file not shown.
Binary file removed static/img/demos/gallery/04.png
Binary file not shown.
Binary file removed static/img/demos/gallery/05.png
Binary file not shown.
Binary file removed static/img/demos/gallery/06.png
Binary file not shown.
Binary file removed static/img/demos/gallery/07.png
Binary file not shown.
Binary file removed static/img/demos/gallery/08.png
Binary file not shown.
Binary file removed static/img/demos/gallery/09.png
Binary file not shown.
Binary file removed static/img/demos/gallery/10.png
Binary file not shown.
Binary file removed static/img/demos/gallery/11.png
Binary file not shown.
Binary file removed static/img/demos/gallery/12.png
Binary file not shown.
47 changes: 0 additions & 47 deletions static/usage/v9/gallery/basic/angular/example_component_html.md

This file was deleted.

12 changes: 0 additions & 12 deletions static/usage/v9/gallery/basic/angular/example_component_ts.md

This file was deleted.

49 changes: 0 additions & 49 deletions static/usage/v9/gallery/basic/demo.html

This file was deleted.

26 changes: 0 additions & 26 deletions static/usage/v9/gallery/basic/index.md

This file was deleted.

Loading
Loading