Introduce Baidu statistics

pull/1227/head
chen.ma 1 year ago
parent 583b798b22
commit 36d679c892

@ -6,215 +6,215 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */ /** @type {import('@docusaurus/types').Config} */
const config = { const config = {
title: 'Hippo4j', title: 'Hippo4j',
tagline: '动态可观测线程池框架,为业务系统提高线上运行保障能力', tagline: '动态可观测线程池框架,为业务系统提高线上运行保障能力',
url: 'https://hippo4j.cn', url: 'https://hippo4j.cn',
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
favicon: 'img/hippo4j_favicon.ico', favicon: 'img/hippo4j_favicon.ico',
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.
organizationName: 'hippo4j', // Usually your GitHub org/user name. organizationName: 'hippo4j', // Usually your GitHub org/user name.
projectName: 'hippo4j.github.io', // Usually your repo name. projectName: 'hippo4j.github.io', // Usually your repo name.
deploymentBranch: "main", deploymentBranch: 'main',
// Even if you don't use internalization, you can use this field to set useful // Even if you don't use internalization, you can use this field to set useful
// 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: "en", defaultLocale: 'en',
locales: ["en", "zh"], locales: ['en', 'zh'],
localeConfigs: { localeConfigs: {
en: { en: {
label: "English", label: 'English',
direction: "ltr", direction: 'ltr',
}, },
zh: { zh: {
label: "简体中文", label: '简体中文',
direction: "ltr", direction: 'ltr',
}, },
}, },
}, },
presets: [ presets: [
[ [
'classic', 'classic',
/** @type {import('@docusaurus/preset-classic').Options} */ /** @type {import('@docusaurus/preset-classic').Options} */
({ ({
docs: { docs: {
sidebarPath: require.resolve('./sidebars.js'), sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
sidebarCollapsed: false, sidebarCollapsed: false,
/*editUrl: 'https://github.com/longtai-cn',*/ /*editUrl: 'https://github.com/longtai-cn',*/
}, },
blog: { blog: {
showReadingTime: true, showReadingTime: true,
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
}, },
theme: { theme: {
customCss: require.resolve('./src/css/custom.css'), customCss: require.resolve('./src/css/custom.css'),
}, },
}), }),
],
], ],
],
plugins: [ plugins: [
[ [
"@docusaurus/plugin-content-docs", '@docusaurus/plugin-content-docs',
{ {
id: "community", id: 'community',
path: "community", path: 'community',
routeBasePath: "community", routeBasePath: 'community',
sidebarPath: require.resolve("./sidebarsCommunity.js"), sidebarPath: require.resolve('./sidebarsCommunity.js'),
}, },
],
], ],
],
themeConfig: themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({ ({
autoCollapseCategories: true, autoCollapseCategories: true,
announcementBar: { announcementBar: {
id: 'announcementBar-1', // Increment on change id: 'announcementBar-1', // Increment on change
// content: `⭐️ If you like hippo4j, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://gitee.com/mabaiwancn/hippo4j">Gitee</a>, thanks.`, // content: `⭐️ If you like hippo4j, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://gitee.com/mabaiwancn/hippo4j">Gitee</a>, thanks.`,
// content: `⭐️ 如果您喜欢 hippo4j请在 <a target="_blank" rel="noopener noreferrer" href="https://gitee.com/mabaiwancn/hippo4j">Gitee</a> 和 <a target="_blank" rel="noopener noreferrer" href="https://github.com/opengoofy/hippo4j">GitHub</a> 上给它一个 star谢谢`, // content: `⭐️ 如果您喜欢 hippo4j请在 <a target="_blank" rel="noopener noreferrer" href="https://gitee.com/mabaiwancn/hippo4j">Gitee</a> 和 <a target="_blank" rel="noopener noreferrer" href="https://github.com/opengoofy/hippo4j">GitHub</a> 上给它一个 star谢谢`,
content: `⭐️ 开源不易,hippo4j 如果对您工作有帮助,请在 <a target="_blank" rel="noopener noreferrer" href="https://github.com/opengoofy/hippo4j">GitHub</a> 上给它一个 🌟`, content: `⭐️ 开源不易,如果 Hippo4j 对您有帮助,请在 <a target="_blank" rel="noopener noreferrer" href="https://github.com/opengoofy/hippo4j">GitHub</a> 上给它一个 Star 🌟`,
// content: `<a target="_blank" rel="noopener noreferrer" href="https://xiaomage.info/knowledge-planet/">👉 《小马哥的代码实战课》官方知识星球来啦!!!</a>`, // content: `<a target="_blank" rel="noopener noreferrer" href="https://xiaomage.info/knowledge-planet/">👉 《小马哥的代码实战课》官方知识星球来啦!!!</a>`,
}, },
navbar: { navbar: {
title: '', title: '',
logo: { logo: {
alt: 'Hippo4j 动态可观测线程池框架', alt: 'Hippo4j 动态可观测线程池框架',
src: 'img/hippo4j.png', src: 'img/hippo4j.png',
}, },
items: [ items: [
{ {
type: 'docSidebar', type: 'docSidebar',
docId: 'intro', docId: 'intro',
position: 'left', position: 'left',
sidebarId: 'user_docs', sidebarId: 'user_docs',
label: '文档', label: '文档',
}, },
{ {
to: "/community/contributor-guide", to: '/community/contributor-guide',
label: "社区", label: '社区',
position: "left", position: 'left',
activeBaseRegex: `/community/`, activeBaseRegex: `/community/`,
}, },
/*{ to: "/team", label: "团队", position: "left" },*/ /*{ to: "/team", label: "团队", position: "left" },*/
{ to: "/users", label: "采用公司", position: "left" }, { to: '/users', label: '采用公司', position: 'left' },
{ to: "/group", label: "加群沟通", position: "left" }, { to: '/group', label: '加群沟通', position: 'left' },
/*{to: '/blog', label: '博客', position: 'left'},*/ /*{to: '/blog', label: '博客', position: 'left'},*/
{ {
href: 'http://console.hippo4j.cn/index.html', href: 'http://console.hippo4j.cn/index.html',
label: '控制台样例', label: '控制台样例',
position: 'left', position: 'left',
}, },
{ {
href: 'https://gitee.com/opengoofy/congomall', href: 'https://gitee.com/opengoofy/congomall',
label: '👉 刚果商城', label: '👉 刚果商城',
position: 'left', position: 'left',
}, },
{ {
type: 'docsVersionDropdown', type: 'docsVersionDropdown',
position: 'right', position: 'right',
dropdownActiveClassDisabled: true, dropdownActiveClassDisabled: true,
}, },
{type: 'localeDropdown', position: 'right'}, { type: 'localeDropdown', position: 'right' },
/*{ /*{
href: 'https://gitee.com/mabaiwancn/hippo4j', href: 'https://gitee.com/mabaiwancn/hippo4j',
label: 'Gitee', label: 'Gitee',
position: 'right', position: 'right',
},*/ },*/
{ {
href: 'https://github.com/opengoofy/hippo4j', href: 'https://github.com/opengoofy/hippo4j',
className: 'header-github-link', className: 'header-github-link',
'aria-label': 'GitHub repository', 'aria-label': 'GitHub repository',
position: 'right', position: 'right',
}, },
/*{ /*{
href: 'https://github.com/opengoofy/hippo4j', href: 'https://github.com/opengoofy/hippo4j',
label: 'GitHub', label: 'GitHub',
position: 'right', position: 'right',
},*/ },*/
], ],
}, },
footer: { footer: {
style: 'dark', style: 'dark',
links: [ links: [
{ {
title: 'Docs', title: 'Docs',
items: [ items: [
{ {
label: 'Intro', label: 'Intro',
to: '/docs/user_docs/intro', to: '/docs/user_docs/intro',
}, },
{ {
label: 'Config Mode', label: 'Config Mode',
to: '/docs/user_docs/getting_started/config/hippo4j-config-start', to: '/docs/user_docs/getting_started/config/hippo4j-config-start',
}, },
{ {
label: 'Server Mode', label: 'Server Mode',
to: '/docs/user_docs/getting_started/server/hippo4j-server-start', to: '/docs/user_docs/getting_started/server/hippo4j-server-start',
}, },
], ],
}, },
{ {
title: 'Community', title: 'Community',
items: [ items: [
{ {
label: 'Group', label: 'Group',
href: 'https://hippo4j.cn/group', href: 'https://hippo4j.cn/group',
}, },
{ {
label: 'WeChat', label: 'WeChat',
href: 'https://mp.weixin.qq.com/s/diVHYvwiuYH9aWpZDPc27g', href: 'https://mp.weixin.qq.com/s/diVHYvwiuYH9aWpZDPc27g',
}, },
], ],
}, },
{ {
title: 'More', title: 'More',
items: [ items: [
{ {
label: 'Gitee', label: 'Gitee',
href: 'https://gitee.com/opengoofy/hippo4j', href: 'https://gitee.com/opengoofy/hippo4j',
}, },
{ {
label: 'GitHub', label: 'GitHub',
href: 'https://github.com/opengoofy/hippo4j', href: 'https://github.com/opengoofy/hippo4j',
}, },
], ],
}, },
{ {
title: 'Links', title: 'Links',
items: [ items: [
{ {
label: '书源', label: '书源',
href: 'https://bookyuan.cn/', href: 'https://bookyuan.cn/',
}, },
{ {
label: '推广合作', label: '推广合作',
href: 'https://hippo4j.cn/docs/user_docs/other/operation', href: 'https://hippo4j.cn/docs/user_docs/other/operation',
}, },
], ],
}, },
], ],
copyright: `Copyright © 2021-2022 马丁版权所有 <a href="https://beian.miit.gov.cn">京ICP备2021038095号 copyright: `Copyright © 2021-2022 马丁版权所有 <a href="https://beian.miit.gov.cn">京ICP备2021038095号
</a>`, </a>`,
}, },
prism: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,
darkTheme: darkCodeTheme, darkTheme: darkCodeTheme,
additionalLanguages: ['java'], additionalLanguages: ['java'],
}, },
}), }),
}; };
module.exports = config; module.exports = config;

