Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/.island/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ function getSidebar(lang: 'zh' | 'en'): DefaultTheme.Sidebar {
{
items: [
{
text: getText('与我联系', 'Connection'),
link: getLink('/guide/connection'),
text: getText('关于', 'About'),
link: getLink('/guide/about'),
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/connection.mdx → docs/en/guide/about.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Image, Link } from '@nextui-org/react'

# Connection
# About

Hello, I am [leyoonafr](https://github.com/codeacme17) I am very happy that you can see this. I am a front-end developer who loves open source. I like to share some of my thoughts and ideas with everyone. I hope my project can help you

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/connection.mdx → docs/zh/guide/about.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Image, Link } from '@nextui-org/react'

# 与我联系
# 关于

你好,我是 [leyoonafr](https://github.com/codeacme17) 很高兴你能看到这里,我是一个热爱开源的前端开发者,我喜欢把自己的一些想法和想法分享给大家,我希望我的项目能够帮助到你

Expand Down