@@ -32,11 +32,13 @@ abbrlink: s31w9gd1
32
32
* 开箱即用: 通过指定目录或文档, 一键生成文档、博客站点, 无需关心站点环境配置信息。
33
33
* 性能: 通过` 预渲染 ` 、` 懒加载 ` 大幅提升站点加载速度。
34
34
* 基于 mdx: 支持在 markdown 中` 书写 React 组件 ` 、数学公式等。
35
- * 搜索引擎优化: ` 支持 SEO ` , 让文档更易被搜索。相关文档: [ SEO 在 SPA 站点中的实践] ( https://github.com/MuYunyun/blog/issues/84 )
36
- * 个性化: 支持[ 自定义主题] ( http://muyunyun.cn/create-react-doc/%E4%B8%BB%E9%A2%98/%E8%87%AA%E5%AE%9A%E4%B9%89%E4%B8%BB%E9%A2%98 ) 。
35
+ * 搜索引擎优化:
36
+ * 支持 SEO, 让文档更易被搜索。
37
+ * 支持短链,以让链接持久化。
38
+ * 个性化: 支持[ 自定义主题] ( https://muyunyun.cn/create-react-doc/9f41fc98 ) 。
37
39
* 工作流: 集成 Github action, 支持自动化打包、发布站点。
38
40
39
- > [ 快速上手] ( http ://muyunyun.cn/create-react-doc/%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B )
41
+ > [ 快速上手] ( https ://muyunyun.cn/create-react-doc/290a4219 )
40
42
41
43
## 主题
42
44
@@ -52,9 +54,9 @@ create-react-doc 提供了官方默认主题 [crd-seed](https://github.com/MuYun
52
54
* [ blog] ( https://github.com/MuYunyun/blog ) , [ 站点] ( http://muyunyun.cn/blog )
53
55
* ![ ] ( http://with.muyunyun.cn/ec330b8ac2175c828be41f446f9f9619.jpg )
54
56
* ![ ] ( http://with.muyunyun.cn/2e7440e4256debda2d73a4e6392c7146.jpg-300 )
55
- * [ diana] ( https://github.com/MuYunyun/diana ) , [ 站点 ] ( https://muyunyun.cn/diana/ )
57
+ * [ diana] ( https://github.com/MuYunyun/diana )
56
58
57
- 如果您想定制化或者分享个人主题, 可以参考[ 自定义主题] ( http ://muyunyun.cn/create-react-doc/自定义主题 ) 章节 。
59
+ 如果您想定制化或者分享个人主题, 可以参考[ 自定义主题] ( https ://muyunyun.cn/create-react-doc/9f41fc98 ) 。
58
60
59
61
## 快速上手
60
62
@@ -90,7 +92,7 @@ yarn create react-doc doc
90
92
91
93
## 站点发布
92
94
93
- 在 [ 快速上手] ( http ://muyunyun.cn/create-react-doc/快速上手 ) 一节中介绍了如何快速搭建站点, 本节将介绍如何将搭建好的站点打包、发布到 gh-pages。
95
+ 在 [ 快速上手] ( https ://muyunyun.cn/create-react-doc/290a4219 ) 一节中介绍了如何快速搭建站点, 本节将介绍如何将搭建好的站点打包、发布到 gh-pages。
94
96
95
97
### 自动打包发布到 gh-pages (推荐)
96
98
@@ -109,4 +111,13 @@ git remote add origin https://github.com/用户或组织名/项目名.git
109
111
git push -u origin main
110
112
```
111
113
112
- > 更多内容可以访问 [ 站点发布] ( http://muyunyun.cn/create-react-doc/站点发布 ) 、[ 高阶用法] ( http://muyunyun.cn/create-react-doc/高阶用法 ) 、[ 其它工具] ( http://muyunyun.cn/create-react-doc/其它工具 ) 等章节。
114
+ ## 更多内容
115
+
116
+ * [ 站点发布] ( http://muyunyun.cn/create-react-doc/ude9296y )
117
+ * [ 高阶用法] ( http://muyunyun.cn/create-react-doc/9v9ug9h8 )
118
+ * [ 其它工具] ( http://muyunyun.cn/create-react-doc/292h2c5k )
119
+ * [ Front-matter] ( http://muyunyun.cn/create-react-doc/49g6b239 )
120
+
121
+ ## 扩展阅读
122
+
123
+ * [ SEO 在 SPA 站点中的实践] ( https://github.com/MuYunyun/blog/issues/84 )
0 commit comments