Skip to content

Commit 67f68c4

Browse files
committed
调整样式
1 parent d0d5631 commit 67f68c4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# MCP
2-
https://fumadocs.vercel.app/
2+
## 文档使用以下组件
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

Comments
 (0)