Skip to content

Commit bb81ea8

Browse files
committed
Fix docs info tag id collision
1 parent dabd639 commit bb81ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/api/info.tag.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: info
2+
id: info-tag
33
title: "Info"
44
description: "Info"
55
custom_edit_url: null
@@ -17,4 +17,4 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
1717
1818
<DocCardList items={useCurrentSidebarCategory().items}/>
1919
```
20-
20+

0 commit comments

Comments
 (0)