Skip to content

Commit e20295b

Browse files
committed
chore:
1 parent 45056e0 commit e20295b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/documentation-generation/docs-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ The generated docs JSON data will in the type of `JsonDocs` which consists of ma
6868
| `events` | Array of metadata objects for each usage of the [`@Event` decorator](../components/events.md#event-decorator) on the current component. |
6969
| `listeners` | Array of metadata objects for each usage of the [`@Listen` decorator](../components/events.md#listen-decorator) on the current component. |
7070
| `styles` | Array of objects documenting annotated [CSS variables](./docs-json.md#css-variables) used in the current component's CSS. |
71-
| `slots` | Array of objects documenting [slots](./docs-json.md#slots-and-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72-
| `parts` | Array of objects documenting [CSS Parts](./docs-json.md#slots-and-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
71+
| `slots` | Array of objects documenting [slots](./docs-json.md#slots-and-css-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72+
| `parts` | Array of objects documenting [CSS Parts](./docs-json.md#slots-and-css-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
7373
| `dependents` | Array of components where current component is used |
7474
| `dependencies` | Array of components which is used in current component |
7575
| `dependencyGraph` | Describes a tree of components coupling |

versioned_docs/version-v4.42/documentation-generation/docs-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ The generated docs JSON data will in the type of `JsonDocs` which consists of ma
6868
| `events` | Array of metadata objects for each usage of the [`@Event` decorator](../components/events.md#event-decorator) on the current component. |
6969
| `listeners` | Array of metadata objects for each usage of the [`@Listen` decorator](../components/events.md#listen-decorator) on the current component. |
7070
| `styles` | Array of objects documenting annotated [CSS variables](./docs-json.md#css-variables) used in the current component's CSS. |
71-
| `slots` | Array of objects documenting [slots](./docs-json.md#slots-and-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72-
| `parts` | Array of objects documenting [CSS Parts](./docs-json.md#slots-and-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
71+
| `slots` | Array of objects documenting [slots](./docs-json.md#slots-and-css-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72+
| `parts` | Array of objects documenting [CSS Parts](./docs-json.md#slots-and-css-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
7373
| `dependents` | Array of components where current component is used |
7474
| `dependencies` | Array of components which is used in current component |
7575
| `dependencyGraph` | Describes a tree of components coupling |

0 commit comments

Comments
 (0)