We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d5631 commit 67f68c4Copy full SHA for 67f68c4
README.md
@@ -1,2 +1,17 @@
1
# MCP
2
-https://fumadocs.vercel.app/
+## 文档使用以下组件
3
+https://fumadocs.vercel.app/
4
+
5
+## 部署方式使用Nginx + Nextjs生成静态资源
6
+```nginx
7
+try_files $uri $uri/index.html $uri.html $request_uri/index.html;
8
+```
9
10
+## 编写文档
11
+* 在`content/docs`目录下编写文档,文档格式为`mdx`,可以使用`md`和`jsx`语法。
12
+* 使用Markdown: https://fumadocs.vercel.app/docs/ui/markdown
13
+* 使用MDX: https://fumadocs.vercel.app/docs/ui/mdx
14
+* 官方文档: https://mdxjs.com/docs/
15
16
+## 发布到 https://mcp.thinkinai.xyz
17
+* release打tag,即可通过github action自动发布到https://mcp.thinkinai.xyz
0 commit comments