@ -3,59 +3,60 @@ import clsx from 'clsx';
import styles from './styles.module.css'; import styles from './styles.module.css';
const FeatureList = [ const FeatureList = [
{ {
title: '动态变更', title: '动态变更',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: ( description: (
<> <>
应用运行时动态变更线程池参数包括不限于核心最大线程阻塞队列大小和拒绝策略等支持应用集群下不同节点线程池配置差异化 应用运行时动态变更线程池参数包括不限于核心最大线程阻塞队列大小和拒绝策略等支持应用集群下不同节点线程池配置差异化
</> </>
), ),
}, },
{ {
title: '自定义报警', title: '自定义报警',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: ( description: (
<> <>
应用线程池运行时埋点提供四种报警维度线程池过载阻塞队列容量运行超长以及拒绝策略报警并支持自定义时间内不重复报警 应用线程池运行时埋点提供四种报警维度线程池过载阻塞队列容量运行超长以及拒绝策略报警并支持自定义时间内不重复报警
</> </>
), ),
}, },
{ {
title: '运行监控', title: '运行监控',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: ( description: (
<> <>
支持自定义时长线程池运行数据采集存储同时也支持 PrometheusInfluxDB 等采集监控通过 Grafana 或内置监控页面提供可视化大屏监控运行指标 支持自定义时长线程池运行数据采集存储同时也支持 PrometheusInfluxDB 等采集监控通过
</> Grafana 或内置监控页面提供可视化大屏监控运行指标
), </>
}, ),
},
]; ];
function Feature({Svg, title, description}) { function Feature({ Svg, title, description }) {
return ( return (
<div className={clsx('col col--4')}> <div className={clsx('col col--4')}>
<div className="text--center"> <div className="text--center">
<Svg className={styles.featureSvg} role="img"/> <Svg className={styles.featureSvg} role="img" />
</div> </div>
<div className="text--center padding-horiz--md"> <div className="text--center padding-horiz--md">
<h3>{title}</h3> <h3>{title}</h3>
<p>{description}</p> <p>{description}</p>
</div> </div>
</div> </div>
); );
} }
export default function HomepageFeatures() { export default function HomepageFeatures() {
return ( return (
<section className={styles.features}> <section className={styles.features}>
<div className="container"> <div className="container">
<div className="row"> <div className="row">
{FeatureList.map((props, idx) => ( {FeatureList.map((props, idx) => (
<Feature key={idx} {...props} /> <Feature key={idx} {...props} />
))} ))}
</div> </div>
</div> </div>
</section> </section>
); );
} }

