Skip to content

Commit

Permalink
fix: 修正路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Aug 16, 2024
1 parent 8aa0e7c commit a4c81d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
# 运行构建脚本
- name: Build VuePress site
run: pnpm build

# 将docs/CNAME文件复制到docs/.vitepress/dist目录下
- name: Copy CNAME
run: cp docs/CNAME docs/.vitepress/dist/CNAME

# 查看 workflow 的文档来获取更多信息
# @see https://github.com/crazy-max/ghaction-github-pages
Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
karin.fun
13 changes: 4 additions & 9 deletions docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,29 @@ comment: false

### 快速开始
<br>
<NCard title="🎲 安装karin" link="../../Karin/start/start#环境">
<NCard title="🎲 安装karin" link="../start/start#环境">
第一次使用 Karin 而且晕头转向?来看看这份安装指引吧!
</NCard>

### 渲染器
<br>
<NCard title="📑 安装渲染器" link="../../Karin/start/render#渲染器安装">
<NCard title="📑 安装渲染器" link="../start/render#渲染器安装">
Karin 的渲染器是独立的一个项目,需要单独安装噢
</NCard>

### 插件
<br>
<NCard title="😍 安装插件" link="../../Karin/plugins/list#📜用户须知">
<NCard title="😍 安装插件" link="../plugins/list#📜用户须知">
Karin 社区拥有众多开发者,开发了许多特色插件,你可以在插件市场找到你想要的插件~
</NCard>

### 更新日志
<br>
<NCard title="⬆️ 是新内容!" link="../../Karin/other/changelog">
<NCard title="⬆️ 是新内容!" link="../other/changelog">
在这里,你可以查看到 Karin 所有版本的更新日志。
</NCard>

---
::: tip 温馨提示
如果文档中发现错误,或提交文档修改,或丰富本站文档,可点击页面底部的编辑按钮
:::

<!-- - <Badge type="info" text="default" />
- <Badge type="tip" text="^1.9.0" />
- <Badge type="warning" text="beta" />
- <Badge type="danger" text="caution" /> -->

0 comments on commit a4c81d3

Please sign in to comment.