Skip to content

Commit

Permalink
chore(docs): do net set ids in md files
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 7, 2022
1 parent 0dd15a4 commit e59ee92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/components/drop-down-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

The drop down menu component contains an unordered list of either custom or built-in elements like, e.g., [DropDownMenuItem](drop-down-menu-item.html) or[DropDownMenuBannerItem](drop-down-menu-banner-item.html). While the drop down menu element will control the overall appearance, the list items need to take care of actione like, e.g., routing.

### Preview [#dropdownmenu-preview]
### Preview
<DynamicComponentDisplay type="DropDownMenu">
<DropDownMenuPreview/>
</DynamicComponentDisplay>

### Example [#dropdownmenu-example]
### Example
@[code](@examples/DropDownMenuExample.vue)
4 changes: 2 additions & 2 deletions docs/components/nav-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ browser scroll to the target component on the same page, or use vue router to na

It can be visualized as a button, if necessary.

### Preview [#navlink-preview]
### Preview
<DynamicComponentDisplay type="NavLink">
<NavLinkPreview/>
</DynamicComponentDisplay>

### Example [#navlink-example]
### Example
@[code](@examples/NavLinkExample.vue)
4 changes: 2 additions & 2 deletions docs/components/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

A simple text element that that renders a sequence of strings. The sequence can optionally be highlighted or have a smaller than default font size.

### Preview [#text-preview]
### Preview
<DynamicComponentDisplay type="Text">
<TextPreview/>
</DynamicComponentDisplay>

### Example [#text-example]
### Example
@[code](@examples/TextExample.vue)

0 comments on commit e59ee92

Please sign in to comment.