[home]更新网站资源

This commit is contained in:
tomsun28
2022-02-05 10:22:20 +08:00
parent 3b238347d4
commit 89701d9661
56 changed files with 361 additions and 2372 deletions

View File

@@ -4,12 +4,12 @@ const organizationName = 'usthe' // Usually your GitHub org/user name.
const projectName = 'hertzbeat' // Usually your repo name.
const branch = 'master'
const repoUrl = `https://github.com/usthe/${projectName}`
const cdnUrl = '/'
const cdnUrl = 'https://tancloud.gd2.qingstor.com/'
module.exports = {
title: 'TANCLOUD探云',
tagline: '易用友好的高性能监控云',
url: 'https://tancloud.cn',
url: 'https://hertzbeat.com',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
@@ -143,7 +143,7 @@ module.exports = {
},
{
label: '帮助文档',
to: 'docs/help/help'
to: 'docs/help/guide'
},
],
},
@@ -191,7 +191,7 @@ module.exports = {
src: cdnUrl + 'img/tancloud-brand.svg',
href: 'https://tancloud.cn',
},
copyright: `蜀ICP备2022002218号 | Copyright TANCLOUD© ${new Date().getFullYear()}`,
copyright: '<a target="_blank" href="https://beian.miit.gov.cn/">蜀ICP备2022002218号</a>' + ` | Copyright TANCLOUD© ${new Date().getFullYear()}`,
},
},
presets: [