diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c43176e..5ab6b32 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,10 @@
-
+
+
-
+
@@ -59,7 +60,7 @@
1706942673858
-
+
@@ -77,7 +78,15 @@
1711410538145
-
+
+
+ 1711411303896
+
+
+
+ 1711411303896
+
+
@@ -86,6 +95,7 @@
-
+
+
\ No newline at end of file
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..3cd882a
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,34 @@
+# docsify
+
+> 一个神奇的文档网站生成器。
+
+## 概述
+
+docsify 可以快速帮你生成文档网站。不同于 GitBook、Hexo 的地方是它不会生成静态的 `.html` 文件,所有转换工作都是在运行时。如果你想要开始使用它,只需要创建一个 `index.html` 就可以开始编写文档并直接[部署在 GitHub Pages](zh-cn/deploy.md)。
+
+查看[快速开始](zh-cn/quickstart.md)了解详情。
+
+## 特性
+
+- 无需构建,写完文档直接发布
+- 容易使用并且轻量 (压缩后 ~21kB)
+- 智能的全文搜索
+- 提供多套主题
+- 丰富的 API
+- 支持 Emoji
+- 兼容 IE11
+- 支持服务端渲染 SSR ([示例](https://github.com/docsifyjs/docsify-ssr-demo))
+
+## 示例
+
+可以查看 [Showcase](https://github.com/docsifyjs/docsify/#showcase) 来了解更多在使用 docsify 的文档项目。
+
+## 捐赠
+
+如果你觉得 docsify 对你有帮助,或者想对我微小的工作一点资瓷,欢迎给我[捐赠](https://github.com/QingWei-Li/donate)。
+
+## 社区
+
+在 [Discord](https://discord.gg/3NwKFyR) 的社区里可以找到 docsify 的用户和开发者团队。
+
+访问 [iSharkFly 社区](https://www.isharkfly.com/tag/docsify) 来参与中文环境下的部署,开发和讨论。
diff --git a/docs/index.html b/docs/index.html
index e8ed4f1..a770070 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -79,7 +79,7 @@
'/ru-ru/(.*)':
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
'/zh-cn/(.*)':
- 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1',
+ 'https://src.isharkfly.com/iSharkFly-Docs/docsify-docs-cn/raw/branch/main/docs/$1',
},
auto2top: true,
coverpage: true,