Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
doc: add document website. (#278)
Browse files Browse the repository at this point in the history
* doc: add document website.

* doc: add document website.
  • Loading branch information
ruibaby authored Jan 27, 2021
1 parent 636b771 commit 287a37a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

**我确定我已经查看了** (标注`[ ]``[x]`)

- [ ] [Halo 使用文档](https://halo.run/guide)
- [ ] [Halo 文档](https://docs.halo.run)
- [ ] [Github Wiki 常见问题](https://github.com/halo-dev/halo/wiki/4.-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
- [ ] [其他 Issues](https://github.com/halo-dev/halo-admin/issues)

Expand Down
2 changes: 1 addition & 1 deletion src/api/backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const backupApi = {}

backupApi.importMarkdown = (formData, uploadProgress, cancelToken) => {
return service({
url: `${baseUrl}/markdown`,
url: `${baseUrl}/markdown/import`,
timeout: 8640000, // 24 hours
data: formData, // form data
onUploadProgress: uploadProgress,
Expand Down
8 changes: 4 additions & 4 deletions src/views/interface/ThemeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
更多主题请访问:
<a
target="_blank"
href="https://halo.run/p/themes.html"
>https://halo.run/p/themes</a>
href="https://halo.run/themes.html"
>https://halo.run/themes</a>
</template>
</a-alert>
</a-tab-pane>
Expand Down Expand Up @@ -205,8 +205,8 @@
目前仅支持远程 Git 仓库和 ZIP 下载链接。更多主题请访问:
<a
target="_blank"
href="https://halo.run/p/themes.html"
>https://halo.run/p/themes</a>
href="https://halo.run/themes.html"
>https://halo.run/themes</a>
</template>
</a-alert>
</a-tab-pane>
Expand Down
16 changes: 11 additions & 5 deletions src/views/system/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,25 @@
<li>运行模式:{{ environments.mode }}</li>
<li>启动时间:{{ environments.startTime | moment }}</li>
</ul>

<a
href="https://github.com/halo-dev"
href="https://halo.run"
target="_blank"
class="mr-3"
>开源组织
>官网
<a-icon type="link" />
</a>
<a
href="https://halo.run"
href="https://docs.halo.run"
target="_blank"
class="mr-3"
>文档
<a-icon type="link" />
</a>
<a
href="https://github.com/halo-dev"
target="_blank"
class="mr-3"
>用户文档
>开源组织
<a-icon type="link" />
</a>
<a
Expand Down

0 comments on commit 287a37a

Please sign in to comment.