Skip to content

Commit

Permalink
chore: remove group
Browse files Browse the repository at this point in the history
  • Loading branch information
cordeliadillon committed Jul 29, 2024
1 parent 6603896 commit 5b79da9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Add applicable metadata about the component to the `module_metadata` map in [doc
```yaml
your-module-name: # the Skin module name
ds-component: # module's relationship with the eBay Design System
group: # eBay Design System component group
name: # eBay Design System component name
version: # version of the eBay Design System component implemented in Skin
status: # status, e.g. "beta", "deprecated", "in-progress"
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
version: 1.3
icon-button:
ds-component:
group: button
name: icon-button
version: 1.6
submodules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const getMainContent = (moduleId) => `

const getMetadataContent = (moduleId) => ` ${moduleId}:
ds-component: # module's relationship with the eBay Design System
group: # eBay Design System component group
name: # eBay Design System component name
version: # version of the eBay Design System component implemented in Skin
status: # status, e.g. "beta", "deprecated", "in-progress"
Expand Down

0 comments on commit 5b79da9

Please sign in to comment.