From 84f59ac993cb153c24fea5d5e07a2359a82dad55 Mon Sep 17 00:00:00 2001 From: amandaesmith333 Date: Thu, 9 Mar 2023 09:17:57 -0600 Subject: [PATCH 1/2] docs(icon): indicate where to find custom SVG usage --- docs/api/icon.md | 2 +- versioned_docs/version-v6/api/icon.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/icon.md b/docs/api/icon.md index 81d815746f..ff62d50d51 100644 --- a/docs/api/icon.md +++ b/docs/api/icon.md @@ -12,7 +12,7 @@ title: 'ion-icon' Icon is a simple component made available through the Ionicons library, which comes pre-packaged by default with all Ionic Framework applications. It can be used to display any icon from the Ionicons set, or a custom SVG. It also has support for styling such as size and color. -For more information, including styling and all available icons, see ionic.io/ionicons. +For more information, including styling, custom SVG usage, and all available icons, see ionic.io/ionicons. ## Basic Usage diff --git a/versioned_docs/version-v6/api/icon.md b/versioned_docs/version-v6/api/icon.md index e0d413e94f..a5ad290d3d 100644 --- a/versioned_docs/version-v6/api/icon.md +++ b/versioned_docs/version-v6/api/icon.md @@ -12,7 +12,7 @@ title: 'ion-icon' Icon is a simple component made available through the Ionicons library, which comes pre-packaged by default with all Ionic Framework applications. It can be used to display any icon from the Ionicons set, or a custom SVG. It also has support for styling such as size and color. -For more information, including styling and all available icons, see ionic.io/ionicons. +For more information, including styling, custom SVG usage, and all available icons, see ionic.io/ionicons. ## Basic Usage From 69fb914bc9ab1b049d81ab70de4c47eb761d1a0e Mon Sep 17 00:00:00 2001 From: amandaesmith333 Date: Fri, 10 Mar 2023 10:37:57 -0600 Subject: [PATCH 2/2] add explicit link to Usage page --- docs/api/icon.md | 2 +- versioned_docs/version-v6/api/icon.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/icon.md b/docs/api/icon.md index ff62d50d51..fa9830ebc4 100644 --- a/docs/api/icon.md +++ b/docs/api/icon.md @@ -12,7 +12,7 @@ title: 'ion-icon' Icon is a simple component made available through the Ionicons library, which comes pre-packaged by default with all Ionic Framework applications. It can be used to display any icon from the Ionicons set, or a custom SVG. It also has support for styling such as size and color. -For more information, including styling, custom SVG usage, and all available icons, see ionic.io/ionicons. +For a list of all available icons, see ionic.io/ionicons. For more information including styling and custom SVG usage, see the Usage page. ## Basic Usage diff --git a/versioned_docs/version-v6/api/icon.md b/versioned_docs/version-v6/api/icon.md index a5ad290d3d..92984ef6ac 100644 --- a/versioned_docs/version-v6/api/icon.md +++ b/versioned_docs/version-v6/api/icon.md @@ -12,7 +12,7 @@ title: 'ion-icon' Icon is a simple component made available through the Ionicons library, which comes pre-packaged by default with all Ionic Framework applications. It can be used to display any icon from the Ionicons set, or a custom SVG. It also has support for styling such as size and color. -For more information, including styling, custom SVG usage, and all available icons, see ionic.io/ionicons. +For a list of all available icons, see ionic.io/ionicons. For more information including styling and custom SVG usage, see the Usage page. ## Basic Usage