@ -5,38 +5,48 @@ import Translate from '@docusaurus/Translate';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
import HomepageFeatures from '@site/src/components/HomepageFeatures'; import HomepageFeatures from '@site/src/components/HomepageFeatures';
import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment';
import styles from './index.module.css'; import styles from './index.module.css';
if (ExecutionEnvironment.canUseDOM) {
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?473eaadc06f3d63771f303df1fc29b58';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
}
function HomepageHeader() { function HomepageHeader() {
const {siteConfig} = useDocusaurusContext(); const { siteConfig } = useDocusaurusContext();
return ( return (
<header className={clsx('hero hero--primary', styles.heroBanner)}> <header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container"> <div className="container">
<h1 className="hero__title">{siteConfig.title}</h1> <h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p> <p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}> <div className={styles.buttons}>
<Link <Link className="button button--secondary button--lg" to="/docs/user_docs/intro">
className="button button--secondary button--lg" 快速开始 - 5min
to="/docs/user_docs/intro"> </Link>
快速开始 - 5min </div>
</Link> </div>
</div> </header>
</div> );
</header>
);
} }
export default function Home() { export default function Home() {
const {siteConfig} = useDocusaurusContext(); const { siteConfig } = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`${siteConfig.title}`} title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />"> description="Description will go into a meta tag in <head />"
<HomepageHeader/> >
<main> <HomepageHeader />
<HomepageFeatures/> <main>
</main> <HomepageFeatures />
</Layout> </main>
); </Layout>
);
} }

Loading…
Cancel
Save