Skip to content

Commit deb2d86

Browse files
Remove references to non-existent API docs (#297)
* Remove references to non-existent API docs * chore(*): remove mentioned types --------- Co-authored-by: Stamen Stoychev <sstoychev@infragistics.com>
1 parent 14a2eac commit deb2d86

6 files changed

Lines changed: 6 additions & 33 deletions

File tree

docs/xplat/src/content/en/components/themes/elevations.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "{Platform} Styling and Themes | {Platform} Elevations | Infragistics"
33
description:
44
keywords: "{ProductName}, Infragistics, Elevations, Styling"
55
license: MIT
6-
mentionedTypes: ["Elevations"]
6+
mentionedTypes: []
77
---
88

99

@@ -83,7 +83,3 @@ In addition to elevation levels, {ProductName} exposes a CSS variable that makes
8383
```
8484

8585
The `--ig-elevation-factor` can also be set to a decimal value or a value bigger than 1. The bigger the value, the larger the shadow will be.
86-
87-
88-
## API References
89-
`Elevations`

docs/xplat/src/content/en/components/themes/palettes.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "{Platform} Styling and Themes | {Platform} Palettes | Infragistics"
33
description:
44
keywords: "{ProductName}, Infragistics, Palettes, Styling"
55
license: MIT
6-
mentionedTypes: ["Palettes"]
6+
mentionedTypes: []
77
---
88
import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';
99

@@ -175,7 +175,3 @@ So far we've covered the `primary`, `secondary`, `gray`, and `surface` color var
175175
--ig-error-500: #ff134a;
176176
}
177177
```
178-
179-
180-
## API References
181-
`Palettes`

docs/xplat/src/content/en/components/themes/typography.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "{Platform} Styling and Themes | {Platform} Typography | Infragistics"
33
description:
44
keywords: "{ProductName}, Infragistics, Typography, Styling"
55
license: MIT
6-
mentionedTypes: ["Typography"]
6+
mentionedTypes: []
77
---
88

99

@@ -61,7 +61,3 @@ To change any of the type style properties, we need to overwrite the correspondi
6161
```
6262

6363
Keep in mind that this will update the global button typography styles. If you want to apply these changes to a specific button, you can make use of a class selector.
64-
65-
66-
## API References
67-
`Typography`

docs/xplat/src/content/jp/components/themes/elevations.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "{Platform} スタイル設定およびテーマ | {Platform} エレベ
33
description:
44
keywords: "{ProductName}, Infragistics, Elevations, Styling, インフラジスティックス, エレベーション, スタイル設定"
55
license: MIT
6-
mentionedTypes: ["Elevations"]
6+
mentionedTypes: []
77
_language: ja
88
---
99

@@ -85,8 +85,3 @@ igc-toast {
8585
```
8686

8787
`--ig-elevation-factor` は、10 進値または 1 より大きい値に設定することもできます。値が大きいほど、シャドウが大きくなります。
88-
89-
90-
## API リファレンス
91-
92-
`Elevations`

docs/xplat/src/content/jp/components/themes/palettes.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "{Platform} スタイル設定およびテーマ | {Platform} パレッ
33
description:
44
keywords: "{ProductName}, Infragistics, Palettes, Styling, インフラジスティックス, パレット, スタイル設定"
55
license: MIT
6-
mentionedTypes: ["Palettes"]
6+
mentionedTypes: []
77
_language: ja
88
---
99
import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';
@@ -177,8 +177,3 @@ class 属性の値を `blue-theme` から `red-theme` に変更することで
177177
--ig-error-500: #ff134a;
178178
}
179179
```
180-
181-
182-
## API リファレンス
183-
184-
`Palettes`

docs/xplat/src/content/jp/components/themes/typography.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "{Platform} スタイル設定およびテーマ | {Platform} タイポ
33
description:
44
keywords: "{ProductName}, Infragistics, Typography, Styling, インフラジスティックス, タイポグラフィ, スタイル設定"
55
license: MIT
6-
mentionedTypes: ["Typography"]
6+
mentionedTypes: []
77
_language: ja
88
---
99

@@ -63,8 +63,3 @@ _language: ja
6363
```
6464

6565
これにより、グローバル ボタンのタイポグラフィ スタイルが更新されることに注意してください。これらの変更を特定のボタンに適用する場合は、クラス セレクターを使用できます。
66-
67-
68-
## API リファレンス
69-
70-
`Typography`

0 commit comments

Comments
 (0)