Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: add demo link for Menu legacy usage (#35202)
* docs: add demo links for Menu legacy usage

* Update index.en-US.md
  • Loading branch information
afc163 committed Apr 24, 2022
1 parent f410b18 commit 0efba5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/menu/index.en-US.md
Expand Up @@ -48,6 +48,8 @@ return <Menu items={items} />;
</Menu>;
```

The legacy demo code for version `<4.20.0` could be found at [https://github.com/ant-design/ant-design/tree/4.19.5/components/menu/demo](https://github.com/ant-design/ant-design/tree/4.19.5/components/menu/demo).

## API

### Menu
Expand Down
2 changes: 2 additions & 0 deletions components/menu/index.zh-CN.md
Expand Up @@ -49,6 +49,8 @@ return <Menu items={items} />;
</Menu>;
```

`<4.20.0` 版本的 JSX 演示写法可以参考 [https://github.com/ant-design/ant-design/tree/4.19.5/components/menu/demo](https://github.com/ant-design/ant-design/tree/4.19.5/components/menu/demo)

## API

### Menu
Expand Down

0 comments on commit 0efba5f

Please sign in to comment.