This commit is contained in:
teasiu
2022-09-17 19:14:11 +08:00
parent fc3385ad31
commit add46b1249
3 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = { const config = {
title: '海思机顶盒使用教程', title: '海思机顶盒使用教程',
tagline: '一个极低功耗的 Linux 服务器', tagline: '一个极低功耗的 Linux 服务器',
url: 'https://histb.com', url: 'https://doc.ecoo.top',
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
@@ -23,8 +23,8 @@ const config = {
// metadata like html lang. For example, if your site is Chinese, you may want // metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans". // to replace "en" with "zh-Hans".
i18n: { i18n: {
defaultLocale: 'zh-cn', defaultLocale: 'zh-Hans',
locales: ['zh-cn'], locales: ['zh-Hans'],
}, },
presets: [ presets: [
@@ -90,19 +90,19 @@ const config = {
], ],
}, },
{ {
title: 'Community', title: '社区',
items: [ items: [
{ {
label: 'Stack Overflow', label: '海思NAS交流社区',
href: 'https://stackoverflow.com/questions/tagged/docusaurus', href: 'https://bbs.histb.com',
}, },
{ {
label: 'Discord', label: '官方主页',
href: 'https://discordapp.com/invite/docusaurus', href: 'https://www.ecoo.top',
}, },
{ {
label: 'Twitter', label: '固件下载',
href: 'https://twitter.com/docusaurus', href: 'https://dl.ecoo.top:2096',
}, },
], ],
}, },

View File

@@ -21,17 +21,17 @@ const FeatureList = [
<> <>
适配的海思 hi3798m 芯片盒子高达 1.5hz 的四核 CPU1-2G运存8G闪存 适配的海思 hi3798m 芯片盒子高达 1.5hz 的四核 CPU1-2G运存8G闪存
让你轻松应对各项运行环境需求hi3798mv200/300的盒子支持 arch64 系统 让你轻松应对各项运行环境需求hi3798mv200/300的盒子支持 arch64 系统
日常只有2-3瓦的功耗轻易超越你的需求 日常只有2-3瓦的功耗一杯奶茶的钱养活它一年是的就是这么优秀
</> </>
), ),
}, },
{ {
title: 'Support Docker 20.18', title: 'Support Docker 20.10',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: ( description: (
<> <>
Extend or customize your website layout by reusing React. Docusaurus can 支持 Docker 容器的安装内置多款一键脚本目前测试基本完美运行
be extended while reusing the same header and footer. 青龙面板网心云智能家居casaos等各类型 docker 容器都通过多次运行测试
</> </>
), ),
}, },

View File

@@ -30,7 +30,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext(); const {siteConfig} = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`海思机顶盒 ${siteConfig.title}`} title={`e酷网 ${siteConfig.title}`}
description="海思机顶盒hi3798m"> description="海思机顶盒hi3798m">
<HomepageHeader /> <HomepageHeader />
<main> <main>