mirror of https://github.com/halo-dev/halo
doc: add document website. (halo-dev/console#278)
* doc: add document website. * doc: add document website.pull/3445/head
parent
5192433b02
commit
b1bb94a667
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
**我确定我已经查看了** (标注`[ ]`为`[x]`)
|
**我确定我已经查看了** (标注`[ ]`为`[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)
|
- [ ] [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)
|
- [ ] [其他 Issues](https://github.com/halo-dev/halo-admin/issues)
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ const backupApi = {}
|
||||||
|
|
||||||
backupApi.importMarkdown = (formData, uploadProgress, cancelToken) => {
|
backupApi.importMarkdown = (formData, uploadProgress, cancelToken) => {
|
||||||
return service({
|
return service({
|
||||||
url: `${baseUrl}/markdown`,
|
url: `${baseUrl}/markdown/import`,
|
||||||
timeout: 8640000, // 24 hours
|
timeout: 8640000, // 24 hours
|
||||||
data: formData, // form data
|
data: formData, // form data
|
||||||
onUploadProgress: uploadProgress,
|
onUploadProgress: uploadProgress,
|
||||||
|
|
|
@ -162,8 +162,8 @@
|
||||||
更多主题请访问:
|
更多主题请访问:
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://halo.run/p/themes.html"
|
href="https://halo.run/themes.html"
|
||||||
>https://halo.run/p/themes</a>
|
>https://halo.run/themes</a>
|
||||||
</template>
|
</template>
|
||||||
</a-alert>
|
</a-alert>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
|
@ -205,8 +205,8 @@
|
||||||
目前仅支持远程 Git 仓库和 ZIP 下载链接。更多主题请访问:
|
目前仅支持远程 Git 仓库和 ZIP 下载链接。更多主题请访问:
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://halo.run/p/themes.html"
|
href="https://halo.run/themes.html"
|
||||||
>https://halo.run/p/themes</a>
|
>https://halo.run/themes</a>
|
||||||
</template>
|
</template>
|
||||||
</a-alert>
|
</a-alert>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
|
|
|
@ -46,7 +46,20 @@
|
||||||
<li>运行模式:{{ environments.mode }}</li>
|
<li>运行模式:{{ environments.mode }}</li>
|
||||||
<li>启动时间:{{ environments.startTime | moment }}</li>
|
<li>启动时间:{{ environments.startTime | moment }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<a
|
||||||
|
href="https://halo.run"
|
||||||
|
target="_blank"
|
||||||
|
class="mr-3"
|
||||||
|
>官网
|
||||||
|
<a-icon type="link" />
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://docs.halo.run"
|
||||||
|
target="_blank"
|
||||||
|
class="mr-3"
|
||||||
|
>文档
|
||||||
|
<a-icon type="link" />
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/halo-dev"
|
href="https://github.com/halo-dev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
@ -54,13 +67,6 @@
|
||||||
>开源组织
|
>开源组织
|
||||||
<a-icon type="link" />
|
<a-icon type="link" />
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
href="https://halo.run"
|
|
||||||
target="_blank"
|
|
||||||
class="mr-3"
|
|
||||||
>用户文档
|
|
||||||
<a-icon type="link" />
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
href="https://bbs.halo.run"
|
href="https://bbs.halo.run"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
Loading…
Reference in New Issue