From 8a180eb7d9c3091456720e54f086decc7e1d27ff Mon Sep 17 00:00:00 2001 From: leyoonafr Date: Fri, 2 Feb 2024 09:20:44 +0800 Subject: [PATCH] docs: update about page --- docs/.island/config.ts | 4 ++-- docs/en/guide/{connection.mdx => about.mdx} | 2 +- docs/zh/guide/{connection.mdx => about.mdx} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/en/guide/{connection.mdx => about.mdx} (98%) rename docs/zh/guide/{connection.mdx => about.mdx} (98%) diff --git a/docs/.island/config.ts b/docs/.island/config.ts index a97e0bd7..0bad01a1 100644 --- a/docs/.island/config.ts +++ b/docs/.island/config.ts @@ -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'), }, ], }, diff --git a/docs/en/guide/connection.mdx b/docs/en/guide/about.mdx similarity index 98% rename from docs/en/guide/connection.mdx rename to docs/en/guide/about.mdx index de1112a1..525bbe2b 100644 --- a/docs/en/guide/connection.mdx +++ b/docs/en/guide/about.mdx @@ -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 diff --git a/docs/zh/guide/connection.mdx b/docs/zh/guide/about.mdx similarity index 98% rename from docs/zh/guide/connection.mdx rename to docs/zh/guide/about.mdx index f443c79e..fefc7909 100644 --- a/docs/zh/guide/connection.mdx +++ b/docs/zh/guide/about.mdx @@ -1,6 +1,6 @@ import { Image, Link } from '@nextui-org/react' -# 与我联系 +# 关于 你好,我是 [leyoonafr](https://github.com/codeacme17) 很高兴你能看到这里,我是一个热爱开源的前端开发者,我喜欢把自己的一些想法和想法分享给大家,我希望我的项目能够帮助到你